What Is Intrinsic Value? An Educational Guide
TL;DR
- Intrinsic value is an estimate built from assumptions about future cash flows, growth, and risk—not a mathematically precise number
- DCF inputs (growth rate, discount rate, terminal value) create wide valuation ranges; a 1% change in discount rate can shift results by 15–30%
- Comparing intrinsic value to market price requires caution: treat the gap as a valuation range, not proof of mispricing
Intrinsic Value: Definition and Core Concept
Intrinsic value is commonly described as the present value of expected future cash flows from a business. The definition is useful because it separates a valuation model from current market sentiment; the result still depends on the assumptions and data chosen NYU Stern.
The standard method for calculating intrinsic value is the Discounted Cash Flow (DCF) model. The model rests on one foundational insight: future cash flows are worth less than present cash flows because money available today can be invested and earn returns. A dollar received in ten years equals less than a dollar received today.
Mathematically, the DCF sums all projected free cash flows and discounts them to present value:
where FCFF is free cash flow to the firm, WACC is the weighted average cost of capital, and TV is terminal value.
Why Intrinsic Value Is an Assumption-Dependent Estimate
The DCF result depends on the assumptions and data inputs below. The FundamentalRadar panel exposes the first group and loads the second group from the selected asset:
| Input or control | Role in this workspace | Handling |
|---|---|---|
| Selected base | OCF, FCF, or net income | User selector; value comes from public statements |
| Initial growth and annual decay | Projects each year | User assumptions |
| Discount rate | Discounts projected values | User assumption |
| Terminal multiple | Converts the final projected cash flow into terminal value | User assumption |
| Horizon | Chooses 5 or 10 years in the panel | User selector |
| Net debt and shares | Bridges enterprise value to equity and per-share value | Asset payload or statement data |
External valuation texts describe additional modelling choices such as operating margins, reinvestment, WACC and terminal growth. They remain assumptions rather than observable certainties NYU Stern.
The uncertainty compounds because small input changes can create large output swings, especially when the terminal value is a large part of the model. Sensitivity analysis makes that dependence visible NYU Stern.
DCF Inputs and Sensitivity Analysis
Free Cash Flow (Base Input)
The model starts with a historical cash-flow base, not a per-share value: operating cash flow, free cash flow, or net income. It subtracts net debt and divides by shares only after projecting and discounting the selected base.
| Base Method | Source |
|---|---|
| Operating Cash Flow (OCF) | Cash flow statement line |
| Free Cash Flow (FCF) | OCF less capital expenditures |
| Net Income | Income statement line |
FundamentalRadar's workspace lets the user switch among these bases and defaults to FCF. That default is a product setting, not a claim that FCF is always the right basis; the chosen period and statement quality still matter. See the valuation framework for how earnings-based metrics relate.
Growth Rate and Decay
Near-term growth typically starts higher and decays over time. The DCF panel applies a decay factor: if growth is 8% with a 1% decay, year 1 grows at 8%, year 2 at 7%, and so on. This reflects the reality that high growth rates are unsustainable indefinitely.
Discount Rate (WACC)
The discount rate represents the return you require to invest in the business instead of safer alternatives. It combines the risk-free rate, equity risk premium, and company-specific beta.
In a general DCF, analysts may use a risk-free rate, an equity risk premium and a company-specific beta to support a discount-rate estimate. FundamentalRadar does not estimate those components automatically: the user supplies the discount rate.
Terminal Multiple
After the explicit forecast period, the model applies a terminal multiple selected by the user to the final projected cash flow. The multiple captures value beyond the explicit horizon; it is an assumption, not a universal market range.
The examples below are illustrative only:
| Scenario | Terminal multiple | Interpretation |
|---|---|---|
| Lower | 10x | Lower terminal value |
| Middle | 15x | Intermediate assumption |
| Higher | 20x | Higher terminal value |
How FundamentalRadar Calculates Intrinsic Value
The analysis workspace implements a practical two-stage DCF:
type DcfInputs = {
base: number | null | undefined; // Free cash flow, OCF, or net income
netDebt: number | null | undefined; // Net debt (cash subtracted)
shares: number | null | undefined; // Outstanding shares
growthPct: number; // Initial growth rate (%)
decayPoints: number; // Annual growth decay
terminalMultiple: number; // Terminal value multiplier
discountPct: number; // Discount rate (%)
horizon: number; // Projection years (5 or 10)
};
The calculation iterates through each year:
- Project cash flow:
projected = previous × (1 + adjusted_rate) - Discount to present:
pv = projected / (1 + discount)^year - Calculate terminal value:
terminalValue = finalProjected × terminalMultiple - Discount terminal value:
terminalPv = terminalValue / (1 + discount)^horizon - Sum present values and subtract net debt:
equityValue = Σ PV + terminalPv - netDebt - Divide by shares:
perShare = equityValue / shares
The workspace displays these yearly projections in a table, showing each year's growth rate, projected cash flow, and present value.
Caution Required: Refusal Logic and Guardrails
The DCF result is not always published. FundamentalRadar applies refusal logic to prevent misleading outputs:
| Refusal Condition | Trigger |
|---|---|
| Loss-making | Negative net income as base |
| Negative equity | Equity value ≤ 0 |
| Above price (5x) | Intrinsic value > 5× market price |
| Above market cap (10x) | Equity value > 10× market capitalization |
These are product guardrails for negative or implausibly high outputs. When a refusal triggers, the workspace shows the reason instead of publishing the result.
Comparing Intrinsic Value to Market Price
The natural question follows: is the stock undervalued if intrinsic value exceeds market price?
The answer requires caution. Market price reflects collective investor sentiment, information not yet absorbed, liquidity preferences, and behavioral factors. Intrinsic value reflects your specific assumptions about the future. Both can be wrong.
Damodaran emphasizes treating the gap as a range of plausible values, not a certainty NYU Stern. The appropriate comparison considers:
One-Way Sensitivity Table
| Discount Rate | Implied Value Per Share |
|---|---|
| 8% | $112 |
| 9% | $81 |
| 10% | $70 |
| 11% | $63 |
Two-Way Sensitivity Matrix
| 2% Terminal Growth | 3% Terminal Growth | 4% Terminal Growth | |
|---|---|---|---|
| 8% WACC | $84 | $96 | $112 |
| 10% WACC | $63 | $70 | $79 |
| 12% WACC | $48 | $54 | $61 |
A cautious interpretation looks at this range: if intrinsic value spans $48–$112 but the market price is $80, the base case appears attractive, yet significant downside exists under pessimistic assumptions.
Interpreting the Gap: Upside vs. Margin of Safety
Two metrics help frame the comparison:
Their difference matters:
| Market Price | Intrinsic Value | Potential Upside | Margin of Safety |
|---|---|---|---|
| $80 | $100 | +25% | 20% |
A 25% upside implies a 20% margin of safety. The safety margin—how much intrinsic value could fall before the stock becomes fairly valued—is a risk filter, not a profit guarantee.
Relative Valuation in Context
Intrinsic valuation differs from relative valuation, which compares multiples against peers NYU Stern. If all peers trade at 15x earnings, does a 12x price mean undervaluation? Not necessarily. The business may have different growth, risk, or cash flow quality.
Use both approaches:
- Intrinsic first: Establishes the valuation framework and range
- Relative second: Checks if market pricing aligns with peer group economics
- Synthesis: If intrinsic indicates value but relative shows premium pricing, investigate the discrepancy
For understanding how P/E and P/B ratios fit into this picture, see what is P/E ratio and what is P/B ratio.
Common errors and fixes
| Error | Cause | Fix | Source |
|---|---|---|---|
| Treating intrinsic value as a precise target | Confusing a model output with a guaranteed future | Always read the result as a range, not a single number | NYU Stern |
| Ignoring terminal value weight | Terminal value can be 60–80% of total, so tiny changes swing the result | Run a two-way sensitivity matrix before trusting the single-point output | NYU Stern |
| Comparing one assumption to market price | Using your own growth/discount inputs against the market's consensus | Stress-test inputs; treat the gap as a valuation range, not proof of mispricing | NYU Stern |
| Feeding a negative net-income input as the base | A negative earnings base does not support this projection | Use an available positive cash-flow base instead | Analysis workspace code |
| Projecting unrealistic growth | Assuming high growth continues for the full horizon | Apply a decay factor so growth tapers toward a sustainable terminal rate | Analysis workspace code |
Perguntas frequentes (FAQ)
Why is intrinsic value considered an estimate rather than an exact value?
Intrinsic value depends on future cash flows, growth rates, and risk assessments—all of which are uncertain. DCF models translate assumptions into numbers, but those assumptions about the future are inherently speculative. No one can predict the future with certainty, so intrinsic value remains an educated estimate with a likely range rather than a precise figure.
How do DCF inputs affect the intrinsic value calculation?
The model combines a selected historical base, net debt, shares, initial growth, annual decay, terminal multiple, discount rate and a 5- or 10-year horizon. Some are user controls; others come from the asset payload and statement period. Changes to the terminal multiple or discount rate can materially change the estimate.
Can I trust the difference between intrinsic value and market price?
The gap can indicate potential mispricing but should be treated cautiously. Market price reflects collective investor sentiment, liquidity, and information processing, while intrinsic value reflects your assumptions. A large discount may represent justified skepticism about future performance or simply market disagreement. Compare the gap across a range of reasonable assumptions rather than accepting a single point estimate.
What does FundamentalRadar's analysis workspace actually calculate?
The workspace projects the selected OCF, FCF or net-income base for 5 or 10 years with a decay factor, applies a terminal multiple, discounts future cash to present value using the user-adjustable rate, subtracts net debt and divides by shares. Guardrails can prevent publication when the net-income input is negative or when the result is implausibly high relative to price or market capitalization.
How should I interpret the upside and margin of safety metrics?
Potential upside measures how much the stock could gain if intrinsic value is correct: (IV - Market Price) / Market Price. Margin of safety measures the buffer before fair value: (IV - Market Price) / IV. The safety margin protects against assumption errors, not just market movement. A 20% margin of safety means intrinsic value could fall 20% before the stock appears fairly valued.
Is relative valuation better than intrinsic valuation?
Neither is universally superior. Intrinsic valuation grounds analysis in fundamentals but depends on uncertain assumptions. Relative valuation uses market pricing but may conflate valuation with price, missing firm-specific quality differences. Use intrinsic first to establish the framework, then relative to check market pricing against peers. The synthesis provides a more complete view than either approach alone.
Sources
- NYU Stern - Valuation Introduction — Core DCF methodology, key assumptions, and sensitivity analysis showing how 1% changes in growth or discount rate shift valuation by 15–30%.
- NYU Stern - Intrinsic vs Relative Value — Theoretical foundation for intrinsic valuation, the distinction between intrinsic and relative valuation, and terminal value weight as 60–80% of total.