Net Present Value (NPV) Calculator
Enter the expected cash flow for each period.
NPV Calculation Results
| Metric | Value |
|---|---|
| Initial Investment | |
| Discount Rate | |
| Number of Periods | |
| Total Cash Inflows (Present Value) | |
| Net Present Value (NPV) | |
| Decision |
Initial Investment: ${outputInitialInvestment.textContent}
Discount Rate: ${outputDiscountRate.textContent}
Number of Periods: ${outputNumberOfPeriods.textContent}
Cash Flows
- ${cashFlowDetails}
Calculation Results
| Metric | Value |
|---|---|
| Initial Investment | ${outputInitialInvestment.textContent} |
| Discount Rate | ${outputDiscountRate.textContent} |
| Number of Periods | ${outputNumberOfPeriods.textContent} |
| Total Cash Inflows (Present Value) | ${outputTotalPresentValue.textContent} |
| Net Present Value (NPV) | ${outputNPV.textContent} |
| Decision | ${outputDecision.textContent} |