mortgage_piti
Calculate US monthly mortgage payment (PITI: Principal, Interest, Property Tax, Insurance & PMI) and 30-year amortization schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| homePrice | Yes | Purchase price of the home in currency units (e.g. 450000) | |
| tenureYears | No | Loan duration in years (e.g. 15, 20, 30) | |
| interestRate | Yes | Annual interest rate in % (e.g. 6.8) | |
| loanTermYears | No | Loan duration in years (standard US alias for tenureYears) | |
| annualPmiPercent | No | Annual PMI % if down payment < 20% | |
| downPaymentPercent | No | Down payment percentage (e.g. 20 for 20%) | |
| annualHomeInsurance | No | Annual hazard insurance premium | |
| propertyTaxRatePercent | No | Annual property tax rate % |