1---2name: fundamental-analysis3description: > **Skill:** Fundamental Analysis | **Domain:** trading | **Category:** research | **Level:** intermediate4---5> **Skill:** Fundamental Analysis | **Domain:** trading | **Category:** research | **Level:** intermediate6> **Tags:** `trading`, `research`, `fundamental`, `financials`, `valuation`, `moat`789# Fundamental Analysis1011## Reference Files1213Load these when needed — do not pre-load all of them:1415| File | Load When |16|------|-----------|17| [references/financial-statements.md](references/financial-statements.md) | Analyzing income statement, balance sheet, cash flow, FCF, working capital, red flags |18| [references/valuation-methods.md](references/valuation-methods.md) | Computing or comparing valuation ratios, running DCF, comps, DDM, profitability/liquidity/leverage/efficiency ratios |19| [references/macro-industry.md](references/macro-industry.md) | Economic indicators, central bank policy, intermarket analysis, Porter's Five Forces, economic moats |2021---2223## Quick Ratio Reference2425### Valuation Ratios2627| Ratio | Undervalued | Fair | Expensive | Notes |28|-------|-------------|------|-----------|-------|29| P/E (trailing) | < 10 | 10–20 | > 30 | Compare to sector & growth rate |30| P/E (forward) | < 12 | 12–18 | > 25 | More predictive than trailing |31| PEG | < 1.0 | ~1.0 | > 1.5 | P/E ÷ EPS growth rate |32| P/S | < 1.0 | 1–3 | > 5 | Sector-dependent; SaaS can be 8–20× |33| P/B | < 1.0 | 1–3 | > 5 | Banks/financials: fair at 1–2× |34| EV/EBITDA | < 8 | 8–12 | > 15 | Best for capital-intensive businesses |35| EV/Revenue | < 1 | 1–3 | > 5 | Pre-profit companies |3637### Profitability Ratios3839| Ratio | Poor | Good | Excellent | Notes |40|-------|------|------|-----------|-------|41| ROE | < 10% | 15–20% | > 20% | Beware high leverage inflating ROE |42| ROA | < 2% | 5–8% | > 10% | Banks: 1–2% is normal |43| ROIC | < WACC | WACC+5% | > 15% | Value creation only if ROIC > WACC |44| Gross Margin | Sector low | 40%+ (tech) | 60%+ | Highly sector-specific |45| Operating Margin | < 5% | 10–20% | > 25% | Sector-adjusted |46| Net Margin | < 3% | 8–15% | > 20% | Sector-adjusted |4748### Liquidity & Leverage Ratios4950| Ratio | Weak | Acceptable | Strong | Notes |51|-------|------|------------|--------|-------|52| Current Ratio | < 1.0 | 1.5–2.0 | > 2.5 | < 1 = liquidity risk |53| Quick Ratio | < 0.7 | 1.0–1.5 | > 2.0 | Excludes inventory |54| Cash Ratio | < 0.3 | 0.5–1.0 | > 1.0 | Most conservative |55| Debt/Equity | > 2.0 | 0.5–1.5 | < 0.5 | Sector-adjusted |56| Debt/EBITDA | > 4× | 2–3× | < 2× | > 5× = distress risk |57| Interest Coverage | < 2× | 3–5× | > 5× | < 1.5× = danger zone |5859### Efficiency Ratios6061| Ratio | Poor | Good | Excellent |62|-------|------|------|-----------|63| Asset Turnover | < 0.5 | 0.8–1.5 | > 1.5 |64| Inventory Turnover | < 4 | 6–12 | > 15 |65| DSO (Days Sales Outstanding) | > 60 | 30–45 | < 30 |66| CCC (Cash Conversion Cycle) | > 90 days | 30–60 | < 30 (or negative) |6768---6970## Financial Statement Structure Overview7172```73Income Statement → Profitability (what was earned)74Balance Sheet → Financial position (what is owned/owed)75Cash Flow Statement → Liquidity (actual cash movement)7677Key linkages:78 Net Income (IS) → Retained Earnings (BS) → Operating CF (CFS)79 CapEx (CFS) → PP&E change (BS)80 D&A (IS) → Added back in Operating CF (CFS)81 FCF = CFO - CapEx (the purest measure of cash generation)82```8384---8586## Valuation Method Selection Guide8788| Situation | Best Method | Why |89|-----------|-------------|-----|90| Stable, predictable FCF | DCF | Intrinsic value based on fundamentals |91| Profitable, comparable peers exist | Comps (EV/EBITDA, P/E) | Market-derived, fast |92| Dividend-paying, mature company | DDM (Gordon Growth) | Dividend stream = value |93| Pre-profit high-growth | EV/Revenue, EV/ARR | No earnings yet |94| Asset-heavy (banks, real estate) | P/B, P/TBV, P/FFO | Assets = value driver |95| Acquisition / M&A context | EV/EBITDA + DCF | Enterprise-level view |96| Cyclical industry | EV/EBITDA on normalized earnings | Avoid peak/trough distortions |9798> **Rule**: Always triangulate — use 2–3 methods and compare implied price ranges.99100---101102## Red Flags Checklist103104### Earnings Quality105- [] Revenue growing faster than cash from operations106- [] Accounts receivable growing faster than revenue (channel stuffing)107- [] Gross margin declining while revenue rises108- [] Frequent non-recurring "one-time" charges109- [] Auditor changes or going-concern opinion110- [] Earnings beat only due to tax rate or share count changes111112### Balance Sheet113- [] Goodwill > 30% of total assets (acquisition risk)114- [] Inventory buildup without revenue growth115- [] Rising short-term debt to fund operations116- [] Pension obligations understated (check footnotes)117118### Cash Flow119- [] Persistent CFO < Net Income (low earnings quality)120- [] FCF negative for 3+ years without clear growth investment story121- [] Heavy reliance on asset sales in investing CF122- [] Dividends paid from debt, not earnings123124---125126## Analytical Workflow1271281. **Screen** → Use ratio table above to flag outliers1292. **Understand the business** → Revenue model, customers, competitive position1303. **Read financial statements** → See `references/financial-statements.md`1314. **Compute ratios** → See `references/valuation-methods.md`1325. **Value the company** → DCF + comps + sector-specific multiples1336. **Assess macro/industry** → See `references/macro-industry.md`1347. **Form a view** → Bull/base/bear scenario with margin of safety135136---137138## Related Skills139140- [Market Intelligence](../market-intelligence.md)141- [Equities Trading](../equities-trading.md)142- [Cross Asset Relationships](../cross-asset-relationships.md)143144145146---