china-ib-check-deck
China-ib-check-deck is a quality assurance tool for Chinese investment banking pitch decks covering A-share M&A and capital raising transactions. It validates deck structure, verifies financial data against iFind and AkShare databases, ensures Chinese Accounting Standards compliance, and checks valuation methodologies against domestic IB conventions. Use it when preparing or reviewing transaction materials for Chinese public companies to identify data inconsistencies, structural gaps, and regulatory compliance issues before client presentation.
git clone --depth 1 https://github.com/jwangkun/claude-for-financial-services-cn /tmp/china-ib-check-deck && cp -r /tmp/china-ib-check-deck/agent-plugins/china-model-builder/skills/china-ib-check-deck ~/.claude/skills/china-ib-check-deckSKILL.md
# china-ib-check-deck ## Purpose Quality-check **A股投行材料** — comprehensive quality assurance for Chinese investment banking pitch decks and transaction materials. ## Data Sources ### Primary: iFind MCP (Tier-1 付费) / AkShare MCP (Tier-2 免费备选) ```python get_financials(ticker, "income") → Financial data verification get_financials(ticker, "balance") → Balance sheet verification get_quote(ticker) → Market data verification ``` ### Secondary Sources - 巨潮 — source documents - 审计报告 — reference financials - 行业报告 — market data ## Workflow ### Step 1: Deck Structure Review **Structure checklist:** | Section | Required | Present | Quality | |---------|----------|---------|---------| | 封面 (Cover) | ✓ | | | | 目录 (TOC) | ✓ | | | | 交易概述 (Transaction Overview) | ✓ | | | | 公司概览 (Company Overview) | ✓ | | | | 行业分析 (Industry Analysis) | ✓ | | | | 财务表现 (Financial Performance) | ✓ | | | | 交易逻辑 (Investment Rationale) | ✓ | | | | 估值 (Valuation) | ✓ | | | | 风险提示 (Risk Factors) | ✓ | | | | 附录 (Appendix) | ✓ | | | ### Step 2: Data Accuracy Check **Data verification:** | Data Point | Source | Model/File | Match? | Notes | |------------|--------|-----------|--------|-------| | Revenue (latest) | 巨潮 | | | | | Net income (latest) | 巨潮 | | | | | EBITDA | Calculated | | | | | Market cap | iFind / AkShare | | | | | P/E | Calculated | | | | | P/B | Calculated | | | | | EV | Calculated | | | | | Net debt | Balance sheet | | | | | Share count | Annual report | | | | **Tolerance levels:** - Revenue, profit: ±2% - Balance sheet: ±1% - Multiples: ±5% - Market data: ±1% ### Step 3: Financial Statement Review **Financial consistency checks:** | Check | Description | Pass | |-------|-------------|------| | Revenue growth | Consistent across slides | ✓ | | Margin trends | Consistent across slides | ✓ | | Balance sheet totals | Assets = L + E | ✓ | | Cash flow ties | Beginning + CF = Ending | ✓ | | Debt schedule | Short + Long = Total | ✓ | | Share count | Consistent throughout | ✓ | ### Step 4: CAS Compliance **CAS-specific checks:** | Check | Description | |-------|-------------| | Revenue | Net of VAT (不含税) | | R&D | Expensed (unless capitalized per criteria) | | Tax | 25% rate applied correctly | | Minority interest | Separated from parent | | 合同负债 | Recognized per CAS 14 | | 信用减值损失 | CAS 22 model | ### Step 5: Valuation Review **Valuation checks:** | Method | Check | Pass | |--------|-------|------| | DCF | WACC components reasonable | ✓ | | DCF | Terminal growth < GDP | ✓ | | DCF | FCF positive in base case | ✓ | | Comps | Peer group appropriate | ✓ | | Comps | Multiples reasonable range | ✓ | | Football field | Consistent range | ✓ | | Target price | Matches valuation | ✓ | ### Step 6: Visual Quality **Design QA:** | Element | Check | |---------|-------| | 模板一致性 | All slides use same template | | 字体 | Chinese fonts render correctly | | 颜色 | Consistent color scheme | | 图表 | All charts labeled, sourced | | 表格 | Clean, readable format | | 对齐 | Proper alignment throughout | | 图片 | High resolution, appropriate | | 页码 | Present and correct | ### Step 7: Regulatory Compliance **Required elements:** | Element | Required | Present | |---------|----------|---------| | 风险提示 | ✓ | | | 免责声明 | ✓ | | | 数据来源 | ✓ | | | 评级说明 | ✓ | | | 适当性提示 | ✓ | | **Risk factors checklist:** - [ ] Market risk (市场风险) - [ ] Industry risk (行业风险) - [ ] Company-specific risk (公司风险) - [ ] Policy risk (政策风险) - [ ] Liquidity risk (流动性风险) ### Step 8: Transaction-Specific Checks **M&A specific:** | Check | Description | |-------|-------------| | Transaction rationale | Clear and compelling | | Synergies | Quantified and realistic | | Accretion/dilution | Calculated and shown | | Integration plan | Mentioned | | Regulatory approval | Identified | **Capital raising specific:** | Check | Description | |-------|-------------| | Use of proceeds | Detailed and specific | | Investor return | IRR / cash-on-cash | | Market comparables | Similar transactions | | Timing | Market window assessment | ### Step 9: Cross-Reference Check **Cross-reference audit:** | Reference | Location | Correct? | |-----------|----------|----------| | Revenue figure | [Slide X] | | | Net income | [Slide Y] | | | Target price | [Slide Z] | | | P/E multiple | [Slide W] | | | Market cap | [Slide V] | | ### Step 10: QC Report **Standard QC output:** ``` 【Deck QC 报告】[Company/Transaction] [Date] 一、结构检查 完整性: [Pass/Fail] 逻辑性: [Pass/Fail] 二、数据准确性 财务数据: [Pass/Fail with notes] 市场数据: [Pass/Fail with notes] 估值数据: [Pass/Fail with notes] 三、CAS合规性 [Pass/Fail with notes] 四、设计质量 [Pass/Fail with notes] 五、监管合规 风险提示: [Pass/Fail] 免责声明: [Pass/Fail] 六、发现的问题 严重 (Critical): [List] 中等 (Major): [List] 轻微 (Minor): [List] 七、建议修复 [Prioritized list] 总体评价: [Approve / Revise / Reject] ``` ## China-Specific QC Considerations ### Common Issues in A-share Decks | Issue | Detection | Fix | |-------|-----------|-----| | 收入含税 | VAT not removed | Divide by 1.13 | | 税率错误 | Wrong rate | Verify 高新 status | | 单位不一致 | Mixed 千元/万元 | Standardize | | 会计政策 | Wrong treatment | Check CAS | | 数据来源 | Missing citations | Add source | | 风险提示 | Missing/incomplete | Add required risks | ### Regulatory Requirements | Requirement | Content | |-------------|---------| | 风险揭示 | Standard risk factors | | 免责声明 | Standard disclaimer | | 适当性 | Suitability statement | | 历史业绩 | Past performance disclaimer | ## Quality Checks Before approving: - [ ] Structure complete - [ ] Data verified - [ ] CAS compliant - [ ] Valuation sound - [ ] Design quality - [ ] Regulatory compliant - [ ] All issues addressed > **Data Source Mode Switch**: Set env var `IFIND_DATA_SOURCE_MODE` to control data source preference. > - `ifind-only` (strict): Use iFind only, error if unavailable > - `ifind-fallback` (default): iFind preferred, fallback to AkShare > - `akshare-only`: Skip iFind, use AkShare only
Three-statement financial model for A-share stocks. Adapts the standard 3-statement-model methodology for Chinese accounting standards (CAS), Chinese GAAP differences, and AkShare-sourced financials. Use instead of the original 3-statement-model skill when building integrated IS/BS/CF models for Chinese listed companies.
Build accrual schedules for A-share fund administration. Tracks revenue recognition, expense accruals, and working capital timing for fund accounting. Adapted from the original accrual-schedule skill for fund accounting standards. Triggers on "基金应计项目", "应计计提基金", "accrual schedule fund", "NAV accruals", or "accruals [fund]".
Audit financial models and Excel workbooks for A-share analysis. Adapts the original audit-xls skill for Chinese financial modeling standards, CAS conventions, and A-share-specific checks. Triggers on "A股模型审计", "财务模型核查", "audit model China", "audit xlsx", "模型QC", or "check model [company]".
Forensic financial analysis for A-share fund holdings and portfolio companies. Adapts the original break-trace skill for fund administration context and Chinese market standards. Triggers on "基金持仓核查", "持仓异常", "forensic fund analysis China", "持仓质量分析", or "investigate [fund] holdings".
Track upcoming catalysts for A-share coverage universe — earnings dates, regulatory announcements, sector conferences, product launches, and policy events relevant to Chinese equities. Adapted from the original catalyst-calendar skill for A-share market conventions. Triggers on "A股催化剂日历", "事件日历", "财报日历", "earnings calendar A-share", "upcoming catalysts China", or "what's coming up for [company]".
Clean and normalize A-share financial data for modeling. Adapts the original clean-data-xls skill for Chinese financial statements, CAS conventions, and A-share data formats. Triggers on "A股数据清洗", "财务数据清洗", "clean financial data China", "数据清洗", or "normalize financial statements".
Comparable company analysis for A-share equities. Adapts the original comps-analysis skill for Chinese market data sources, A-share trading multiples, and domestic peer selection. Triggers on "A股可比公司", "可比分析", "comps China", "peer comparison A-share", "可比公司分析", or "trading comps [industry]".
Comparable company analysis for A-share stocks. Uses AkShare MCP to build peer groups, pull financial data, compute valuation multiples (PE, PB, PS), and assess relative value within a Chinese industry sector.