mortgage_calculator
Calculate monthly mortgage payments, total interest, and amortization by entering loan principal, annual interest rate, and term in years.
Instructions
Calculate monthly mortgage payments, total interest, and amortization.
Parameters:
principal — Loan principal amount.
rate — Annual interest rate (e.g. 5.5 for 5.5%).
years — Loan term in years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | ||
| rate | Yes | ||
| years | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |