Domain 31 Lattice Arithmetic
lattice_arith_evaluateCompute CAGR, ratio, multiply, divide, YoY series, or product chain using verified SEC EDGAR financial data. Returns the arithmetic result, parity check, and full cell provenance for audit-ready analysis.
Instructions
VLN Domain 31 native arithmetic (cagr|ratio|multiply|divide|yoy_series|product_chain) over verified FINSEC EDGAR cells. Returns arith_method, parity_ok, series[], and cell provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | cagr | ratio | multiply | divide | yoy_series | product_chain | |
| metric | No | EDGAR metric, e.g. free cash flow, revenue | |
| company | No | Ticker or name when fetching EDGAR cells | |
| factors | No | Optional comma-separated positive factors for product_chain, e.g. 0.79,0.30,1.07,4.5 | |
| periods | No | Optional comma-separated fiscal periods for yoy_series/product_chain, e.g. FY2020,FY2021,FY2022 | |
| end_period | No | End / denominator period, e.g. FY2023 | |
| low_tokens | No | Optional. When true, returns compact JSON schema. | |
| start_period | No | Start / numerator period, e.g. FY2020 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | List of MCP output blocks containing verified SEC fact payload or SAFE_REFUSAL |