mortgage_calculator
Calculate monthly mortgage payments, total interest, and amortization details to plan home financing with options for property tax and insurance.
Instructions
Calculate monthly mortgage payment, total interest paid, and full amortization summary.
Returns the monthly principal+interest payment, total interest over the loan life, total cost of the home, break-even analysis, and the first 12 months of amortization. Optionally includes property tax and insurance in the total monthly cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home_price | Yes | Total home price in your currency | |
| down_payment_pct | Yes | Down payment percentage (e.g., 20 for 20%) | |
| annual_rate_pct | Yes | Annual interest rate percentage (e.g., 3.5 for 3.5%) | |
| years | Yes | Loan term in years (e.g., 15, 20, 30) | |
| monthly_extras | No | Additional monthly costs: property tax + insurance + HOA (0 if unknown) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||