FCFF DCF calculator
A 10-year enterprise-value DCF: discount unlevered free cash flow at WACC, build an enterprise value, then bridge to equity per share by subtracting net debt and dividing by shares. The "value the whole firm, then carve out the equity" lens, one of eleven kernels behind the published stock analyses.
FCFF DCFs fail quietly when reinvestment and terminal growth are inconsistent. Check whether terminal value is doing the valuation for you: above 60% of EV, the explicit ten-year stream barely matters and the answer is hostage to a single Gordon assumption.
FCFF DCF · Mature dividend payerrequired for archetype
Enterprise value → equity → per share
Current-state FCFF compounded through a fade toward 3% terminal
Current-state fade: base FCFF (NOPAT + D&A − CapEx) is compounded through a 10-year fade that blends the starting growth toward terminal growth (weight ramps 0 → 0.7). Right when current-state FCFF is a clean signal of the future.
Discounting FCFF at WACC produces an enterprise value, not an equity value — which is exactly why the net-debt bridge above is mandatory before dividing by shares.
Every step, derived
- methodology_variant = current_state_fcff_growth_fade
- NOPAT = EBIT 24000 × (1 − 0.21) = 18960.0
- base_FCFF = NOPAT 18960.0 + |D&A| 5200 − |CapEx| 4600 = 19560.0
- Σ PV(FCFF) = 171366.3 · TV = FCFF₁₀ 32023.2 × (1+0.030) / (0.080 − 0.030) = 659677.6
- PV(TV) = 305558.4 · terminal_value_pct = 64.1% of EV
- EV = Σ PV + PV(TV) = 476924.6 · Equity = EV − net_debt 18000 = 458924.6
- fair_value = max(0, 458924.6) / shares 1850 = 248.07
One stable kernel contract, same as the reports
Reference the model by its stable id fcff_dcf, not the display label. The dedicated page, the all-model workbook, and the report pipeline all hit the same endpoint and reconcile to the same fair value.
| Slug | /en/tools/fcff-dcf-calculator |
| Kernel model id | fcff_dcf · role fcff_dcf |
| Valuation lens | 10-yr enterprise-value FCFF DCF at WACC, EV → equity bridge, ±15% range |
| Primary input | EBIT / FCFF + WACC + net debt + shares |
| Run endpoint | POST /api/v1/valuation-calculators/run · model_id: "fcff_dcf" |
| Sensitivity | POST /api/v1/valuation-calculators/sensitivity · WACC × growth or WACC × terminal-growth grid |
| Response contract | result.status (computed / excluded / failed) + result.fairValue (low / mid / high) + terminal_value_pct + negative_equity + reliability |
This surface is stateless. The same kernel powers the per-stock reports, so the fair value here reconciles exactly with the report's fcff_dcf output for the same inputs. The EPS-side siblings, discounted earnings and the multi-stage moat fade, discount EPS at Ke instead of FCFF at WACC; running the same stock through both triangulates capital-structure effects against earnings-quality effects.