calculate_mortgage
Monthly mortgage payment (P&I) + property tax, insurance, PMI. Full PITI breakdown. Uses latest CDN mortgage rates for defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| homePrice | Yes | Home price | |
| downPayment | Yes | Down payment | |
| interestRate | No | Interest rate % (default: from CDN) | |
| insuranceRate | No | Insurance % (default 0.35) | |
| loanTermYears | No | Loan term years | |
| propertyTaxRate | No | Property tax % (default 1.1) |