Compute Certified SEC CAGR
compute_sec_cagrCalculate exact compound annual growth rate (CAGR) from certified SEC filing facts for any company metric across fiscal periods, using deterministic math to prevent confabulation.
Instructions
Exact compound annual growth rate (CAGR) calculation over verified SEC filing facts. Deterministic mathematical execution with zero language model confabulation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | EDGAR metric to compound, e.g. revenue, free cash flow, net income | |
| company | Yes | Company ticker or name, e.g. AAPL | |
| end_period | Yes | End fiscal period, e.g. FY2023 | |
| low_tokens | No | Optional. When true, returns compact JSON schema. | |
| start_period | Yes | Start fiscal period, e.g. FY2020 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| st | No | Compact status indicator (OK | REFUSE) | |
| per | No | Compact period string | |
| val | No | Compact numeric value | |
| hash | No | Cryptographic filing audit hash | |
| cells | No | Valuation pack verified cells dictionary | |
| value | No | Verified financial metric numeric value or computed arithmetic result | |
| period | No | Fiscal reporting period | |
| reason | No | Explanation when SAFE_REFUSAL is returned | |
| status | No | Verification status: VERIFIED_SUCCESS | SAFE_REFUSAL | COMPLETE | OK | |
| company | No | Company name or ticker symbol | |
| concept | No | US-GAAP / XBRL financial concept | |
| operands | No | Underlying verified metric operands with accessions | |
| formatted | No | Formatted monetary or percentage string | |
| provenance | No | SEC EDGAR filing provenance details |