Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

quantitative-valuation定量评估

Agent Skill

quantitative-valuation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,619

周安装

107

GitHub Stars

58

下载量

839
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:quantitative-valuation(定量评估)
来源仓库:https://github.com/joellewis/finance_skills
仓库路径:skills/quantitative-valuation
安装命令:
npx skills add https://github.com/joellewis/finance_skills --skill quantitative-valuation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/joellewis/finance_skills --skill quantitative-valuation

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。

  • 适用于定量评估相关的财务建模与资产定价场景,支持基于协作数据的估值计算。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • quantitative-valuation 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Quantitative Valuation

Purpose

Provides frameworks and formulas for estimating the intrinsic value of a stock or company using quantitative models. Covers discounted cash flow (DCF), dividend discount models (DDM), comparable multiples, residual income, and sum-of-the-parts valuation. Enables rigorous, assumption-driven valuation that can be stress-tested through sensitivity analysis.

Layer

3 — Valuation

Direction

prospective

When to Use

  • Valuing a stock or company from first principles
  • Building a discounted cash flow (DCF) model
  • Comparing a company's multiples to peers or its own history
  • Estimating intrinsic value using dividend discount models
  • Performing sum-of-the-parts valuation for a conglomerate
  • Running sensitivity analysis on valuation assumptions
  • Screening for undervalued or overvalued securities using relative multiples

Core Concepts

Discounted Cash Flow (DCF)

The DCF model values a company as the present value of its future free cash flows plus a terminal value:

V = Σ FCF_t / (1 + WACC)^t + TV / (1 + WACC)^n

where FCF_t is the free cash flow in year t, WACC is the weighted average cost of capital, and TV is the terminal value at the end of the explicit forecast period.

Terminal Value — Gordon Growth Model

Estimates the value of all cash flows beyond the explicit forecast period assuming perpetual growth:

TV = FCF_n × (1 + g) / (WACC - g)

where g is the long-term sustainable growth rate (typically near nominal GDP growth, 2-4%).

Terminal Value — Exit Multiple Method

Estimates terminal value by applying a market multiple to the final-year financial metric:

TV = EBITDA_n × EV/EBITDA multiple

The exit multiple is typically based on current peer trading multiples or long-run sector averages.

Weighted Average Cost of Capital (WACC)

Blends the cost of equity and after-tax cost of debt weighted by their market-value proportions:

WACC = w_e × r_e + w_d × r_d × (1 - τ)

where w_e and w_d are equity and debt weights, r_e and r_d are their respective costs, and τ is the marginal tax rate.

Cost of Equity — CAPM

The Capital Asset Pricing Model estimates the required return on equity:

r_e = R_f + β × (R_m - R_f)

where R_f is the risk-free rate, β is the stock's sensitivity to market returns, and (R_m - R_f) is the equity risk premium.

Dividend Discount Model (DDM)

Values a stock as the present value of its future dividends. The Gordon Growth (single-stage) form:

P = D_1 / (r - g)

where D_1 is the next-period dividend, r is the required return, and g is the constant dividend growth rate.

Multi-Stage DDM

Accommodates companies transitioning through growth phases:

  • Stage 1 (High growth): Dividends grow at g_1 for n years
  • Stage 2 (Transition): Growth declines linearly from g_1 to g_3
  • Stage 3 (Stable): Dividends grow at g_3 in perpetuity (valued via Gordon Growth)

Residual Income Model

Values a company as its book value plus the present value of economic profits:

V = BV_0 + Σ (ROE - r) × BV_{t-1} / (1 + r)^t

This model is useful when free cash flows are negative but the company earns above its cost of equity.

Comparable Multiples

Relative valuation uses pricing ratios from a peer group to infer value:

  • P/E (Price-to-Earnings): most common for profitable companies
  • EV/EBITDA (Enterprise Value to EBITDA): capital-structure neutral
  • P/S (Price-to-Sales): useful for unprofitable or early-stage companies
  • P/B (Price-to-Book): useful for asset-heavy businesses (banks, REITs)

Use the median of the peer group to reduce outlier effects. Adjust for differences in growth, margins, and risk.

Relative Valuation

Compare a stock's current multiple to:

  • Its own historical average (time-series comparison)
  • Sector or industry median (cross-sectional comparison)

A stock trading at a discount to both may be undervalued, or there may be fundamental deterioration.

Sum-of-the-Parts (SOTP)

Value each business segment separately using the most appropriate method (DCF, multiples, or asset-based), then sum. Subtract net debt and add non-operating assets to arrive at equity value.

Sensitivity Analysis

Vary key assumptions (WACC and terminal growth rate are the most impactful) in a two-way data table to understand the range of possible valuations. This exposes which assumptions drive the result.

Key Formulas

FormulaExpressionUse Case
DCF ValueV = Σ FCF_t/(1+WACC)^t + TV/(1+WACC)^nEnterprise valuation from cash flows
Gordon Growth TVTV = FCF_n×(1+g)/(WACC-g)Terminal value assuming perpetual growth
Exit Multiple TVTV = EBITDA_n × multipleTerminal value using market multiples
WACCWACC = w_e×r_e + w_d×r_d×(1-τ)Blended discount rate
CAPMr_e = R_f + β×(R_m - R_f)Cost of equity estimation
Gordon Growth DDMP = D_1/(r-g)Stock value from dividends
Residual IncomeV = BV_0 + Σ (ROE-r)×BV_{t-1}/(1+r)^tValue from economic profit
Implied Value (Comps)V = Metric × Peer Median MultipleRelative valuation

Worked Examples

Example 1: Two-Stage DCF

Given:

  • Current FCF: $100M
  • Stage 1: 15% FCF growth for 5 years
  • Terminal growth rate: 3%
  • WACC: 10%

Calculate: Enterprise value

Solution:

Projected free cash flows:

  • Year 1: $100M × 1.15 = $115.0M
  • Year 2: $115M × 1.15 = $132.3M
  • Year 3: $132.3M × 1.15 = $152.1M
  • Year 4: $152.1M × 1.15 = $174.9M
  • Year 5: $174.9M × 1.15 = $201.1M

PV of Stage 1 cash flows:

  • PV = $115.0/1.10 + $132.3/1.10² + $152.1/1.10³ + $174.9/1.10⁴ + $201.1/1.10⁵
  • PV = $104.5 + $109.3 + $114.3 + $119.5 + $124.9 = $572.5M

Terminal value (Gordon Growth):

  • TV = $201.1M × 1.03 / (0.10 - 0.03) = $207.2M / 0.07 = $2,959.6M
  • PV of TV = $2,959.6M / 1.10⁵ = $1,837.3M

Enterprise Value = $572.5M + $1,837.3M = $2,409.8M

Note: Terminal value represents 76% of total value, which is typical but underscores the importance of terminal assumptions.

Example 2: Comparable P/E Analysis

Given:

  • Target company EPS: $5.00
  • Peer group P/E ratios: 15x, 17x, 18x, 19x, 22x

Calculate: Implied share price using peer median

Solution:

Peer median P/E = 18x (middle value of the sorted set)

Implied share price = EPS × Peer Median P/E = $5.00 × 18 = $90.00

If the stock trades at $75, it appears undervalued relative to peers (16.7% discount). Before concluding, check whether lower growth, margins, or higher risk justify the discount.

Common Pitfalls

  • Terminal value dominates DCF output (often 60-80% of total value) — scrutinize terminal assumptions carefully
  • Garbage-in-garbage-out: a DCF is only as good as its assumptions; false precision gives false confidence
  • Using trailing multiples when forward multiples are more relevant for fast-growing or cyclical companies
  • Not adjusting comparable multiples for differences in growth rates, margins, and capital structure
  • Circular reference when WACC depends on market cap which depends on the WACC-derived valuation — iterate or use target capital structure
  • Projecting high growth rates indefinitely without considering competitive dynamics and mean reversion
  • Ignoring dilution from stock-based compensation in per-share value estimates

Cross-References

  • historical-risk (wealth-management plugin, Layer 1a): historical beta estimation for CAPM inputs
  • forward-risk (wealth-management plugin, Layer 1b): cost of equity estimation via CAPM and factor models
  • financial-statements (wealth-management plugin, Layer 2): FCF and EBITDA derivation from financials
  • qualitative-valuation (wealth-management plugin, Layer 3): complements quantitative models with moat and quality analysis
  • asset-allocation (wealth-management plugin, Layer 4): valuation outputs feed into portfolio construction decisions

Reference Implementation

See scripts/quantitative_valuation.py for computational helpers.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.12%
按下载量换算320

Claude

29.24%
按下载量换算245

Cursor

18.65%
按下载量换算156

Gemini CLI

9.36%
按下载量换算79

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/joellewis/finance_skills --skill quantitative-valuation 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills