feat: 初始提交 - 科创企业特有风险的识别与管理 (数智风控系统)

This commit is contained in:
Chen Xiao
2026-08-14 08:21:26 +08:00
commit a41576a8c0
190 changed files with 28531 additions and 0 deletions
@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
<rect width="1280" height="720" fill="#0A0F1E"/>
<!-- Header -->
<text x="40" y="65" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="36" font-weight="bold" fill="#F8FAFC">多智能体冲突消除与裁决规则</text>
<text x="40" y="105" font-family="Microsoft YaHei, sans-serif" font-size="18" fill="#22D3EE">一票否决与加权融合规则</text>
<line x1="40" y1="122" x2="1240" y2="122" stroke="#334155" stroke-width="1.5"/>
<rect x="60" y="140" width="1160" height="500" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1.5"/>
<g transform="translate(90, 175)">
<rect x="0" y="0" width="510" height="210" rx="8" fill="#1E293B" stroke="#EF4444" stroke-width="1.5"/>
<rect x="0" y="0" width="510" height="45" rx="8" fill="#7F1D1D"/>
<text x="255" y="30" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">规则一:合规红线一票否决</text>
<text x="25" y="90" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 算法未备案直接拒保(得分归 0</text>
<text x="25" y="140" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 列入 BIS 清单触发最高级风险惩罚</text>
<rect x="550" y="0" width="510" height="210" rx="8" fill="#1E293B" stroke="#EAB308" stroke-width="1.5"/>
<rect x="550" y="0" width="510" height="45" rx="8" fill="#713F12"/>
<text x="805" y="30" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">规则二:证据加权与冲突平息</text>
<text x="575" y="90" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 意见分歧时依赖检索硬证据</text>
<text x="575" y="140" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 综合加权计算综合风险指数 Score</text>
<rect x="0" y="240" width="1060" height="190" rx="8" fill="#1E293B" stroke="#22C55E" stroke-width="1.5"/>
<rect x="0" y="240" width="1060" height="45" rx="8" fill="#064E3B"/>
<text x="530" y="270" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">最终裁决与决策输出</text>
<text x="40" y="330" font-family="Microsoft YaHei, sans-serif" font-size="20" font-weight="bold" fill="#22C55E">• 决策分类:[低风险 / 中风险 / 高风险 / 直接拒保]</text>
<text x="40" y="380" font-family="Microsoft YaHei, sans-serif" font-size="20" fill="#CBD5E1">• 自动调取基础保费上浮系数与动态特约条款</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB