← Back to Skills Marketplace
gechengling

Bank Financial Report

by lingfeng-19 · GitHub ↗ · v4.0.0 · MIT-0
cross-platform ✓ Security Clean
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bank-financial-analysis
Description
AI assistant for analyzing bank-related corporate financials, including balance sheets, income statements, cash flows, peer comparison, IFRS 17 and ESG impac...
README (SKILL.md)

\r \r

Bank Financial Report Analyst\r

银行财报分析助手\r

\r

Skill Overview\r

\r | Attribute | Value |\r |-----------|-------|\r | Skill Type | Pure Conversation / Financial Analysis |\r | Target Users | Bank analysts, investment researchers, credit officers, portfolio managers |\r | Core Capability | Financial statement reading → Ratio analysis → Cash flow analysis → Peer comparison → Investment thesis |\r | Industry | Financial analysis, investment banking, credit assessment |\r \r ---\r \r

How to Use\r

\r Just paste financial statement data and tell me what analysis you need.\r \r Example prompts:\r

  • "分析这家公司近三年财务报表"\r
  • "帮我做杜邦分析"\r
  • "审查这家公司财报,识别财务风险"\r
  • "对这家公司进行同业对比分析"\r
  • "评估这家公司财务造假风险"\r \r ---\r \r

Phase 1: Data Input & Normalization\r

\r

I can parse data in multiple formats:\r

\r Format 1: Tabular (Best)\r

资产负债表 (万元)     2023      2022      2021\r
货币资金              12,500    10,200    9,800\r
应收账款               8,300     7,500     6,200\r
存货                   5,600     4,800     3,900\r
固定资产              25,000    23,000    20,000\r
...\r
```\r
\r
**Format 2: Key Metrics Only**\r
```\r
营业收入: 50,000万 | 净利润: 8,000万 | 总资产: 200,000万\r
总负债: 140,000万 | 所有者权益: 60,000万\r
```\r
\r
**Format 3: Natural Language Description**\r
```\r
"公司2023年收入80亿,毛利率35%,净利润率12%,资产负债率65%"\r
```\r
\r
---\r
\r
## Phase 2: Three-Statement Analysis\r
\r
### 2.1 Balance Sheet Analysis\r
\r
**Key Metrics Calculated:**\r
- Asset composition (货币资金/应收账款/存货/固定资产占比)\r
- Liability structure (有息负债/应付账款/预收账款占比)\r
- Equity quality (实收资本/资本公积/未分配利润)\r
- Working capital requirements\r
- Off-balance sheet items\r
\r
**Balance Sheet Health Indicators:**\r
\r
| Indicator | Healthy | Warning | Risk |\r
|-----------|---------|---------|------|\r
| 货币资金/总资产 | >15% | 5-15% | \x3C5% |\r
| 应收账款/收入 | \x3C20% | 20-40% | >40% |\r
| 存货/收入 | \x3C15% | 15-30% | >30% |\r
| 有息负债/总资产 | \x3C40% | 40-60% | >60% |\r
| 净资产/总资产 | >30% | 15-30% | \x3C15% |\r
\r
---\r
\r
### 2.2 Income Statement Analysis\r
\r
**Key Metrics Calculated:**\r
- Revenue CAGR (3-5年)\r
- Gross margin trend\r
- Operating margin trend\r
- Net margin trajectory\r
- EBITDA and EBITDA margin\r
- Earnings quality (cash earnings ratio)\r
\r
**Margin Decomposition:**\r
\r
| Level | Metric | Formula |\r
|-------|--------|---------|\r
| 毛利润 | 毛利率 | (收入-成本)/收入 |\r
| 营业利润 | 营业利润率 | 营业利润/收入 |\r
| EBITDA | EBITDA率 | EBITDA/收入 |\r
| 净利润 | 净利率 | 净利润/收入 |\r
| 归母净利润 | 归母净利率 | 归母净利润/收入 |\r
\r
---\r
\r
### 2.3 Cash Flow Analysis\r
\r
**Three-Part Analysis:**\r
\r
**1. Cash Flow from Operations (CFO) - Most Important:**\r
- Is net income converting to cash?\r
- Cash conversion quality score\r
- Working capital changes impact\r
\r
| Ratio | Good | Concerning |\r
|-------|------|------------|\r
| 净现比 (CFO/Net Income) | >1.0 | \x3C0.8 |\r
| 核心CFO/收入 | >10% | \x3C5% |\r
| CFO/总负债 | >15% | \x3C5% |\r
\r
**2. Cash Flow from Investment (CFI):**\r
- CapEx intensity (资本开支/收入)\r
- Is the company growing its asset base sustainably?\r
- Discretionary vs. maintenance CapEx\r
\r
**3. Cash Flow from Financing (CFF):**\r
- Debt issuance/repayment pattern\r
- Dividend payment sustainability\r
- Share buybacks vs. dilution\r
\r
**Cash Flow Score Card:**\r
```\r
CFO质量:    [A/B/C/D]  (净现比/收入转化率)\r
增长质量:    [A/B/C/D]  (CFI合理性)\r
融资健康度:  [A/B/C/D]  (CFF结构)\r
总体现金质量: [A/B/C/D]\r
```\r
\r
---\r
\r
## Phase 3: Advanced Ratio Analysis\r
\r
### 3.1 DuPont Analysis (杜邦分析)\r
\r
```\r
ROE = 净利率 × 资产周转率 × 权益乘数\r
\r
ROE = (净利润/收入) × (收入/总资产) × (总资产/净资产)\r
\r
     净利率分析       运营效率分析      杠杆分析\r
\r
Example:\r
ROE = 12% × 0.45 × 2.5 = 13.5%\r
     (净利率低)   (周转快)      (适度杠杆)\r
```\r
\r
**ROE Decomposition & Diagnosis:**\r
\r
| Driver | Good | Weak |\r
|--------|------|------|\r
| 净利率 | >10% | \x3C5% |\r
| 资产周转率 | >1.0x | \x3C0.5x |\r
| 权益乘数 | 2-3x | >4x or \x3C1.5x |\r
\r
**Interpretation:**\r
- **高净利率 + 低周转**:优质赛道(白酒、医药)\r
- **低净利率 + 高周转**:薄利多销(零售、物流)\r
- **高杠杆撬动ROE**:周期性行业,关注偿债风险\r
\r
---\r
\r
### 3.2 Altman Z-Score (Financial Distress Prediction)\r
\r
```\r
Z = 1.2×X1 + 1.4×X2 + 3.3×X3 + 0.6×X4 + 1.0×X5\r
\r
X1 = 营运资本/总资产\r
X2 = 留存收益/总资产\r
X3 = EBIT/总资产\r
X4 = 股东权益/总负债\r
X5 = 销售额/总资产\r
```\r
\r
**Interpretation:**\r
\r
| Z-Score | Zone | Interpretation |\r
|---------|------|---------------|\r
| Z > 2.99 | Safe Zone | Low default risk |\r
| 1.81 \x3C Z \x3C 2.99 | Grey Zone | Uncertain, watch closely |\r
| Z \x3C 1.81 | Danger Zone | High probability of financial distress |\r
\r
**Note:** Altman Z-Score is designed for listed manufacturing companies. For non-listed or service companies, I will apply adjusted models.\r
\r
---\r
\r
### 3.3 Debt Service Coverage Analysis\r
\r
**For Credit Analysis:**\r
\r
| Metric | Formula | Threshold |\r
|--------|---------|-----------|\r
| DSCR | CFO / (本金+利息) | >1.25x |\r
| Interest Coverage | EBIT / 利息支出 | >3x |\r
| Cash Debt Ratio | CFO / 总债务 | >20% |\r
| 自由现金流/总债务 | FCF / 总债务 | >10% |\r
\r
---\r
\r
## Phase 4: Peer Comparison\r
\r
### I can compare across:\r
- **同一行业多家公司** (横向对比)\r
- **同一公司多年数据** (纵向趋势)\r
- **vs. 行业平均** (差距分析)\r
\r
### Comparison Output:\r
\r
| Metric | Target Co. | Peer A | Peer B | Peer C | 行业中位数 |\r
|--------|-----------|--------|--------|--------|---------|\r
| 毛利率 | 35% | 38% | 32% | 30% | 33% |\r
| 净利率 | 12% | 15% | 10% | 8% | 11% |\r
| ROE | 15% | 18% | 12% | 10% | 13% |\r
| D/E | 0.8x | 0.6x | 1.2x | 0.9x | 0.8x |\r
| CFO/Net Income | 1.1x | 1.3x | 0.9x | 0.7x | 1.0x |\r
\r
**雷达图描述:**\r
```\r
          盈利能力\r
             ▲\r
            / \\r
           /   \\r
    成长性 /     \ 偿债能力\r
         /       \\r
        /_________ \\r
      运营效率    安全性\r
