china-deal-sourcing
Purpose
Identify and evaluate A股及中国市场投资机会 — both listed and pre-IPO opportunities for China-focused investment strategies.
Data Sources
Primary: iFind MCP (Tier-1 付费) / AkShare MCP (Tier-2 免费备选)
get_market_overview() → Market movers
get_industry_stocks(industry="...") → Industry peer lists
get_quote(ticker) → Valuation snapshot
get_financials(ticker, "income") → Financial health check
Secondary Sources
| Source |
Use |
| 巨潮资讯 |
Company filings, financials |
| 上交所/深交所 |
Announcements, listing data |
| 企查查 / 天眼查 |
Corporate structure, shareholders |
| 清科 / 投中数据 |
Private equity deal flow |
| 券商直投 / 投行 |
Deal pipeline |
| 行业展会/论坛 |
Networking, deal sourcing |
Workflow
Step 1: Define Investment Criteria
Strategy parameters:
| Parameter |
Options |
Notes |
| Stage |
Pre-IPO / Growth / Buyout / Distressed |
阶段 |
| Sector |
新能源, 半导体, 医药, 消费, etc. |
行业偏好 |
| Size |
市值区间 / 营收区间 |
投资规模 |
| Geography |
华东, 华南, 华北, etc. |
区域偏好 |
| Ownership |
国企 / 民企 / 混合 |
所有制偏好 |
| Growth |
Revenue growth threshold |
成长性要求 |
Step 2: Screen the Universe
Screening approaches:
Approach 1: Market-based screen (A-share)
# Use AkShare to pull market data
get_market_overview() # Top gainers/losers/volume
get_industry_stocks(industry="半导体") # Sector peers
Screen filters:
- Market cap range
- Revenue growth threshold
- Margin profile
- Valuation multiples
- Trading liquidity
- Ownership structure
Approach 2: Industry research
- Identify growing sectors (行业景气度)
- Map value chain
- Find category leaders
- Identify consolidation opportunities
Approach 3: Network sourcing
- 产业资源 (Industry network)
- 券商/投行 deal flow
- 地方政府招商 (local government promotion)
- 行业协会 connections
- 创始人 network
Step 3: Evaluate Targets
Initial screening criteria:
| Criterion |
Threshold |
Assessment |
| Market size |
>XX亿 TAM |
Growing market |
| Company position |
Top 5-10 in segment |
Leadership potential |
| Revenue scale |
>X亿 |
Minimum viable |
| Growth rate |
>XX% |
Growth trajectory |
| Margin profile |
Gross >XX%, Net >XX% |
Profitability |
| Cash generation |
Positive FCF |
Sustainability |
| Management |
Experienced, aligned |
Execution capability |
| Competitive position |
Moat / differentiation |
Sustainability |
Step 4: Assess Investment Thesis
Thesis framework:
Why this company?
- Unique positioning
- Competitive advantage
- Growth runway
Why now?
- Timing catalyst
- Market inflection
- Valuation entry point
How to win?
- Value creation levers
- Operational improvements
- Financial engineering
- Strategic additions
What could go wrong?
- Key risks
- Downside scenarios
Step 5: Build Target Profile
Profile template:
【项目初筛】[Company]([Ticker])
一、基本信息
行业:[Industry]
板块:[Main / ChiNext / STAR / BJSE]
市值:[XX亿]
上市时间:[YYYY]
二、业务概览
主营业务:[Description]
收入结构:[Segments]
核心客户:[Type / concentration]
竞争优势:[Bullets]
三、财务快照
Revenue: [X亿] (YoY: [X%])
Gross Margin: [X%]
Net Margin: [X%]
ROE: [X%]
Net Debt/EBITDA: [Xx]
四、估值快照
Market Cap: [XX亿]
PE (TTM): [Xx]
PB: [Xx]
vs Sector Median: [Premium/Discount X%]
五、投资逻辑
[3-5 bullets]
六、初步风险
[2-3 key risks]
七、下一步
[Management meeting / DD / Pass]
Step 6: Track & Nurture
Deal tracking:
| Target |
Status |
Owner |
Next Action |
Deadline |
|
Prospect → Intro → Active → DD → Closed |
|
|
|
Relationship management:
- Founders / management contact cadence
- Industry event attendance
- 券商/FA relationship maintenance
- Local government / 招商关系
China-Specific Sourcing Considerations
Market Structure
| Segment |
Description |
Sourcing Approach |
| A股上市 |
Already public |
Secondary buyouts, 私有化 |
| Pre-IPO |
Late-stage private |
券商直投, 产业基金 |
| 北交所 |
SME innovation |
Sector-specific funds |
| H股/A股 dual |
HK + A-share |
Premium capture |
| 并购退出 |
M&A exit |
Corporate buyers |
Common Sourcing Channels
| Channel |
Description |
Quality |
| 券商投行部 |
Investment banking deal flow |
High quality, warm |
| FA (财务顾问) |
Independent advisors |
Medium-high quality |
| 产业网络 |
Industry connections |
High quality, relationship-based |
| 地方政府 |
招商引进 |
Mixed quality, relationship-dependent |
| 展会/论坛 |
Industry events |
Medium quality, volume |
| 上市公司并购 |
Public M&A |
High quality, structured |
Industry Hotspots (2024-2025)
| Sector |
Dynamics |
Sourcing Angle |
| 半导体 |
国产替代, 产能扩张 |
Equipment, materials, design |
| 新能源 |
产能过剩, 出清 |
distressed/bankruptcy opportunities |
| 医药 |
创新药, CXO |
R&D-driven, global expansion |
| 高端制造 |
国产化, 出海 |
Industrial automation, components |
| 消费 |
分化, 品牌化 |
Premium brands, distribution |
| AI应用 |
落地加速 |
Enterprise AI, industry solutions |
Quality Checks
Before advancing target:
1---2name: china-deal-sourcing3description: Discover and evaluate potential A-share investment opportunities for China-focused private equity and investment strategies. Adapted from the original deal-sourcing skill for Chinese market structure, data sources, and business practices. Triggers on "A股项目挖掘", "投资项目发现", "deal sourcing China", "find A-share deals", "sourcing opportunities China", or "discover investment targets".4---56# china-deal-sourcing78## Purpose910Identify and evaluate **A股及中国市场投资机会** — both listed and pre-IPO opportunities for China-focused investment strategies.1112## Data Sources1314### Primary: iFind MCP (Tier-1 付费) / AkShare MCP (Tier-2 免费备选)1516```python17get_market_overview() → Market movers18get_industry_stocks(industry="...") → Industry peer lists19get_quote(ticker) → Valuation snapshot20get_financials(ticker, "income") → Financial health check21```2223### Secondary Sources2425| Source | Use |26|--------|-----|27| 巨潮资讯 | Company filings, financials |28| 上交所/深交所 | Announcements, listing data |29| 企查查 / 天眼查 | Corporate structure, shareholders |30| 清科 / 投中数据 | Private equity deal flow |31| 券商直投 / 投行 | Deal pipeline |32| 行业展会/论坛 | Networking, deal sourcing |3334## Workflow3536### Step 1: Define Investment Criteria3738**Strategy parameters:**3940| Parameter | Options | Notes |41|-----------|---------|-------|42| Stage | Pre-IPO / Growth / Buyout / Distressed | 阶段 |43| Sector | 新能源, 半导体, 医药, 消费, etc. | 行业偏好 |44| Size | 市值区间 / 营收区间 | 投资规模 |45| Geography | 华东, 华南, 华北, etc. | 区域偏好 |46| Ownership | 国企 / 民企 / 混合 | 所有制偏好 |47| Growth | Revenue growth threshold | 成长性要求 |4849### Step 2: Screen the Universe5051**Screening approaches:**5253**Approach 1: Market-based screen (A-share)**54```python55# Use AkShare to pull market data56get_market_overview() # Top gainers/losers/volume57get_industry_stocks(industry="半导体") # Sector peers58```5960**Screen filters:**61- Market cap range62- Revenue growth threshold63- Margin profile64- Valuation multiples65- Trading liquidity66- Ownership structure6768**Approach 2: Industry research**69- Identify growing sectors (行业景气度)70- Map value chain71- Find category leaders72- Identify consolidation opportunities7374**Approach 3: Network sourcing**75- 产业资源 (Industry network)76- 券商/投行 deal flow77- 地方政府招商 (local government promotion)78- 行业协会 connections79- 创始人 network8081### Step 3: Evaluate Targets8283**Initial screening criteria:**8485| Criterion | Threshold | Assessment |86|-----------|-----------|------------|87| Market size | >XX亿 TAM | Growing market |88| Company position | Top 5-10 in segment | Leadership potential |89| Revenue scale | >X亿 | Minimum viable |90| Growth rate | >XX% | Growth trajectory |91| Margin profile | Gross >XX%, Net >XX% | Profitability |92| Cash generation | Positive FCF | Sustainability |93| Management | Experienced, aligned | Execution capability |94| Competitive position | Moat / differentiation | Sustainability |9596### Step 4: Assess Investment Thesis9798**Thesis framework:**991001. **Why this company?**101 - Unique positioning102 - Competitive advantage103 - Growth runway1041052. **Why now?**106 - Timing catalyst107 - Market inflection108 - Valuation entry point1091103. **How to win?**111 - Value creation levers112 - Operational improvements113 - Financial engineering114 - Strategic additions1151164. **What could go wrong?**117 - Key risks118 - Downside scenarios119120### Step 5: Build Target Profile121122**Profile template:**123124```125【项目初筛】[Company]([Ticker])126127一、基本信息128 行业:[Industry]129 板块:[Main / ChiNext / STAR / BJSE]130 市值:[XX亿]131 上市时间:[YYYY]132133二、业务概览134 主营业务:[Description]135 收入结构:[Segments]136 核心客户:[Type / concentration]137 竞争优势:[Bullets]138139三、财务快照140 Revenue: [X亿] (YoY: [X%])141 Gross Margin: [X%]142 Net Margin: [X%]143 ROE: [X%]144 Net Debt/EBITDA: [Xx]145146四、估值快照147 Market Cap: [XX亿]148 PE (TTM): [Xx]149 PB: [Xx]150 vs Sector Median: [Premium/Discount X%]151152五、投资逻辑153 [3-5 bullets]154155六、初步风险156 [2-3 key risks]157158七、下一步159 [Management meeting / DD / Pass]160```161162### Step 6: Track & Nurture163164**Deal tracking:**165166| Target | Status | Owner | Next Action | Deadline |167|--------|--------|-------|-------------|----------|168| | Prospect → Intro → Active → DD → Closed | | | |169170**Relationship management:**171- Founders / management contact cadence172- Industry event attendance173- 券商/FA relationship maintenance174- Local government / 招商关系175176## China-Specific Sourcing Considerations177178### Market Structure179180| Segment | Description | Sourcing Approach |181|---------|-------------|-------------------|182| A股上市 | Already public | Secondary buyouts, 私有化 |183| Pre-IPO | Late-stage private | 券商直投, 产业基金 |184| 北交所 | SME innovation | Sector-specific funds |185| H股/A股 dual | HK + A-share | Premium capture |186| 并购退出 | M&A exit | Corporate buyers |187188### Common Sourcing Channels189190| Channel | Description | Quality |191|---------|-------------|---------|192| 券商投行部 | Investment banking deal flow | High quality, warm |193| FA (财务顾问) | Independent advisors | Medium-high quality |194| 产业网络 | Industry connections | High quality, relationship-based |195| 地方政府 | 招商引进 | Mixed quality, relationship-dependent |196| 展会/论坛 | Industry events | Medium quality, volume |197| 上市公司并购 | Public M&A | High quality, structured |198199### Industry Hotspots (2024-2025)200201| Sector | Dynamics | Sourcing Angle |202|--------|----------|----------------|203| 半导体 | 国产替代, 产能扩张 | Equipment, materials, design |204| 新能源 | 产能过剩, 出清 | distressed/bankruptcy opportunities |205| 医药 | 创新药, CXO | R&D-driven, global expansion |206| 高端制造 | 国产化, 出海 | Industrial automation, components |207| 消费 | 分化, 品牌化 | Premium brands, distribution |208| AI应用 | 落地加速 | Enterprise AI, industry solutions |209210## Quality Checks211212Before advancing target:213- [ ] Investment criteria alignment verified214- [ ] Market opportunity quantified215- [ ] Competitive position assessed216- [ ] Financial health checked217- [ ] Management quality evaluated218- [ ] Investment thesis articulated219- [ ] Risk factors identified220- [ ] Next steps defined221> **Data Source Mode Switch**: Set env var `IFIND_DATA_SOURCE_MODE` to control data source preference.222> - `ifind-only` (strict): Use iFind only, error if unavailable223> - `ifind-fallback` (default): iFind preferred, fallback to AkShare224> - `akshare-only, wind-only (Wind only), wind-fallback (Wind first, fallback to iFind → AkShare)`: Skip iFind, use AkShare only