法规匹配助手-信托监管版(T819)
用于信托领域合同与法务中的法规匹配助手-信托监管版场景。支持结构化输入处理、规则分析与Markdown结果输出。
法规匹配助手-信托监管版(T819)
概述
本技能面向“合同与法务 / 法规匹配”业务单元,输出结构化分析报告与风险提示,支持尽调、法务、风控及存续管理流程中的基础判断。
输入要求
- 支持 JSON 数组或 JSONL
- 单条记录建议包含:
id,name,text,status,timestamp及相关业务字段 - 复杂版本可接入外部行业指标字段并通过规则文件扩展
工作流程
- 明确分析口径与时间范围
- 读取并清洗输入数据
- 运行规则匹配与评分
- 输出结构化报告并标注复核项
- 人工复核后进入业务决策环节
执行方式
按顺序执行:
- 预处理(Node.js)
node scripts/t819_preprocess.js --input input.jsonl --output processed.json
- 分析与报告(Python)
python scripts/t819_analysis.py --input processed.json --rules config/rules.json --baseline reference/baseline.json --output report.md
输出结构
- 样本概览(数量、分布)
- 重点条目(评分、等级、触发原因)
- 风险提示与复核建议
- 免责声明
质量要求
- 事实与判断分离,规则命中可追溯
- 明确数据缺口与假设边界
- 所有输出结论必须保留人工复核提示
- 不输出投资建议、授信结论或法律最终意见
使用示例
示例 1: 基本使用
# 调用 skill
result = run_skill({
"param1": "value1",
"param2": "value2"
})
示例 2: 命令行使用
python scripts/run_skill.py --input data.json
No additional documents ship with this skill.
Related Skills
Transaction screening workflow (concepts)
Educational map of transaction-centric compliance screening—transfer as the atomic unit, deposit vs withdrawal direction, single and CSV import, tran…
TPRM Issue Summarization
Summarize Third-Party Risk Management issues including vendor risk exposure, assessment gaps, remediation status, and compliance impact across the TP…
SWIFT Customer Security Programme (CSP) — CSCF v2025
Expert SWIFT Customer Security Programme (CSP) advisor covering the Customer Security Controls Framework (CSCF v2025). Use this skill whenever a user…
Legislation Knowledge Search
Search legislation text and knowledge base using semantic similarity under any supported legislation
Screening Alert Adjudication
Adjudicates whether a hit generated by sanctions, PEP, or adverse-media screening is a true positive, false positive, or requires human escalation. U…
Comments
Loading…