```\r
\r
---\r
\r
## Phase 5: Risk Identification & Red Flags\r
\r
### Financial Red Flags (财务预警信号):\r
\r
**🔴 High Risk Flags:**\r
- [ ] 应收账款增速远快于收入增速\r
- [ ] 存货持续增加但收入增长放缓\r
- [ ] CFO持续为负(亏损或高增长陷阱)\r
- [ ] 关联交易频繁且金额不透明\r
- [ ] 毛利率持续下降\r
- [ ] 大股东频繁股权质押(>50%)\r
- [ ] 商誉占总资产>20%且持续增长\r
- [ ] 审计意见非标准(保留/无法表示)\r
- [ ] 会计政策频繁变更\r
- [ ] 收入和利润持续背离现金\r
\r
**🟡 Medium Risk Flags:**\r
- [ ] 客户集中度>30%(单一大客户)\r
- [ ] 供应商集中度>30%\r
- [ ] 固定资产占比过高(>50%)\r
- [ ] 有息负债快速增长\r
- [ ] 毛利率波动大(行业周期性)\r
- [ ] 研发费用资本化比例过高\r
- [ ] 现金流与利润持续不匹配\r
\r
---\r
\r
## Phase 6: Analysis Report Generation\r
\r
### Complete Analysis Report Structure:\r
\r
```\r
# 财务报表分析报告\r
\r
## 一、公司概况与业务模式\r
## 二、盈利能力分析(3年趋势)\r
## 三、偿债能力分析\r
## 四、运营效率分析\r
## 五、现金流质量分析\r
## 六、杜邦分解与ROE归因\r
## 七、财务风险识别\r
## 八、同业对比分析\r
## 九、综合评级与结论\r
\r
【综合评级】:A / B+ / B / C / D\r
【核心优势】:...\r
【主要风险】:...\r
【投资/授信建议】:...\r
```\r
\r
---\r
\r
## Quick Analysis Templates\r
\r
**Quick Health Check:**\r
```\r
分析[公司名称]财务健康状况:\r
- 收入:[X万]\r
- 净利润:[X万]\r
- 总资产:[X万]\r
- 总负债:[X万]\r
- CFO:[X万]\r
- 有息负债:[X万]\r
```\r
\r
**Credit-Oriented Analysis:**\r
```\r
对[公司名称]做授信视角的财务分析:\r
[粘贴主要财务数据]\r
重点关注:[偿债能力/现金流/担保足值性]\r
```\r
\r
**Investment Research:**\r
```\r
分析[公司名称]:\r
[粘贴财务报表]\r
分析重点:\r
1. 盈利能力质量\r
2. 成长可持续性\r
3. 资产负债表健康度\r
4. 估值合理性\r
```\r
\r
---\r
\r
## Disclaimer\r
\r
This skill provides financial analysis support. All analysis is based on provided data and does not constitute investment advice, credit decisions, or financial audit opinions. Users should independently verify data accuracy and consult qualified professionals for investment and lending decisions.\r
Usage Guidance
Because the artifacts could not be inspected in this run, treat this as an inconclusive low-confidence benign result and re-run review with readable metadata.json and artifact contents before installing.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
No evidence-backed purpose mismatch was available to assess.
Instruction Scope
No artifact-backed unsafe or hidden instruction scope was identified.
Install Mechanism
No artifact-backed risky install behavior was identified.
Credentials
No artifact-backed overbroad environment access was identified.
Persistence & Privilege
No artifact-backed persistence or privilege concern was identified.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bank-financial-analysis
  3. After installation, invoke the skill by name or use /bank-financial-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.0
Major update with advanced features for comprehensive bank financial analysis: - Added IFRS 17 insurance contract impact and ESG/sustainability reporting integration for 2025-2026 compliance. - Introduced a special framework for real estate sector financial analysis. - Implemented automated peer comparison, detailed DuPont analysis, and Altman Z-Score for risk prediction. - Integrated AI-powered financial fraud signal detection and comprehensive financial red flag monitoring. - Enhanced cash flow analysis, debt service coverage, and credit-focused reporting templates.
Metadata
Slug bank-financial-analysis
Version 4.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bank Financial Report?

AI assistant for analyzing bank-related corporate financials, including balance sheets, income statements, cash flows, peer comparison, IFRS 17 and ESG impac... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

How do I install Bank Financial Report?

Run "/install bank-financial-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bank Financial Report free?

Yes, Bank Financial Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bank Financial Report support?

Bank Financial Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bank Financial Report?

It is built and maintained by lingfeng-19 (@gechengling); the current version is v4.0.0.

💬 Comments