quantitative-valuation

Estimate intrinsic company value using DCF, DDM, multiples, and residual income models.

164|33|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/JoelLewis/finance_skills --skill quantitative-valuation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quantitative-valuation
Source: https://github.com/JoelLewis/finance_skills/tree/main/plugins/wealth-management/skills/quantitative-valuation
Command: npx skills add https://github.com/JoelLewis/finance_skills --skill quantitative-valuation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides frameworks and formulas for estimating the intrinsic value of a stock or company, helping users make informed investment decisions by moving beyond simple market prices.

Core Features & Use Cases

  • Valuation Models: Supports Discounted Cash Flow (DCF), Dividend Discount Models (DDM), Comparable Multiples, and Residual Income models.
  • Assumption Analysis: Enables sensitivity analysis to understand how changes in key assumptions (like WACC or growth rates) impact valuation.
  • Use Case: A user wants to know if Apple stock is overvalued. They can use this Skill to build a DCF model, inputting Apple's projected free cash flows, WACC, and terminal growth rate to arrive at an intrinsic value estimate, which can then be compared to the current market price.

Quick Start

Use the quantitative-valuation skill to estimate the intrinsic value of a company using a two-stage DCF model with a terminal growth rate of 3%, a WACC of 10%, and projected free cash flows of $100M, $115M, $132.3M, $152.1M, and $174.9M for the next five years.

Frequently Asked Questions about quantitative-valuation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate intrinsic value using a discounted cash flow model?

To calculate intrinsic value using a discounted cash flow model, project future free cash flows, discount them by the WACC, and add the terminal value. This Skill automates those precise financial calculations using Python scripts.

How does terminal value calculation work in financial modeling?

Terminal value calculation in financial modeling estimates a company's value beyond the projection period. This Skill calculates terminal value using either the Gordon Growth model or exit multiples to finalize the DCF valuation.

Can I perform sensitivity analysis on WACC and growth rates for stock valuation?

Yes, you can perform sensitivity analysis on WACC and growth rates for stock valuation. This Skill enables you to adjust key assumptions and understand precisely how changes in these inputs impact the final intrinsic value estimate.

What valuation models are available besides DCF?

Besides DCF, available valuation models include the Dividend Discount Model (DDM), Comparable Multiples, and Residual Income models. These frameworks help estimate stock value by moving beyond simple market prices.

Do I need Python and numpy to run intrinsic value calculations?

Yes, you need Python and numpy to run intrinsic value calculations. This Skill requires Python scripts and the numpy dependency to perform precise financial modeling and data manipulation for the valuation outputs.