run_statement_data
Run a financial statement — P&L, variance report, or executive summary. Rows are statement lines (Revenue, Direct Cost, Gross Margin, …); columns are scenarios. Supports an optional dimension breakdown (e.g. by period or cost centre). For an unspecified general P&L, prefer full_pnl when it is listed by precis_orientation. Give every scenario a concise, user-facing alias such as Actuals, Budget, Variance, or Var %. Returns the raw figures (and a data_ref) for your own analysis or to build a chart — pass the data_ref to eval_chart_transform. Does not show the user a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| layout | No | report | |
| target | No | ||
| filters | No | ||
| decimals | No | ||
| filename | No | ||
| overwrite | No | ||
| scenarios | No | ||
| statement | No | ||
| dimensions | No | ||
| period_end | No | ||
| sheet_name | No | ||
| period_start | No |