Mortgage Calculator
mortgage_calculatorEstimate a monthly mortgage payment and total interest for a buyer. Currency-agnostic. Optionally pass monthly_income for a debt-to-income ratio. This is an informational arithmetic estimate only — not financial advice, a loan offer, or a rate quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | Loan amount | |
| term_years | Yes | Loan term in years (1–50) | |
| annual_rate | Yes | Annual interest rate, as a decimal (0.065) or percent (6.5) | |
| monthly_income | No | Optional — enables a debt-to-income ratio |