---
excalidraw-plugin: parsed
tags: [excalidraw, quants, capability-map, decision-judgment]
---
==⚠  Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==

# Excalidraw Data

## Text Elements
个人量化 Quant OS 总体架构：一条主价值流、四条保障带、一个反馈闭环 ^t001

架构的目标不是显得复杂，而是让每次决策都能追溯、重放、解释、暂停和退役；未来加期货、期权或多账户时不必推倒重来。 ^t002

资本与策略授权层 ^t004

输入：目标、资金用途、风险承受、流动性、市场与账户权限 ^t005

输出：Cash / Beta / Alpha 预算、资产池、限额、再平衡与停机条件 ^t006

验收：任何持仓与策略都能回答“为什么允许它占用这笔资本” ^t007

主价值流：信息和资产状态向前流动 ^t008

数据快照 ^t010

原始行情 / 基本面
公司行动 / 交易日历 ^t011

输出：dataset_id ^t012

特征与标签 ^t015

清洗 / 复权 / 可交易池
feature / label ^t016

输出：feature_set_id ^t017

预测与信号 ^t020

规则 / 因子 / 模型
方向、强度、置信度 ^t021

输出：signal_id ^t022

目标权重 ^t025

风险、成本、容量约束
多策略资本分配 ^t026

输出：target_book ^t027

订单计划 ^t030

目标差额 / 切单 / 时机
限价、撤单、降级 ^t031

输出：order_plan_id ^t032

执行与成交 ^t035

券商 / 交易所回报
部分成交、废单、重连 ^t036

输出：fill_book ^t037

账本与对账 ^t040

目标账 / 执行账 / 券商账
现金、仓位、费用一致 ^t041

输出：recon_report ^t042

监控与归因 ^t045

PnL / 暴露 / 成本 / 偏差
健康度、告警、失效 ^t046

输出：decision_memo ^t047

反馈闭环：归因与异常证据 → 更新数据规则、研究假设、风险预算、成本参数、资本分配或退役决策 ^t049

横切保障：不是某一个站点，而是覆盖整条价值流的共同合同 ^t050

数据治理 ^t052

来源登记｜schema｜缺失与异常｜复权/公司行动｜幸存者偏差与 PIT｜版本｜血缘｜许可与保留期 ^t053

风险与成本治理 ^t055

风险预算 / 暴露 / 限额 / 压力情景｜佣金 / 价差 / 滑点 / 冲击 / 容量｜研究假设与实盘偏差同时监控 ^t056

可靠性与控制 ^t058

单元 / 集成 / 回放 / 回归测试｜日志 / 指标 / 链路 ID / 告警｜最小权限｜密钥隔离｜备份、恢复、审计、kill switch ^t059

AI 与自动化 ^t061

AI coding｜测试生成｜实验摘要｜文档与知识库｜策略评审｜异常分诊；自动化可以提速，但不能绕过资本、风险与上线闸门 ^t062

三个不可破坏的不变量 ^t063

三本账能对上 ^t065

目标权重、内部订单/成交、券商持仓与现金
必须能按 instrument / account / time 重建差异。 ^t066

每次运行可追溯 ^t068

dataset / feature / model / code / config / run ID
必须随结果一起保存，才能复现与回放。 ^t069

每条策略可退出 ^t071

上线、加仓、降权、暂停、修复、退役与归档
都要有规则；“只会上不会下”不是系统。 ^t072

双重身份提示：风险/成本“估计值”是目标权重与订单计划的输入；风险/成本“治理”是从研究到实盘都必须持续满足的约束。 ^t073

