用于适当性匹配的风险收益匹配计算原子 skill,适用于通用行业金融计算场景。
本 Skill 支持多种金融数据输入格式,核心数据来源包括:
说明:本 Skill 不包含数据采集功能,需要用户提供清洗后的产品和客户数据。建议数据完整且符合监管要求,以便进行准确的风险收益匹配。
本 Skill 提供全面的风险收益匹配计算能力,涵盖多种匹配方法:
{
"customer_id": "CUST001",
"product_id": "PROD001",
"matching_result": {
"risk_matching": {
"product_risk_level": "R4",
"customer_risk_tolerance": "R4",
"risk_match": true,
"risk_match_score": 1.0
},
"return_matching": {
"product_expected_return": 8.5,
"customer_return_target": 8.0,
"return_match": true,
"return_match_score": 0.95
},
"comprehensive_matching": {
"overall_score": 0.975,
"match_level": "high",
"match_status": "matched",
"recommendation": "推荐"
}
},
"matching_details": {
"strengths": ["风险等级匹配", "收益目标匹配"],
"warnings": [],
"mismatches": []
}
}
LICENSE 文件requirements.txt 为准