loan_calculator
Calculate loan payments, total interest, and full repayment schedule for any loan amount, rate, and term.
Instructions
Calculate loan payments, total interest, and full repayment schedule.
Parameters:
amount — Loan amount.
rate — Annual interest rate (e.g. 5.5 for 5.5%).
term_months — Loan term in months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| rate | Yes | ||
| term_months | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |