Mortgage repayment calculator
hopi_mortgage_calculatorWork out the monthly payment on a repayment mortgage at a constant interest rate, using the standard amortising formula. Returns the monthly payment, total repaid and total interest. Fees and rate changes are not included. Amounts in GBP. Source: https://hopi.co.uk/mortgage-calculator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | Annual interest rate as a percentage (0 to 50) | |
| years | Yes | Mortgage term in years (greater than 0, up to 50) | |
| amount | Yes | Amount borrowed in GBP (greater than zero) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| years | No | ||
| amount | No | ||
| months | No | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) | |
| totalRepaid | No | ||
| totalInterest | No | ||
| monthlyPayment | No |