calculate_mortgage
Calculate monthly annuity mortgage payment based on loan principal, annual interest rate, and term in years.
Instructions
Calculates the monthly mortgage (annuity) payment given a principal, an annual interest rate and a loan term in years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | Loan principal in euros (e.g. 300000) | |
| termYears | Yes | Loan term in years (e.g. 30) | |
| annualRatePercent | Yes | Annual interest rate as a percentage (e.g. 4.5 for 4.5%) |