Scenario
Model an ESOP with two loans: an original 2020 loan and a 2023 refinancing loan.Key Concepts
- Loan-by-loan share release
- Multiple suspense accounts
- Coordinated debt service
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complex leveraged ESOP with multiple debt tranches
loans = [
ESOPLoan(loan_id="LOAN_2020", suspense_shares=15_000),
ESOPLoan(loan_id="LOAN_2023", suspense_shares=15_000)
]
# Each loan releases its own shares
for loan in loans:
loan.process_payment(principal, interest)
.png?fit=max&auto=format&n=_b1oFDtC7brS6c3Z&q=85&s=d3ec56559a51e770e67aa19d77e1da67)