run_revenue_review
Audit revenue and cost合理性 across 16 checks (R/C/X) to flag🔴不合理, 🟡需关注, or 🟢正常 levels for E-Investment projects. Supply project ID or report files to get scored results with thresholds for benchmarking.
Instructions
收入费用合理性审查:R收入(5项)/C费用(6项)/X交叉(5项)共16项,🔴明显不合理/🟡需关注/🟢正常/ℹ️数值输出待联网对标(需benchmark/地方定价的项已给测算数值与判定阈值,宿主AI联网比对后可自行定级)。双输入:p_id(+stage) 或 reports 对象(无平台项目号时可先 fast_calc_reports 生成11张表再传入)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p_id | No | E投项目号(纯数字,与 reports 二选一) | |
| stage | No | 默认 scheme_stage | |
| reports | No | 直接提交报表(与 p_id 二选一):{E投标准报表文件名: 原生txt全文},或 JSON {文件名:{行名:{年份:数值}}} / [[表头行],[数据行]...] 二维数组(financial_ratios 传 [{idx,name,m,a}] 列表),或 fast_calc_reports 返回的 tables 整包;可子集 |