Files
KingClawArmy/skills/comps-analysis/SKILL.md
Chris ced587c2f2 新增 17 個 Skills 並完成全員技能配置
- 新增 17 個 SKILL.md(tradermonty + langalpha 來源):
  breadth-chart-analyst, catalyst-calendar, competitive-analysis,
  comps-analysis, dcf-model, earnings-analysis, earnings-preview,
  earnings-trade-analyzer, edge-concept-synthesizer, edge-hint-extractor,
  options-strategy-advisor, pair-trade-screener, pead-screener,
  portfolio-manager, sector-overview, stanley-druckenmiller-investment,
  theme-detector
- 更新全部 11 個 Agent 的 AGENTS.md(含原本空白的 ceo 與 xiao-an)
- 更新 docs/agent-skill-mapping.md 至 v3.0(71 個配置,62 個技能)
- 台股 + 美股雙市場覆蓋,Skills 均基於真實開源 repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:07:46 +00:00

50 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 可比公司分析
description: 相對估值分析Comparable Company Analysis / Trading Comps比較目標公司與同業的 EV/EBITDA、P/E、P/S 等倍數,評估相對高估/低估
metadata:
sources:
- kind: github-file
repo: ginlix-ai/langalpha
path: skills/comps-analysis/SKILL.md
usage: referenced
---
# 可比公司分析
市場相對估值工具,透過與同業比較,快速判斷目標公司的估值是否合理。
## 分析流程
### 1. 同業選擇
- 相同 GICS 子產業
- 相似市值規模±50%
- 相似商業模式
- 剔除非可比公司
### 2. 估值倍數計算
| 倍數 | 計算方式 | 適用情境 |
|---|---|---|
| EV/EBITDA | 企業價值/息前稅前折舊攤銷前獲利 | 最常用,消除資本結構差異 |
| P/E | 股價/每股盈餘 | 獲利穩定的成熟公司 |
| P/S | 股價/每股營收 | 高成長但虧損公司 |
| P/B | 股價/每股淨資產 | 金融股、資產密集型 |
| EV/Revenue | 企業價值/營收 | SaaS、高成長科技 |
### 3. 溢/折價分析
- 目標公司相對同業中位數的溢/折價
- 溢/折價的合理性解釋
### 4. 目標價推算
- 基於同業中位數倍數計算隱含目標價
- 牛市倍數同業75百分位與熊市倍數25百分位
## 需要的 MCP 工具
- `yfinance` / `casual-market`:財務數據和市值
- `tradingview`:快速獲取行業 P/E 比率
## 使用時機
多方研究員配合 `dcf-model` 使用DCF 提供絕對價值Comps 提供相對市場定價