Book Visual Assets
Diagrams for the Indian Equity Investing book. Use in chapters and Practice Labs.
Formats
| Format | Use case | Render support |
|---|---|---|
Mermaid (inline in .md) | Flowcharts, timelines, decision trees | GitHub, Cursor, MkDocs, many static sites |
| SVG (this folder) | Fixed concept illustrations | Any Markdown viewer |
How to embed
Mermaid (preferred for editable diagrams):
## Visual Guide
flowchart LR A[Income] --> B[Savings] B --> C[Invest]
SVG:

Diagram index
| File | Part | Topic |
|---|---|---|
compounding-curve.svg | 01 | Wealth growth over time |
accounting-equation.svg | 02 | Assets = Liabilities + Equity |
dupont-roe.svg | 03 | DuPont ROE breakdown |
mr-market-mood.svg | 04 | Mr. Market price vs value |
moat-types.svg | 05 | Economic moat sources |
portfolio-pyramid.svg | 06 | Portfolio construction layers |
sector-rotation.svg | 07–11 | Cycle and sector map |
Add new SVGs here when creating chapter-specific visuals.