skills/archive/financial-report-layout-parsing/SKILL.md
用于三表/附注拆分的财报版式解析原子 skill,适用于通用行业文档解析场景。
npx skillsauth add aifinlab/finclaw financial-report-layout-parsingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本 Skill 支持多种财务报表输入格式,核心数据来源包括:
说明:本 Skill 不包含文档采集功能,需要用户提供财务报表文件。建议报表格式规范,以便进行准确的版式解析。
本 Skill 提供全面的财报版式解析能力,涵盖多种解析功能:
{
"source_info": {
"document_id": "DOC001",
"document_type": "annual_report",
"report_period": "2024",
"source_file": "annual_report.pdf",
"page_count": 200
},
"report_structure": {
"sections": [
{
"section_id": "SEC001",
"section_name": "利润表",
"section_type": "income_statement",
"start_page": 50,
"end_page": 52,
"tables": [
{
"table_id": "TBL001",
"table_type": "income_statement",
"position": {
"page": 50,
"bbox": [100, 200, 500, 600]
},
"row_count": 30,
"column_count": 5
}
]
},
{
"section_id": "SEC002",
"section_name": "资产负债表",
"section_type": "balance_sheet",
"start_page": 53,
"end_page": 55,
"tables": [
{
"table_id": "TBL002",
"table_type": "balance_sheet",
"position": {
"page": 53,
"bbox": [100, 200, 500, 700]
},
"row_count": 50,
"column_count": 5
}
]
},
{
"section_id": "SEC003",
"section_name": "现金流量表",
"section_type": "cash_flow_statement",
"start_page": 56,
"end_page": 58,
"tables": [
{
"table_id": "TBL003",
"table_type": "cash_flow_statement",
"position": {
"page": 56,
"bbox": [100, 200, 500, 600]
},
"row_count": 25,
"column_count": 5
}
]
},
{
"section_id": "SEC004",
"section_name": "财务报表附注",
"section_type": "notes",
"start_page": 59,
"end_page": 200,
"subsections": [
{
"subsection_name": "一、公司基本情况",
"start_page": 59,
"end_page": 65
},
{
"subsection_name": "二、财务报表编制基础",
"start_page": 66,
"end_page": 70
}
]
}
]
},
"statistics": {
"total_sections": 4,
"total_tables": 3,
"total_pages": 200,
"parsing_confidence": 0.95
}
}
development
# trust-valuation-engine ## 描述 信托资产估值引擎,支持非标债权估值、股权估值、净值计算、减值测试。 ## 功能 - 非标债权估值(现金流折现法) - 股权估值(市场法/收益法/资产基础法) - 净值计算与发布 - 减值测试与拨备 - 估值模型管理 ## 许可证 MIT License
development
# trust-risk-manager ## 描述 信托风险全流程管理工具,覆盖信用风险、市场风险、流动性风险、操作风险四大维度,提供实时监控、预警提示和风险处置建议。 ## 功能 - 信用风险评估(融资主体、担保措施、偿债能力) - 市场风险监控(利率、汇率、商品价格敏感性) - 流动性风险分析(期限错配、赎回压力、变现能力) - 操作风险检查(流程合规、系统安全) - 风险预警指标(VaR、CVaR、压力测试) - 风险限额管理(集中度、久期、杠杆) - 风险报告生成 ## 使用场景 - 风控部门日常监控 - 投后管理风险排查 - 新产品风险评审 - 监管报送数据准备 - 风险预警处置 ## 输入输出 ### 输入 ```json { "portfolio_id": "", "risk_type": "all|credit|market|liquidity|operation", "assets": [ { "asset_id": "", "asset_type": "非标债权|股票|债券|基金", "exposu
development
# trust-product-analyzer ## 描述 信托产品综合分析与筛选工具,支持产品信息抓取、风险评级、收益测算、合规检查和竞品对比。 ## 功能 - 信托产品信息智能抓取与解析(支持用益信托网、中国信托登记等平台) - 多维度风险评估(信用风险、市场风险、流动性风险) - 预期收益与实际收益对比分析 - 合格投资者适当性匹配 - 产品竞品横向对比 - 自动生成尽调报告 ## 使用场景 - 理财师为客户筛选合适信托产品 - 投资经理进行竞品分析 - 风控部门审查产品合规性 - 研究人员追踪市场产品发行情况 ## 输入输出 ### 输入 ```json { "action": "analyze|compare|screen", "product_code": "", "product_name": "", "filters": { "min_yield": 6.5, "max_duration": 24, "risk_level": ["R2", "R3"], "trust_type": "集合信托", "i
development
# trust-post-investment-monitor ## 描述 信托投后监控工具,提供预警指标追踪、风险事件监测、处置建议生成、定期报告输出。 ## 功能 - 融资主体监控(经营/财务/舆情) - 担保物监控(价值/权属/流动性) - 预警阈值管理 - 风险事件响应 - 处置方案建议 - 定期监控报告 ## 许可证 MIT License