You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there is some logic to check if a loan is acceptable for the lender, but it is not complete. E.g. min/max principal is not checked, and we don't keep state for what interest rate packages are acceptable to compare against them.
Both Bobtimus and the frontend should at least include:
Overcollteralization (has to be at least max_ltv but user should be able to define how much and Bobtimus logic should just ensure at least max_ltv)
Handle term slots (up to 3)
Note: For now same interest rate for all slots is fine.
The text was updated successfully, but these errors were encountered:
At the moment there is some logic to check if a loan is acceptable for the lender, but it is not complete. E.g. min/max principal is not checked, and we don't keep state for what interest rate packages are acceptable to compare against them.
Both Bobtimus and the frontend should at least include:
Note: For now same interest rate for all slots is fine.
The text was updated successfully, but these errors were encountered: