# LedgerLeaf Report Schema

LedgerLeaf reports are UTF-8 Markdown files with YAML front matter. The canonical JSON Schema is https://app.783e0811.prd.gh0stcloud.de/schemas/report.schema.json.

## Required Front Matter

- `title`: Report title.
- `ticker`: Listed ticker or best available symbol.
- `company`: Company legal or commonly used name.
- `reportType`: `Stock Analysis`, `Company Evaluation`, `Earnings Review`, `Investment Thesis`, `Risk Analysis`, `Other`.
- `summary`: Short report summary.
- `tags`: Up to 12 tags.

## Recommended Front Matter

- `rating`
- `currentPrice`
- `targetPrice`
- `currency`
- `riskLevel`

## Required Sections

- `## Executive Summary`
- `## Key Metrics`
- `## Stage Classification`
- `## Business & Industry`
- `## Financial Quality`
- `## Valuation`
- `## Scenario Analysis`
- `## Catalysts & Monitoring Plan`
- `## Risks`
- `## Sources & Method`
- `## Disclosures & Limitations`

Use https://app.783e0811.prd.gh0stcloud.de/api/reports/validate to check a draft before upload.
