loan_calculator
Calculate monthly payments, total interest, and full amortization schedule for any loan based on amount, annual interest rate, and term in months.
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 |