| name | sec-financial-report-baseline |
| description | Lightweight guidance for extracting quarterly financial metrics into a fixed JSON output. |
SEC Financial Report Baseline
Use this for small financial extraction tasks with local quarterly inputs.
Workflow
- Read both quarter files before writing anything.
- Extract the stated revenue and net income values directly from the source.
- Compute derived percentages carefully.
- Write exactly one JSON file in the required schema.
Guardrails
- Use the provided local files as the only source of truth.
- Keep numbers as JSON numbers, not strings.
- Do not add extra keys.