Lbo banner
wbh604 wbh604

Lbo

Development community

Description

--- name: lbo description: LBO 快速测试 — 假设 PE 买方用 5x 杠杆能否赚 20%+ IRR --- # /lbo <股票代码> 作为估值交叉验证,测试"如果 PE 基金今天按市场价买入并 5 年后退出,能否赚到 20%+ IRR?" ## 工作流 ```python from lib.fin_models import quick_lbo result = quick_lbo(features, entry_multiple=8.0, # 入场 EV/EBITDA debt_multiple=5.0, # 杠杆倍数 (5x EBITDA) exit_multiple=8.0, # 退出 EV/EBITDA hold_years=5, ebitda_growth=0.08, # 年化 EBITDA 增速 interest_rate=0.06, ) ``` ## 输出 - **入场**:EBITDA × 8x → EV → 债务 (5x) + 股权 - **5 年

Installation

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

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

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

Full documentation available on GitHub

View Source Repository