From Claudient — Finance
DCF valuation: gather inputs from filings, build WACC, project FCF, terminal value, sensitivity table — patterns from Anthropic financial-services
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudient-finance:dcf-modelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building a Discounted Cash Flow (DCF) valuation for a company
All model outputs must carry a [VERIFY] marker before use. DCF outputs are highly sensitive to assumptions — a 0.5% change in WACC can change valuation by 20-30%. Always state your assumptions explicitly and have a senior analyst review.
Before building the DCF, gather these inputs:
INCOME STATEMENT (last 3-5 years + analyst estimates):
- Revenue
- EBITDA margin
- D&A
- Capital expenditures
- Changes in working capital
- Tax rate
BALANCE SHEET:
- Total debt
- Cash and equivalents
- Shares outstanding
MARKET DATA:
- Current stock price
- Equity market cap
- Beta (5-year monthly, vs S&P 500)
- Risk-free rate (10-year Treasury yield)
- Equity risk premium (use Damodaran's current estimate: ~5.5%)
- Cost of debt (weighted avg interest rate on existing debt)
Source these from: 10-K/10-Q filings, Bloomberg, FactSet, or company investor relations.
WACC formula:
WACC = (E/V × Ke) + (D/V × Kd × (1 - Tax Rate))
Where:
- E = market value of equity
- D = market value of debt
- V = E + D (total capital)
- Ke = cost of equity (CAPM: Rf + β × ERP)
- Kd = pre-tax cost of debt
- Tax Rate = marginal tax rate
Example calculation:
- Rf (risk-free): 4.3% (current 10Y Treasury)
- β (beta): 1.2
- ERP (equity risk premium): 5.5%
- Ke = 4.3% + (1.2 × 5.5%) = 10.9%
- Kd (pre-tax): 5.2%, Tax rate: 25%
- Kd after-tax = 5.2% × (1 - 0.25) = 3.9%
- Capital structure: 80% equity, 20% debt
- WACC = (0.80 × 10.9%) + (0.20 × 3.9%) = 9.5%
[VERIFY] WACC before using in projections.
FCF = EBIT × (1 - Tax Rate) + D&A - CapEx - ΔWorking Capital
Year 1-3: Base case (analyst consensus or management guidance)
Year 4-5: Conservative fade toward long-run growth rate
Example FCF bridge:
Revenue: $1,000M → $1,080M → $1,160M → $1,230M → $1,290M
EBIT margin: 18% → 18.5% → 19% → 19% → 19%
EBIT: $180M → $200M → $220M → $234M → $245M
Tax (25%): $45M → $50M → $55M → $58.5M → $61M
NOPAT: $135M → $150M → $165M → $175M → $184M
+ D&A: $40M → $42M → $44M → $45M → $46M
- CapEx: $60M → $65M → $70M → $72M → $74M
- ΔWC: $8M → $9M → $10M → $10M → $10M
= FCF: $107M → $118M → $129M → $138M → $146M
[VERIFY] each year's FCF before proceeding.
Terminal Value (Gordon Growth Model):
TV = FCF_year5 × (1 + g) / (WACC - g)
Where g = long-run growth rate (use GDP growth: 2-3% for mature companies)
Example:
TV = $146M × (1 + 2.5%) / (9.5% - 2.5%)
TV = $149.65M / 7%
TV = $2,138M
[VERIFY] terminal value represents a reasonable multiple of year-5 FCF
(typically 15-25x for mature businesses).
PV of each FCF year:
Year 1: $107M / (1.095)^1 = $97.7M
Year 2: $118M / (1.095)^2 = $98.4M
Year 3: $129M / (1.095)^3 = $98.1M
Year 4: $138M / (1.095)^4 = $95.6M
Year 5: $146M / (1.095)^5 = $92.2M
PV of FCFs: $482M
PV of Terminal Value: $2,138M / (1.095)^5 = $1,352M
Enterprise Value (EV): $482M + $1,352M = $1,834M
Equity Value = EV - Net Debt (Debt - Cash)
Net Debt = $300M - $150M = $150M
Equity Value = $1,834M - $150M = $1,684M
Per share = $1,684M / 85M shares = $19.81
[VERIFY] implied EV/EBITDA multiple (should be in range of comparable companies).
Run WACC × terminal growth rate sensitivity:
g=1.5% g=2.0% g=2.5% g=3.0% g=3.5%
WACC=8.5% $22.4 $24.1 $26.2 $28.9 $32.6
WACC=9.0% $20.8 $22.3 $24.0 $26.2 $29.2
WACC=9.5% $19.4 $20.7 $21.8* $23.4 $25.8 ← base case
WACC=10.0% $18.1 $19.2 $20.4 $21.7 $23.5
WACC=10.5% $17.0 $18.0 $19.0 $20.1 $21.6
[VERIFY] current stock price vs. implied valuation range.
User: Build a DCF for a SaaS company: $200M ARR, 75% gross margin, growing 25% YoY, cash flow positive.
Expected output:
[VERIFY] with key assumption disclosuresWork with us: Claudient is backed by Uitbreiden — we build AI products and B2B solutions with developer communities. uitbreiden.com · Reddit · YouTube
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub claudient/claudient --plugin claudient-finance