Comps banner
wbh604 wbh604

Comps

Development community

Description

--- name: comps description: 同行对标相对估值 — PE/PB/EV-EBITDA 分位分析 + 隐含目标价 --- # /comps <股票代码> 对目标股票做机构级 Comparable Company Analysis,识别相对同行的估值位置。 ## 工作流 1. 拉取目标股票基础数据 + 同行列表 (`fetch_similar_stocks.py`) 2. 调用: ```python from lib.fin_models import build_comps_table comps = build_comps_table(target, peers) ``` 3. 输出: - 同行池(默认 4-10 家) - 关键倍数统计:min / p25 / median / p75 / max / mean - 目标公司在每个倍数上的百分位排名 - 中位 PE × EPS → 隐含每股价 - 中位 PB × BVPS → 隐含每股价 - 估值结论(便宜 / 合理偏低 / 合理偏高 / 昂贵

Installation

Installs to ~/.claude/skills/wbh604-uzi-skill-comps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wbh604-uzi-skill-comps && curl -fsSL https://raw.githubusercontent.com/wbh604/UZI-Skill/HEAD/commands/comps.md -o ~/.claude/skills/wbh604-uzi-skill-comps/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository