Dcf
Description
--- name: dcf description: 对指定股票做机构级 DCF 估值 — WACC + 两段 FCF + 终值 + 5×5 敏感性表 --- # /dcf <股票代码或名称> 对目标股票做完整的 DCF 估值,按照 JPMorgan / Goldman / Morgan Stanley 投行标准。 ## 工作流 1. 解析股票代码(`002273.SZ` / `00700.HK` / `AAPL` 等) 2. 拉取基础数据:`python skills/deep-analysis/scripts/fetch_basic.py <ticker>` 3. 提取特征:`from lib.stock_features import extract_features` 4. 调用 DCF: ```python from lib.fin_models import compute_dcf dcf = compute_dcf(features, assumptions={ "stage1_growth": 0.10, "stag
Installation
Installs to ~/.claude/skills/wbh604-uzi-skill-dcf/SKILL.md
mkdir -p ~/.claude/skills/wbh604-uzi-skill-dcf && curl -fsSL https://raw.githubusercontent.com/wbh604/UZI-Skill/HEAD/commands/dcf.md -o ~/.claude/skills/wbh604-uzi-skill-dcf/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11