waves icon indicating copy to clipboard operation
waves copied to clipboard

More functional Borrowing + Validation by lender

Open da-kami opened this issue 4 years ago • 0 comments
trafficstars

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.

da-kami avatar Aug 03 '21 04:08 da-kami