Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Value investing analysis tool for Chinese A-share stocks with screening, financial analysis, industry comparison, and DCF valuation.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
templates/analysis_report.md
1# {{stock_name}} ({{stock_code}}) 投资分析报告23**分析日期**: {{analysis_date}}4**分析级别**: {{analysis_level}}5**综合评分**: {{overall_score}}/10067---89## 一、公司概况1011| 项目 | 内容 |12|------|------|13| 股票代码 | {{stock_code}} |14| 股票名称 | {{stock_name}} |15| 所属行业 | {{industry}} |16| 总市值 | {{market_cap}} |17| 流通市值 | {{float_cap}} |18| 上市日期 | {{listing_date}} |1920### 主营业务2122{{main_business}}2324---2526## 二、财务健康分析2728### 2.1 盈利能力2930| 指标 | 当前值 | 行业均值 | 评价 |31|------|--------|----------|------|32| ROE | {{roe}}% | {{industry_roe}}% | {{roe_assessment}} |33| ROA | {{roa}}% | {{industry_roa}}% | {{roa_assessment}} |34| 毛利率 | {{gross_margin}}% | {{industry_gross_margin}}% | {{gross_margin_assessment}} |35| 净利率 | {{net_margin}}% | {{industry_net_margin}}% | {{net_margin_assessment}} |3637**杜邦分析**:38- 净利率: {{net_margin}}%39- 资产周转率: {{asset_turnover}}40- 权益乘数: {{equity_multiplier}}41- **ROE驱动因素**: {{roe_driver}}4243### 2.2 偿债能力4445| 指标 | 当前值 | 参考标准 | 状态 |46|------|--------|----------|------|47| 资产负债率 | {{debt_ratio}}% | < 60% | {{debt_ratio_status}} |48| 流动比率 | {{current_ratio}} | > 1.5 | {{current_ratio_status}} |49| 速动比率 | {{quick_ratio}} | > 1 | {{quick_ratio_status}} |50| 利息覆盖倍数 | {{interest_coverage}} | > 3 | {{interest_coverage_status}} |5152### 2.3 运营效率5354| 指标 | 当前值 | 趋势 |55|------|--------|------|56| 应收账款周转天数 | {{ar_days}}天 | {{ar_trend}} |57| 存货周转天数 | {{inventory_days}}天 | {{inventory_trend}} |58| 总资产周转率 | {{asset_turnover}} | {{asset_turnover_trend}} |5960---6162## 三、成长性分析6364### 3.1 增长指标6566| 指标 | 最近一期 | 近3年平均 | 趋势 |67|------|----------|-----------|------|68| 营收增长率 | {{revenue_growth}}% | {{avg_revenue_growth}}% | {{revenue_trend}} |69| 净利润增长率 | {{profit_growth}}% | {{avg_profit_growth}}% | {{profit_trend}} |70| EPS增长率 | {{eps_growth}}% | {{avg_eps_growth}}% | {{eps_trend}} |7172### 3.2 成长性评估7374{{growth_assessment}}7576---7778## 四、估值分析7980### 4.1 当前估值8182| 指标 | 当前值 | 历史分位数 | 行业均值 |83|------|--------|------------|----------|84| PE (TTM) | {{pe_ttm}} | {{pe_percentile}}% | {{industry_pe}} |85| PB | {{pb}} | {{pb_percentile}}% | {{industry_pb}} |86| PS | {{ps}} | {{ps_percentile}}% | {{industry_ps}} |8788### 4.2 内在价值估算8990| 估值方法 | 每股价值 | 说明 |91|----------|----------|------|92| DCF现金流折现 | ¥{{dcf_value}} | 折现率{{discount_rate}}%,永续增长{{terminal_growth}}% |93| DDM股息折现 | ¥{{ddm_value}} | 股息增长率{{dividend_growth}}% |94| 相对估值 | ¥{{relative_value}} | 基于历史PE均值 |95| **平均估值** | **¥{{avg_value}}** | - |9697### 4.3 安全边际9899| 项目 | 数值 |100|------|------|101| 当前价格 | ¥{{current_price}} |102| 平均内在价值 | ¥{{avg_value}} |103| 安全边际 | {{margin_of_safety}}% |104| 建议买入价 | ¥{{safety_price}} |105106**估值结论**: {{valuation_conclusion}}107108---109110## 五、风险提示111112### 5.1 财务异常检测113114**风险等级**: {{risk_level}}115116{{#if anomalies}}117| 异常类型 | 描述 | 严重程度 |118|----------|------|----------|119{{#each anomalies}}120| {{this.type}} | {{this.description}} | {{this.severity}} |121{{/each}}122{{else}}123未检测到明显财务异常124{{/if}}125126### 5.2 股东相关风险127128{{#if holder_risks}}129{{#each holder_risks}}130- {{this}}131{{/each}}132{{else}}133- 暂无明显股东相关风险134{{/if}}135136### 5.3 行业/政策风险137138{{industry_risks}}139140---141142## 六、投资结论143144### 综合评分145146| 维度 | 评分 | 权重 | 加权得分 |147|------|------|------|----------|148| 盈利能力 | {{profitability_score}}/100 | 30% | {{profitability_weighted}} |149| 财务安全 | {{safety_score}}/100 | 20% | {{safety_weighted}} |150| 成长性 | {{growth_score}}/100 | 25% | {{growth_weighted}} |151| 估值水平 | {{valuation_score}}/100 | 25% | {{valuation_weighted}} |152| **综合评分** | **{{overall_score}}/100** | - | - |153154### 投资建议155156{{investment_recommendation}}157158### 关键观察点159160{{#each key_observations}}161- {{this}}162{{/each}}163164---165166## 免责声明167168本报告基于公开财务数据分析,仅供参考,不构成投资建议。投资有风险,入市需谨慎。169170**数据来源**: akshare (公开财务数据)171**分析工具**: china-stock-analysis skill172**报告生成时间**: {{report_time}}173174---175176# 报告模板使用说明177178上述模板中的 `{{变量名}}` 需要在生成报告时替换为实际值。179180## 报告级别说明181182### 摘要级 (Summary)183只包含:184- 基本信息185- 关键财务指标186- 投资结论187188### 标准级 (Standard)189包含:190- 完整财务分析191- 估值分析192- 风险提示193- 投资建议194195### 深度级 (Deep)196在标准级基础上增加:197- 历史数据趋势图描述198- 详细财务报表分析199- 竞争对手对比200- 行业深度分析201202## 评分标准203204### 盈利能力评分205- ROE > 20%: +15分206- ROE 15-20%: +10分207- ROE 10-15%: +5分208- ROE < 10%: 0分209210### 财务安全评分211- 无风险指标: +10分212- 每个风险指标: -5分213214### 成长性评分215- 增长率 > 20%: +15分216- 增长率 10-20%: +10分217- 增长率 0-10%: +5分218- 负增长: -5分219220### 估值水平评分221- 历史分位数 < 20%: +15分 (低估)222- 历史分位数 20-40%: +10分223- 历史分位数 40-60%: +5分224- 历史分位数 60-80%: 0分225- 历史分位数 > 80%: -10分 (高估)226