R
Robert Morgan
Hi all,
I need a formula for calculating the monthly payment on an unsecured
loan, given the APR, loan amount and term.
All the formulas I can find seem to be a variation on the following:
X = 1 + ((APR x 0.01) / PPY)
Y = N x PPY
Z = X^Y
PPM = (Amount x Z x ((APR x 0.01) / PPY)) / (Z - 1)
Where:
Amount = Principle amount of the loan
APR = Annual Percentage Rate (%)
PPY = Number of payments per year
N = Term of the loan in years
PPM = Payments per month
Taking a £5000 loan as an example, borrowed at 5.9% over 36 months,
this formula calculates the monthly payment to be £151.88.
However, if I head over to Alliance and Leicester's web-site and use
their loan calculator, it reckons the monthly payment to be £151.62
for the same criteria.
Only a few pennies I know, but I really need to get it spot on. Any
idea what's causing the innaccuracy?
Many thanks in advance,
Rob
I need a formula for calculating the monthly payment on an unsecured
loan, given the APR, loan amount and term.
All the formulas I can find seem to be a variation on the following:
X = 1 + ((APR x 0.01) / PPY)
Y = N x PPY
Z = X^Y
PPM = (Amount x Z x ((APR x 0.01) / PPY)) / (Z - 1)
Where:
Amount = Principle amount of the loan
APR = Annual Percentage Rate (%)
PPY = Number of payments per year
N = Term of the loan in years
PPM = Payments per month
Taking a £5000 loan as an example, borrowed at 5.9% over 36 months,
this formula calculates the monthly payment to be £151.88.
However, if I head over to Alliance and Leicester's web-site and use
their loan calculator, it reckons the monthly payment to be £151.62
for the same criteria.
Only a few pennies I know, but I really need to get it spot on. Any
idea what's causing the innaccuracy?
Many thanks in advance,
Rob