LoanManager Claim Function
The
claim
function in the LoanManager is called atomically after every payment that is made against Loans. The claim
function is designed to:- 1.Consolidate and update past accounting of outstanding interest for all Loans in the LoanManager.
- 2.Handle accounting of the payment that was just made within the LoanManager.
- 3.Disburse funds from the payment to the Pool, Pool Delegate, and MapleTreasury.
- 4.Calculate the interest accrual parameters based on the next scheduled payment in the Loan.
- 5.Update the global accounting formula in the LoanManager to start accruing interest into the future.
Below is a flowchart demonstrating how the claim function handles all of this logic.
Last modified 4mo ago