Forum Discussion
jfschwartz2
Mar 10, 2020Copper Contributor
Excel - formula for a mortgage payment for a Canadian Mortgage
Looking for a payment formula to calculate a payment for a canadian mortgage
PReagan
Mar 10, 2020Bronze Contributor
Hello jfschwartz2,
Assuming constant payments and a constant interest rate, that could be done with the PMT() function. You would need to know...
- Rate - interest rate per period (i.e. 6% per year is 6%/12 per month)
- Nper - number of payments for the loan (monthly is 12, quarterly is 4, yearly is 1)
- PV - present value of loan (negative of loan amount)
- jfschwartz2Mar 10, 2020Copper ContributorHi, thanks for this. This payment function works well for mortgages outside of Canada. In Canada, with the exception of variable rate mortgages, all mortgages are compounded semi-annually, by law. This has an impact on the outcome.
- PReaganMar 10, 2020Bronze Contributor
My apologies, I was not aware that Canadian Mortgages were compounded semi-annually. Perhaps this may help:
https://www.exceltip.com/excel-financial-formulas/calculating-canadian-mortgage-payments.html