loan_amortization
Compute a loan amortization summary including monthly payment, total interest, and a full repayment schedule for any principal, rate, and term.
Instructions
Generate a loan amortization summary (monthly payment, total interest, full schedule).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | Loan principal | |
| term_years | Yes | Loan term in years | |
| show_schedule | No | Return full amortization table (default false) | |
| annual_rate_pct | Yes | Annual interest rate as percent (e.g. 6.5) |