calculate-monthly-payment
Compute monthly mortgage payments by entering loan amount, interest rate, and term. Includes property tax, insurance, PMI, and HOA fees. Output available in table, CSV, or pipe-delimited format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format: 'table' for formatted view, 'csv' for CSV download, or 'pipe' for pipe-delimited format | table |
hoaFees | No | Monthly HOA fees in dollars | |
homeInsurance | No | Annual home insurance in dollars | |
interestRate | Yes | Annual interest rate as percentage (e.g., 6.5) | |
loanAmount | Yes | Loan amount in dollars | |
loanTerm | Yes | Loan term in years | |
pmi | No | Monthly PMI amount in dollars | |
propertyTax | No | Annual property tax in dollars |