How to calculate NPV of an infinite series?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have a series of cashflows, forecast to grow at say 2% each year and
go on indefinitely. Is there a formula or function I can use to get
the value of the maximum net present value of this series? The only way
I can find so far is to model it for 100's of periods, use the NPV
function for each year in turn, then see at what year the NPV stops
changing... must be a better way surely?
 
Say D is your discount rate, CF the annual constant cash flow. (note that D
must be above 2% to estimate an "infinite" NPV)
NPV = Sum CF* ((1+2%)/(1+D))^N

When N is infinite, after simplification,
NPV = CF * 1 / (1 - r)
where r = (1+2%)/(1+D)
 
Suppose you start with a value of "s" that grows by a factor of g, and r is
discount rate.

then NPV as the time period tends toward infinity is:
NPV = (g*s) / (r-g)

For your example, g=1.02, and r=1.08

HTH
 

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