Lesson 3 of 15
Net Present Value
Net Present Value
Net Present Value (NPV) measures the value of an investment by summing all discounted cash flows, including the initial outlay.
Where:
- is the cash flow at time
- is typically negative (initial investment)
- is the discount rate (required return)
Decision Rule
- NPV > 0: Investment creates value — accept
- NPV < 0: Investment destroys value — reject
- NPV = 0: Investment earns exactly the required return
Example
Project with initial cost 300, 500 at 10%:
This project returns less than the 10% required rate, so it should be rejected.
Use Python's enumerate to iterate with index for the time periods.
Python runtime loading...
Loading...
Click "Run" to execute your code.