{
  "id": "0af8210c-d77f-5c35-b872-202bef81f7a7",
  "slug": "net-present-value",
  "term": "Net Present Value",
  "aliases": [],
  "category": "Financial Mathematics",
  "category_slug": "financial-mathematics",
  "difficulty": "basic",
  "definition": "Net Present Value (NPV) is the sum of the present values of all future cash flows generated by an investment or project, discounted at an appropriate rate, minus the initial investment cost. A positive NPV indicates that the investment creates value above the required rate of return; a negative NPV destroys value.",
  "key_takeaways": [
    "NPV is the gold standard capital budgeting tool because it accounts for the time value of money and all relevant cash flows.",
    "The discount rate used in NPV — typically WACC for corporate projects — represents the opportunity cost of capital.",
    "NPV > 0 means the investment earns more than the required return; NPV = 0 means it exactly meets the hurdle rate; NPV < 0 means it fails.",
    "Unlike IRR, NPV assumes cash flows are reinvested at the discount rate rather than the IRR itself.",
    "Sensitivity and scenario analysis are critical complements to NPV because the output is only as reliable as the input assumptions."
  ],
  "detailed_explanation": "The Net Present Value framework rests on the time value of money: a dollar received today is worth more than a dollar received in the future because today's dollar can be invested to earn a return. NPV formalizes this by discounting each future cash flow at an appropriate rate — typically the Weighted Average Cost of Capital (WACC) for a corporate investment — and summing all discounted values. The initial outlay is subtracted to determine whether the investment creates net value for shareholders above and beyond the cost of capital.\n\nNPV is preferred over simpler metrics like payback period or accounting rate of return because it: (1) considers the timing of all cash flows, not just when they occur relative to an arbitrary cutoff; (2) uses discounting to explicitly reflect the cost of capital; and (3) is additive — the NPV of a portfolio of projects equals the sum of individual NPVs, enabling rigorous portfolio capital allocation. The Internal Rate of Return (IRR), while widely used, has well-documented shortcomings including the potential for multiple IRRs with non-conventional cash flow streams and the optimistic implicit assumption that interim cash flows are reinvested at the IRR itself.\n\nIn hedge fund and investment contexts, NPV analysis is applied to a broad range of decisions: valuing a potential acquisition target by discounting projected free cash flows, pricing a structured note by discounting contractual payments at a credit-adjusted discount rate, or determining the fair value of an infrastructure asset using a multi-decade discounted cash flow model. Annuity formulas — which are special cases of NPV where cash flows are constant and periodic — simplify calculations for fixed-payment instruments such as bonds or mortgages.\n\nJensen's Inequality has a direct implication for NPV under uncertainty: when discount rates or cash flows are stochastic, the NPV calculated using expected values will differ from the expected NPV of a distribution of scenarios. This means that projects with uncertain cash flows require a higher expected return to compensate for volatility, a concept operationalized through real options analysis — which uses option pricing mathematics to value the flexibility embedded in investment decisions.\n\nThe Cholesky decomposition and Monte Carlo simulation are frequently used to model correlated cash flow streams in complex NPV analyses. By decomposing the covariance matrix of inputs (commodity prices, exchange rates, demand volumes) using Cholesky factorization, analysts can generate correlated random scenarios that capture realistic co-movement among project value drivers, producing a distribution of NPV outcomes rather than a single-point estimate.",
  "example": "A private equity firm is evaluating an investment of $50 million in a manufacturing facility. Expected annual free cash flows are: Year 1: $8M, Year 2: $10M, Year 3: $13M, Year 4: $15M, Year 5: $18M, followed by a terminal value at Year 5 of $80M (based on a 7x EBITDA exit multiple). Using a discount rate of 12% (reflecting the target fund's hurdle rate), the NPV is calculated as: NPV = −$50M + $8M/(1.12) + $10M/(1.12²) + $13M/(1.12³) + $15M/(1.12⁴) + ($18M + $80M)/(1.12⁵) = −$50M + $7.14M + $7.97M + $9.25M + $9.54M + $55.60M = $39.5M. The positive NPV of $39.5 million confirms the investment clears the hurdle rate and creates substantial value for fund LPs.",
  "formula": "NPV = Σ [CFₜ / (1 + r)ᵗ] − C₀, where CFₜ = cash flow in period t, r = discount rate, C₀ = initial investment",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "annuity",
    "cholesky-decomposition",
    "compound-interest",
    "covariance",
    "covariance-matrix",
    "discount-rate",
    "discounted-cash-flow",
    "ebitda",
    "equity",
    "exchange",
    "hedge-fund",
    "hurdle-rate",
    "internal-rate-of-return",
    "jensens-inequality",
    "monte-carlo-simulation"
  ],
  "backlinks": [
    "bootstrap-method-rates",
    "cholesky-decomposition",
    "correlation-vs-causation",
    "fat-tailed-distribution",
    "finite-difference-method",
    "future-value",
    "internal-rate-of-return",
    "irr-internal-rate-of-return",
    "libor"
  ],
  "cross_references": [
    "annuity",
    "cholesky-decomposition",
    "covariance",
    "covariance-matrix",
    "discount-rate",
    "discounted-cash-flow",
    "ebitda",
    "equity",
    "exchange",
    "hedge-fund",
    "hurdle-rate",
    "internal-rate-of-return",
    "jensens-inequality",
    "monte-carlo-simulation",
    "option",
    "present-value",
    "private-equity",
    "structured-note",
    "terminal-value",
    "time-value"
  ],
  "tags": [
    "level:basic",
    "cat:financial-mathematics"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 691,
  "checksum": "750e336560bbb85c",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/net-present-value",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/net-present-value?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/net-present-value?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/net-present-value",
    "category": "https://hedgefund.wiki/api/v1/categories/financial-mathematics",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/net-present-value"
  }
}