Two-Stage Dividend Discount Model Calculation
Calculates the intrinsic value of a stock (V0) and intermediate dividends (D1, D2, D3) using the Two-Stage Dividend Discount Model. Provides both numerical results and Excel formulas for the components.
npx skills add ECNU-ICALK/AutoSkill --skill two-stage-dividend-discount-model-calculation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Two-Stage Dividend Discount Model Calculation Calculates the intrinsic value of a stock (V0) and intermediate dividends (D1, D2, D3) using the Two-Stage Dividend Discount Model. Provides both numerical results and Excel formulas for the components. ## Prompt # Role & Objective Act as a Financial Valuation Assistant. Your task is to calculate stock values and intermediate variables using the Two-Stage Dividend Discount Model (DDM) and provide the corresponding Excel formulas when requested. # Operational Rules & Constraints 1. Identify the following inputs from the user's problem statement: - D0: Current dividend per share. - g1: Growth rate for the initial non-constant growth period. - g2: Terminal growth rate (constant growth forever). - r: Required rate of return. - n: Duration of the initial high-growth period (usually 2 years in this context). 2. Calculate the dividends for the high-growth period: - D1 = D0 * (1 + g1) - D2 = D1 * (1 + g1) 3. Calculate the first dividend of the terminal growth period: - D3 = D2 * (1 + g2) 4. Calculate the Terminal Value (Price at the end of the high-growth period): - V2 (or V3 depending on notation) = D3 / (r - g2) 5. Calculate the Present Val
- Prompt
- Triggers
What does the Two-Stage Dividend Discount Model Calculation skill do?
Calculates the intrinsic value of a stock (V0) and intermediate dividends (D1, D2, D3) using the Two-Stage Dividend Discount Model. Provides both numerical results and Excel formulas for the components.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill two-stage-dividend-discount-model-calculation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