%%
## Drawing
```json
{
  "type": "excalidraw",
  "version": 2,
  "source": "https://obsidian.md",
  "elements": [
    {
      "id": "t001",
      "type": "text",
      "x": 55,
      "y": 32,
      "width": 1790,
      "height": 30.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0001",
      "roundness": null,
      "seed": 1001,
      "version": 1,
      "versionNonce": 10001,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "个人量化 Quant OS 总体架构：一条主价值流、四条保障带、一个反馈闭环",
      "fontSize": 30,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "个人量化 Quant OS 总体架构：一条主价值流、四条保障带、一个反馈闭环",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t002",
      "type": "text",
      "x": 55,
      "y": 89,
      "width": 1790,
      "height": 16.0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0002",
      "roundness": null,
      "seed": 1002,
      "version": 1,
      "versionNonce": 10002,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "架构的目标不是显得复杂，而是让每次决策都能追溯、重放、解释、暂停和退役；未来加期货、期权或多账户时不必推倒重来。",
      "fontSize": 16,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "架构的目标不是显得复杂，而是让每次决策都能追溯、重放、解释、暂停和退役；未来加期货、期权或多账户时不必推倒重来。",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r003",
      "type": "rectangle",
      "x": 55,
      "y": 145,
      "width": 1790,
      "height": 108,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "#EEF5FB",
      "fillStyle": "solid",
      "strokeWidth": 2.5,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0003",
      "roundness": {
        "type": 3
      },
      "seed": 1003,
      "version": 1,
      "versionNonce": 10003,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t004",
      "type": "text",
      "x": 80,
      "y": 164,
      "width": 230,
      "height": 19.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0004",
      "roundness": null,
      "seed": 1004,
      "version": 1,
      "versionNonce": 10004,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "资本与策略授权层",
      "fontSize": 19,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "资本与策略授权层",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t005",
      "type": "text",
      "x": 330,
      "y": 168,
      "width": 660,
      "height": 14.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0005",
      "roundness": null,
      "seed": 1005,
      "version": 1,
      "versionNonce": 10005,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输入：目标、资金用途、风险承受、流动性、市场与账户权限",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输入：目标、资金用途、风险承受、流动性、市场与账户权限",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t006",
      "type": "text",
      "x": 1010,
      "y": 168,
      "width": 790,
      "height": 14.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0006",
      "roundness": null,
      "seed": 1006,
      "version": 1,
      "versionNonce": 10006,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：Cash / Beta / Alpha 预算、资产池、限额、再平衡与停机条件",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：Cash / Beta / Alpha 预算、资产池、限额、再平衡与停机条件",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t007",
      "type": "text",
      "x": 330,
      "y": 208,
      "width": 1300,
      "height": 13.0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0007",
      "roundness": null,
      "seed": 1007,
      "version": 1,
      "versionNonce": 10007,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "验收：任何持仓与策略都能回答“为什么允许它占用这笔资本”",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "验收：任何持仓与策略都能回答“为什么允许它占用这笔资本”",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t008",
      "type": "text",
      "x": 55,
      "y": 283,
      "width": 700,
      "height": 19.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0008",
      "roundness": null,
      "seed": 1008,
      "version": 1,
      "versionNonce": 10008,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "主价值流：信息和资产状态向前流动",
      "fontSize": 19,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "主价值流：信息和资产状态向前流动",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r009",
      "type": "rectangle",
      "x": 55,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "#EEF5FB",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0009",
      "roundness": {
        "type": 3
      },
      "seed": 1009,
      "version": 1,
      "versionNonce": 10009,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t010",
      "type": "text",
      "x": 69,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0010",
      "roundness": null,
      "seed": 1010,
      "version": 1,
      "versionNonce": 10010,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "数据快照",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "数据快照",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t011",
      "type": "text",
      "x": 69,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0011",
      "roundness": null,
      "seed": 1011,
      "version": 1,
      "versionNonce": 10011,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "原始行情 / 基本面\n公司行动 / 交易日历",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "原始行情 / 基本面\n公司行动 / 交易日历",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t012",
      "type": "text",
      "x": 69,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0012",
      "roundness": null,
      "seed": 1012,
      "version": 1,
      "versionNonce": 10012,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：dataset_id",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：dataset_id",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a013",
      "type": "arrow",
      "x": 264,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0013",
      "roundness": {
        "type": 2
      },
      "seed": 1013,
      "version": 1,
      "versionNonce": 10013,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r014",
      "type": "rectangle",
      "x": 281,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#0F8B8D",
      "backgroundColor": "#EAF8F7",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0014",
      "roundness": {
        "type": 3
      },
      "seed": 1014,
      "version": 1,
      "versionNonce": 10014,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t015",
      "type": "text",
      "x": 295,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#0F8B8D",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0015",
      "roundness": null,
      "seed": 1015,
      "version": 1,
      "versionNonce": 10015,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "特征与标签",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "特征与标签",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t016",
      "type": "text",
      "x": 295,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0016",
      "roundness": null,
      "seed": 1016,
      "version": 1,
      "versionNonce": 10016,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "清洗 / 复权 / 可交易池\nfeature / label",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "清洗 / 复权 / 可交易池\nfeature / label",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t017",
      "type": "text",
      "x": 295,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#0F8B8D",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0017",
      "roundness": null,
      "seed": 1017,
      "version": 1,
      "versionNonce": 10017,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：feature_set_id",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：feature_set_id",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a018",
      "type": "arrow",
      "x": 490,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0018",
      "roundness": {
        "type": 2
      },
      "seed": 1018,
      "version": 1,
      "versionNonce": 10018,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r019",
      "type": "rectangle",
      "x": 507,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "#FFF1ED",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0019",
      "roundness": {
        "type": 3
      },
      "seed": 1019,
      "version": 1,
      "versionNonce": 10019,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t020",
      "type": "text",
      "x": 521,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0020",
      "roundness": null,
      "seed": 1020,
      "version": 1,
      "versionNonce": 10020,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "预测与信号",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "预测与信号",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t021",
      "type": "text",
      "x": 521,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0021",
      "roundness": null,
      "seed": 1021,
      "version": 1,
      "versionNonce": 10021,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "规则 / 因子 / 模型\n方向、强度、置信度",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "规则 / 因子 / 模型\n方向、强度、置信度",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t022",
      "type": "text",
      "x": 521,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0022",
      "roundness": null,
      "seed": 1022,
      "version": 1,
      "versionNonce": 10022,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：signal_id",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：signal_id",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a023",
      "type": "arrow",
      "x": 716,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0023",
      "roundness": {
        "type": 2
      },
      "seed": 1023,
      "version": 1,
      "versionNonce": 10023,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r024",
      "type": "rectangle",
      "x": 733,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#6B4FA1",
      "backgroundColor": "#F3EEFA",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0024",
      "roundness": {
        "type": 3
      },
      "seed": 1024,
      "version": 1,
      "versionNonce": 10024,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t025",
      "type": "text",
      "x": 747,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#6B4FA1",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0025",
      "roundness": null,
      "seed": 1025,
      "version": 1,
      "versionNonce": 10025,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "目标权重",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "目标权重",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t026",
      "type": "text",
      "x": 747,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0026",
      "roundness": null,
      "seed": 1026,
      "version": 1,
      "versionNonce": 10026,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "风险、成本、容量约束\n多策略资本分配",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "风险、成本、容量约束\n多策略资本分配",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t027",
      "type": "text",
      "x": 747,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#6B4FA1",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0027",
      "roundness": null,
      "seed": 1027,
      "version": 1,
      "versionNonce": 10027,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：target_book",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：target_book",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a028",
      "type": "arrow",
      "x": 942,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0028",
      "roundness": {
        "type": 2
      },
      "seed": 1028,
      "version": 1,
      "versionNonce": 10028,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r029",
      "type": "rectangle",
      "x": 959,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#B07A12",
      "backgroundColor": "#FFF8E8",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0029",
      "roundness": {
        "type": 3
      },
      "seed": 1029,
      "version": 1,
      "versionNonce": 10029,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t030",
      "type": "text",
      "x": 973,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#B07A12",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0030",
      "roundness": null,
      "seed": 1030,
      "version": 1,
      "versionNonce": 10030,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "订单计划",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "订单计划",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t031",
      "type": "text",
      "x": 973,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0031",
      "roundness": null,
      "seed": 1031,
      "version": 1,
      "versionNonce": 10031,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "目标差额 / 切单 / 时机\n限价、撤单、降级",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "目标差额 / 切单 / 时机\n限价、撤单、降级",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t032",
      "type": "text",
      "x": 973,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#B07A12",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0032",
      "roundness": null,
      "seed": 1032,
      "version": 1,
      "versionNonce": 10032,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：order_plan_id",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：order_plan_id",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a033",
      "type": "arrow",
      "x": 1168,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0033",
      "roundness": {
        "type": 2
      },
      "seed": 1033,
      "version": 1,
      "versionNonce": 10033,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r034",
      "type": "rectangle",
      "x": 1185,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#217A6B",
      "backgroundColor": "#ECF7F3",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0034",
      "roundness": {
        "type": 3
      },
      "seed": 1034,
      "version": 1,
      "versionNonce": 10034,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t035",
      "type": "text",
      "x": 1199,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#217A6B",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0035",
      "roundness": null,
      "seed": 1035,
      "version": 1,
      "versionNonce": 10035,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "执行与成交",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "执行与成交",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t036",
      "type": "text",
      "x": 1199,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0036",
      "roundness": null,
      "seed": 1036,
      "version": 1,
      "versionNonce": 10036,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "券商 / 交易所回报\n部分成交、废单、重连",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "券商 / 交易所回报\n部分成交、废单、重连",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t037",
      "type": "text",
      "x": 1199,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#217A6B",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0037",
      "roundness": null,
      "seed": 1037,
      "version": 1,
      "versionNonce": 10037,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：fill_book",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：fill_book",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a038",
      "type": "arrow",
      "x": 1394,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0038",
      "roundness": {
        "type": 2
      },
      "seed": 1038,
      "version": 1,
      "versionNonce": 10038,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r039",
      "type": "rectangle",
      "x": 1411,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "#F2F3F1",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0039",
      "roundness": {
        "type": 3
      },
      "seed": 1039,
      "version": 1,
      "versionNonce": 10039,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t040",
      "type": "text",
      "x": 1425,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0040",
      "roundness": null,
      "seed": 1040,
      "version": 1,
      "versionNonce": 10040,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "账本与对账",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "账本与对账",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t041",
      "type": "text",
      "x": 1425,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0041",
      "roundness": null,
      "seed": 1041,
      "version": 1,
      "versionNonce": 10041,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "目标账 / 执行账 / 券商账\n现金、仓位、费用一致",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "目标账 / 执行账 / 券商账\n现金、仓位、费用一致",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t042",
      "type": "text",
      "x": 1425,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0042",
      "roundness": null,
      "seed": 1042,
      "version": 1,
      "versionNonce": 10042,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：recon_report",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：recon_report",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a043",
      "type": "arrow",
      "x": 1620,
      "y": 430,
      "width": 13,
      "height": 0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0043",
      "roundness": {
        "type": 2
      },
      "seed": 1043,
      "version": 1,
      "versionNonce": 10043,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          13,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "r044",
      "type": "rectangle",
      "x": 1637,
      "y": 335,
      "width": 205,
      "height": 190,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "#FDEDEC",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0044",
      "roundness": {
        "type": 3
      },
      "seed": 1044,
      "version": 1,
      "versionNonce": 10044,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t045",
      "type": "text",
      "x": 1651,
      "y": 357,
      "width": 177,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0045",
      "roundness": null,
      "seed": 1045,
      "version": 1,
      "versionNonce": 10045,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "监控与归因",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "监控与归因",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t046",
      "type": "text",
      "x": 1651,
      "y": 406,
      "width": 177,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0046",
      "roundness": null,
      "seed": 1046,
      "version": 1,
      "versionNonce": 10046,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "PnL / 暴露 / 成本 / 偏差\n健康度、告警、失效",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "PnL / 暴露 / 成本 / 偏差\n健康度、告警、失效",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t047",
      "type": "text",
      "x": 1651,
      "y": 487,
      "width": 177,
      "height": 12.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0047",
      "roundness": null,
      "seed": 1047,
      "version": 1,
      "versionNonce": 10047,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "输出：decision_memo",
      "fontSize": 12,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "输出：decision_memo",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "a048",
      "type": "arrow",
      "x": 1740,
      "y": 572,
      "width": -1445,
      "height": 0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 2.5,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0048",
      "roundness": {
        "type": 2
      },
      "seed": 1048,
      "version": 1,
      "versionNonce": 10048,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "points": [
        [
          0,
          0
        ],
        [
          -1445,
          0
        ]
      ],
      "lastCommittedPoint": null,
      "startBinding": null,
      "endBinding": null,
      "startArrowhead": null,
      "endArrowhead": "arrow",
      "elbowed": false
    },
    {
      "id": "t049",
      "type": "text",
      "x": 590,
      "y": 585,
      "width": 1000,
      "height": 14.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0049",
      "roundness": null,
      "seed": 1049,
      "version": 1,
      "versionNonce": 10049,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "反馈闭环：归因与异常证据 → 更新数据规则、研究假设、风险预算、成本参数、资本分配或退役决策",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "center",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "反馈闭环：归因与异常证据 → 更新数据规则、研究假设、风险预算、成本参数、资本分配或退役决策",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t050",
      "type": "text",
      "x": 55,
      "y": 631,
      "width": 900,
      "height": 19.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0050",
      "roundness": null,
      "seed": 1050,
      "version": 1,
      "versionNonce": 10050,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "横切保障：不是某一个站点，而是覆盖整条价值流的共同合同",
      "fontSize": 19,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "横切保障：不是某一个站点，而是覆盖整条价值流的共同合同",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r051",
      "type": "rectangle",
      "x": 55,
      "y": 690,
      "width": 1790,
      "height": 82,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "#EEF5FB",
      "fillStyle": "solid",
      "strokeWidth": 1.8,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0051",
      "roundness": {
        "type": 3
      },
      "seed": 1051,
      "version": 1,
      "versionNonce": 10051,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t052",
      "type": "text",
      "x": 80,
      "y": 707,
      "width": 190,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0052",
      "roundness": null,
      "seed": 1052,
      "version": 1,
      "versionNonce": 10052,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "数据治理",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "数据治理",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t053",
      "type": "text",
      "x": 285,
      "y": 711,
      "width": 1530,
      "height": 13.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0053",
      "roundness": null,
      "seed": 1053,
      "version": 1,
      "versionNonce": 10053,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "来源登记｜schema｜缺失与异常｜复权/公司行动｜幸存者偏差与 PIT｜版本｜血缘｜许可与保留期",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "来源登记｜schema｜缺失与异常｜复权/公司行动｜幸存者偏差与 PIT｜版本｜血缘｜许可与保留期",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r054",
      "type": "rectangle",
      "x": 55,
      "y": 800,
      "width": 1790,
      "height": 82,
      "angle": 0,
      "strokeColor": "#B07A12",
      "backgroundColor": "#FFF8E8",
      "fillStyle": "solid",
      "strokeWidth": 1.8,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0054",
      "roundness": {
        "type": 3
      },
      "seed": 1054,
      "version": 1,
      "versionNonce": 10054,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t055",
      "type": "text",
      "x": 80,
      "y": 817,
      "width": 190,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#B07A12",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0055",
      "roundness": null,
      "seed": 1055,
      "version": 1,
      "versionNonce": 10055,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "风险与成本治理",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "风险与成本治理",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t056",
      "type": "text",
      "x": 285,
      "y": 821,
      "width": 1530,
      "height": 13.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0056",
      "roundness": null,
      "seed": 1056,
      "version": 1,
      "versionNonce": 10056,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "风险预算 / 暴露 / 限额 / 压力情景｜佣金 / 价差 / 滑点 / 冲击 / 容量｜研究假设与实盘偏差同时监控",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "风险预算 / 暴露 / 限额 / 压力情景｜佣金 / 价差 / 滑点 / 冲击 / 容量｜研究假设与实盘偏差同时监控",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r057",
      "type": "rectangle",
      "x": 55,
      "y": 910,
      "width": 1790,
      "height": 82,
      "angle": 0,
      "strokeColor": "#6B4FA1",
      "backgroundColor": "#F3EEFA",
      "fillStyle": "solid",
      "strokeWidth": 1.8,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0057",
      "roundness": {
        "type": 3
      },
      "seed": 1057,
      "version": 1,
      "versionNonce": 10057,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t058",
      "type": "text",
      "x": 80,
      "y": 927,
      "width": 190,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#6B4FA1",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0058",
      "roundness": null,
      "seed": 1058,
      "version": 1,
      "versionNonce": 10058,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "可靠性与控制",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "可靠性与控制",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t059",
      "type": "text",
      "x": 285,
      "y": 931,
      "width": 1530,
      "height": 13.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0059",
      "roundness": null,
      "seed": 1059,
      "version": 1,
      "versionNonce": 10059,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "单元 / 集成 / 回放 / 回归测试｜日志 / 指标 / 链路 ID / 告警｜最小权限｜密钥隔离｜备份、恢复、审计、kill switch",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "单元 / 集成 / 回放 / 回归测试｜日志 / 指标 / 链路 ID / 告警｜最小权限｜密钥隔离｜备份、恢复、审计、kill switch",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r060",
      "type": "rectangle",
      "x": 55,
      "y": 1020,
      "width": 1790,
      "height": 82,
      "angle": 0,
      "strokeColor": "#0F8B8D",
      "backgroundColor": "#EAF8F7",
      "fillStyle": "solid",
      "strokeWidth": 1.8,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0060",
      "roundness": {
        "type": 3
      },
      "seed": 1060,
      "version": 1,
      "versionNonce": 10060,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t061",
      "type": "text",
      "x": 80,
      "y": 1037,
      "width": 190,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#0F8B8D",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0061",
      "roundness": null,
      "seed": 1061,
      "version": 1,
      "versionNonce": 10061,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "AI 与自动化",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "AI 与自动化",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t062",
      "type": "text",
      "x": 285,
      "y": 1041,
      "width": 1530,
      "height": 13.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0062",
      "roundness": null,
      "seed": 1062,
      "version": 1,
      "versionNonce": 10062,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "AI coding｜测试生成｜实验摘要｜文档与知识库｜策略评审｜异常分诊；自动化可以提速，但不能绕过资本、风险与上线闸门",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "AI coding｜测试生成｜实验摘要｜文档与知识库｜策略评审｜异常分诊；自动化可以提速，但不能绕过资本、风险与上线闸门",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t063",
      "type": "text",
      "x": 55,
      "y": 1130,
      "width": 400,
      "height": 18.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0063",
      "roundness": null,
      "seed": 1063,
      "version": 1,
      "versionNonce": 10063,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "三个不可破坏的不变量",
      "fontSize": 18,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "三个不可破坏的不变量",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "r064",
      "type": "rectangle",
      "x": 55,
      "y": 1175,
      "width": 550,
      "height": 105,
      "angle": 0,
      "strokeColor": "#217A6B",
      "backgroundColor": "#ECF7F3",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0064",
      "roundness": {
        "type": 3
      },
      "seed": 1064,
      "version": 1,
      "versionNonce": 10064,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t065",
      "type": "text",
      "x": 77,
      "y": 1193,
      "width": 160,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#217A6B",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0065",
      "roundness": null,
      "seed": 1065,
      "version": 1,
      "versionNonce": 10065,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "三本账能对上",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "三本账能对上",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t066",
      "type": "text",
      "x": 250,
      "y": 1192,
      "width": 330,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0066",
      "roundness": null,
      "seed": 1066,
      "version": 1,
      "versionNonce": 10066,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "目标权重、内部订单/成交、券商持仓与现金\n必须能按 instrument / account / time 重建差异。",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "目标权重、内部订单/成交、券商持仓与现金\n必须能按 instrument / account / time 重建差异。",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "r067",
      "type": "rectangle",
      "x": 675,
      "y": 1175,
      "width": 550,
      "height": 105,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "#EEF5FB",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0067",
      "roundness": {
        "type": 3
      },
      "seed": 1067,
      "version": 1,
      "versionNonce": 10067,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t068",
      "type": "text",
      "x": 697,
      "y": 1193,
      "width": 160,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0068",
      "roundness": null,
      "seed": 1068,
      "version": 1,
      "versionNonce": 10068,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "每次运行可追溯",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "每次运行可追溯",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t069",
      "type": "text",
      "x": 870,
      "y": 1192,
      "width": 330,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0069",
      "roundness": null,
      "seed": 1069,
      "version": 1,
      "versionNonce": 10069,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "dataset / feature / model / code / config / run ID\n必须随结果一起保存，才能复现与回放。",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "dataset / feature / model / code / config / run ID\n必须随结果一起保存，才能复现与回放。",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "r070",
      "type": "rectangle",
      "x": 1295,
      "y": 1175,
      "width": 550,
      "height": 105,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "#FFF1ED",
      "fillStyle": "solid",
      "strokeWidth": 2,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0070",
      "roundness": {
        "type": 3
      },
      "seed": 1070,
      "version": 1,
      "versionNonce": 10070,
      "isDeleted": false,
      "boundElements": [],
      "updated": 1784217600000,
      "link": null,
      "locked": false
    },
    {
      "id": "t071",
      "type": "text",
      "x": 1317,
      "y": 1193,
      "width": 160,
      "height": 17.0,
      "angle": 0,
      "strokeColor": "#D05A47",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0071",
      "roundness": null,
      "seed": 1071,
      "version": 1,
      "versionNonce": 10071,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "每条策略可退出",
      "fontSize": 17,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "每条策略可退出",
      "autoResize": false,
      "lineHeight": 1.4
    },
    {
      "id": "t072",
      "type": "text",
      "x": 1490,
      "y": 1192,
      "width": 330,
      "height": 32.5,
      "angle": 0,
      "strokeColor": "#16324F",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0072",
      "roundness": null,
      "seed": 1072,
      "version": 1,
      "versionNonce": 10072,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "上线、加仓、降权、暂停、修复、退役与归档\n都要有规则；“只会上不会下”不是系统。",
      "fontSize": 13,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "上线、加仓、降权、暂停、修复、退役与归档\n都要有规则；“只会上不会下”不是系统。",
      "autoResize": false,
      "lineHeight": 1.5
    },
    {
      "id": "t073",
      "type": "text",
      "x": 55,
      "y": 1291,
      "width": 1790,
      "height": 14.0,
      "angle": 0,
      "strokeColor": "#667781",
      "backgroundColor": "transparent",
      "fillStyle": "solid",
      "strokeWidth": 1,
      "strokeStyle": "solid",
      "roughness": 1,
      "opacity": 100,
      "groupIds": [],
      "frameId": null,
      "index": "a0073",
      "roundness": null,
      "seed": 1073,
      "version": 1,
      "versionNonce": 10073,
      "isDeleted": false,
      "boundElements": null,
      "updated": 1784217600000,
      "link": null,
      "locked": false,
      "text": "双重身份提示：风险/成本“估计值”是目标权重与订单计划的输入；风险/成本“治理”是从研究到实盘都必须持续满足的约束。",
      "fontSize": 14,
      "fontFamily": 1,
      "textAlign": "left",
      "verticalAlign": "top",
      "containerId": null,
      "originalText": "双重身份提示：风险/成本“估计值”是目标权重与订单计划的输入；风险/成本“治理”是从研究到实盘都必须持续满足的约束。",
      "autoResize": false,
      "lineHeight": 1.4
    }
  ],
  "appState": {
    "gridSize": 20,
    "gridStep": 5,
    "gridModeEnabled": false,
    "viewBackgroundColor": "#FBFAF6"
  },
  "files": {}
}
```
%%
