# Mortgage Calculator UK > Calculate monthly mortgage payments for UK properties, including Loan-to-Value (LTV). Page: https://askcalculators.com/calculator/mortgage-calculator-uk/ Definition: https://askcalculators.com/calculator/mortgage-calculator-uk/definition.json JSON Schema: https://askcalculators.com/calculator/mortgage-calculator-uk/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/mortgage-calculator-uk/?propertyPrice=250000&deposit=25000&interestRate=4.5&term=25 ## Inputs - propertyPrice: Property Price; type=number; optional; default=250000 - deposit: Deposit Amount; type=number; optional; default=25000 - interestRate: Interest Rate; type=number; optional; default=4.5 - term: Mortgage Term (Years); type=number; optional; default=25 ## Outputs - result: Result; format=text; primary ## Formula Loan = property price − deposit; monthly repayment uses the standard amortizing-loan formula; LTV = loan ÷ property price × 100. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.