Skip to main content
ClaudeWave
Skill424 estrellas del repoactualizado 3d ago

china-dcf-model

This skill provides discounted cash flow valuation modeling specifically adapted for Chinese A-share equities, using market parameters such as China's 10-year government bond yield as the risk-free rate, China-specific equity risk premiums of 6-8%, and terminal growth rates of 3-4%. Use it when valuing mainland Chinese companies trading on the Shanghai or Shenzhen exchanges, requiring adjustments for Chinese tax rates, revenue denominations in yuan, and value-added tax considerations that differ from Western DCF approaches.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/jwangkun/claude-for-financial-services-cn /tmp/china-dcf-model && cp -r /tmp/china-dcf-model/agent-plugins/china-model-builder/skills/china-dcf-model ~/.claude/skills/china-dcf-model
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# china-dcf-model

> **Note:** This skill is an alias/wrapper for `china-dcf`. For full DCF modeling guidance, see `china-dcf/SKILL.md`.

## Purpose

Provide access to **A股DCF估值** — discounted cash flow valuation adapted for Chinese market parameters.

## Quick Reference

### Core DCF Parameters (China)

| Parameter | Typical Value | Source |
|-----------|--------------|--------|
| Risk-free rate | 2.0-3.0% | China 10Y CGB yield |
| Equity risk premium | 6-8% | China-specific |
| Beta | 0.8-1.2 | A-share historical |
| Cost of debt | 3-6% | China corporate bond yields |
| Terminal growth | 3-4% | China GDP long-term |
| Tax rate | 25% (15% for 高新) | CAS |

### Key Differences from US DCF

| Aspect | US | China (A-share) |
|--------|-----|-----------------|
| Risk-free rate | UST 10Y | China 10Y CGB |
| ERP | 5-6% | 6-8% (higher for EM) |
| Terminal growth | 2-3% | 3-4% |
| Tax rate | 21% (federal) | 25% (15% for 高新) |
| Currency | USD | CNY |
| Revenue units | $M | 万元 / 亿元 |

### Quick Workflow

1. **Project FCF** — 5-year explicit period
2. **Calculate WACC** — Use China parameters
3. **Discount FCF** — PV of explicit period
4. **Terminal value** — Gordon growth or exit multiple
5. **Enterprise value** — Sum of PVs
6. **Equity value** — EV - Net debt + Minority interest
7. **Value per share** — Equity value / Shares

### Common Pitfalls

| Pitfall | China-Specific Fix |
|---------|-------------------|
| Using US risk-free rate | Use China 10Y CGB |
| Wrong tax rate | Verify 高新 enterprise status |
| Revenue in USD | Convert to CNY |
| Ignoring 增值税 | Revenue should be net of VAT |
| Western terminal growth | Use 3-4% for China |

### For Full Details

See: `china-dcf/SKILL.md`

## Quality Checks

- [ ] All parameters China-appropriate
- [ ] FCF projections reasonable
- [ ] WACC components sourced
- [ ] Terminal growth < GDP growth
- [ ] Sensitivity analysis included
china-3-statement-modelSkill

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.

china-accrual-scheduleSkill

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]".

china-audit-xlsSkill

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]".

china-break-traceSkill

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".

china-catalyst-calendarSkill

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]".

china-clean-data-xlsSkill

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".

china-comps-analysisSkill

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]".

china-compsSkill

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.