Hello. First post here. I hope you are all doing well! I am stuck on an issue and I was hoping someone could assist.
I am working through a formula to determine how much debt someone could potentially get if they know how much they could afford to pay monthly. The formula I am using is:
=PV(rate, nper, pmt)
RATE = interest rate per period
NPER = periods per term
PMT = payment per month
This works assuming a standard mortgage that is compounded annually (standard in the US). However, mortgages in Canada are compounded semi-annually by law. Does anyone know how I can adjust the formula above to account for the change?
Thank you!
I am working through a formula to determine how much debt someone could potentially get if they know how much they could afford to pay monthly. The formula I am using is:
=PV(rate, nper, pmt)
RATE = interest rate per period
NPER = periods per term
PMT = payment per month
This works assuming a standard mortgage that is compounded annually (standard in the US). However, mortgages in Canada are compounded semi-annually by law. Does anyone know how I can adjust the formula above to account for the change?
Thank you!
+ | A | B |
---|---|---|
1 | Payment Per Month (PMT) | -61,347 |
2 | Years | 25 |
3 | Periods Per Month (NPER) | 300 |
4 | Annual Interst Rate | 6.40% |
5 | Rate Per Period (RATE) | 0.533333% |
6 | ||
7 | $9,170,340.66 |