permitted_cost_excel
Converts pricing data JSON into a full-formula Excel model for permitted cost plus reasonable return pricing, covering assets, costs, revenue, and sensitivity. Returns a file link or base64.
Instructions
准许成本加合理收益定价:定价数据JSON → 全公式Excel(主表+固定资产+无形资产+有效资产+运营维护费+准许收益+趋势/敏感性,补贴模式含对外收入+政府补贴定价)。返回 file_base64(默认返回72h下载短链,return_mode="base64" 可回退)。数据收集五步与schema先看 get_skill_instructions(skill=permitted_cost)。前置:需先调 get_protocol_instructions。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | 定价数据JSON:project(对象)+fixed_assets(数组)+intangible_assets(数组)+years(非空数组,含运行维护费与wacc)+revenues(可选,补贴模式) | |
| file_name | No | 成品文件名(.xlsx,遵循总则命名规范) | |
| return_mode | No | 成品交付方式:base64(默认,兼容);url 推荐——返回72h下载短链(file.url),防大文件撑爆上下文,外部客户端建议默认 url |