fixed-income_amortization
Generate a full amortization schedule with extra payment savings analysis. Computes monthly payment, total interest, and a period-by-period breakdown of principal, interest, and remaining balance.
Instructions
Full amortization schedule with extra payment savings analysis.
Use when generating a loan amortization schedule. Provide principal, annual rate, and term in months. Returns: monthly payment, total interest, and a period-by-period schedule of principal, interest, and remaining balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Loan term in years | |
| principal | Yes | Loan principal amount | |
| annual_rate | Yes | Annual interest rate | |
| extra_payment | No | Extra payment per period |