PMT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know the PMT function. With 3 mandatory arguments it can provide the
monthly payment amount. I would like to know the mathematical steps it
performs to arrive at the monthly payment amount.
 
The PMT function is an annuity, you find tons of material on annuities
online.
In any case thjis is the annuity formula:

PV = pmt * ((1 - (1 + r) ^ (-n)) / r)

where r is the interest rate an n is the number of periods. HOJw do you
arrive to it?, well the PV of an infinite series of payments PMT =

PV= PMT/r

now you need to substract the value of the anunnuity from n to infinity
which is:

PV= (PMT/r)*(1/(1+r)^n) this is the PV of series form n to infinity

You are left with:

PV(annuity) = PMT/r - PMT/r*(1/(1+r)^n) which leads to the formula
above.

regards,

S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top