Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Modeling Scenario Based Valuations

ASecurity

Builds probability-weighted valuation models with multiple exit scenarios, timing assumptions, and risk-adjusted returns. Use when building growth equity valuations, modeling scenario-weighted outcomes, or analyzing risk-adjusted returns.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgotestingapi

Works with

terminalapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill modeling-scenario-based-valuations --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Modeling Scenario Based Valuations?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Modeling Scenario Based Valuations
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-modeling-scenario-based-valuations/badge)](https://www.skillsdirectory.com/skills/lev-os-modeling-scenario-based-valuations)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: modeling-scenario-based-valuations
description: Builds probability-weighted valuation models with multiple exit scenarios, timing assumptions, and risk-adjusted returns. Use when building growth equity valuations, modeling scenario-weighted outcomes, or analyzing risk-adjusted returns.
tags:
  - modeling
  - growth-equity
  - risk
  - valuation
metadata:
  author: casemark
  practice_areas:
    - Growth Equity
    - Expansion Capital
    - Late-Stage Investing
  document_types:
    - Financial Model
  skill_modes:
    - Modeling
    - Forecasting
---
# Modeling Scenario Based Valuations

Builds probability-weighted valuation models with multiple exit scenarios, timing assumptions, and risk-adjusted returns for growth equity and late-stage investments.

## When To Use

- Evaluating a growth equity or expansion capital investment where the outcome range is wide (e.g., IPO vs. secondary sale vs. down-round recap)
- Stress-testing an existing valuation under different macro, operational, or exit-timing assumptions
- Building an investment committee memo that requires a probability-weighted expected value and IRR/MOIC sensitivity
- Comparing risk-adjusted returns across multiple deal opportunities in a portfolio context
- Modeling management-case vs. investor-case divergence to frame negotiation anchors on entry price

## Inputs To Gather

- **Company financials**: Last 3 years of revenue, EBITDA/operating income, gross margin, and net revenue retention (for SaaS/recurring models). Trailing-twelve-month run-rate if available.
- **Growth plan**: Management projections or consensus forecasts for revenue and margin trajectory over the hold period (typically 3–7 years).
- **Comparable multiples**: Current and historical EV/Revenue, EV/EBITDA, or P/E multiples for public comps and recent transactions in the sector. [VERIFY] sector-specific multiple ranges against current market conditions.
- **Capital structure**: Existing equity ownership, option pool, outstanding convertible instruments, liquidation preferences, and any participating preferred terms that affect waterfall distributions.
- **Exit assumptions**: Realistic exit channels (IPO, strategic M&A, sponsor-to-sponsor, secondary, recap/dividend) with indicative timing windows and probability weights.
- **Discount rate / hurdle**: Fund-level target return (e.g., 20–30% gross IRR for growth equity) and any LP-driven constraints on hold period or concentration.

## Workflow

### 1. Define Scenarios

Construct at minimum three discrete scenarios — each must differ on at least two independent variables:

| Scenario | Typical Drivers | Example Weight |
|----------|----------------|----------------|
| **Bull** | Accelerated growth, multiple expansion, early exit | 20–30% |
| **Base** | Plan-case growth, stable multiples, mid-horizon exit | 40–50% |
| **Bear** | Growth deceleration, multiple compression, delayed or distressed exit | 20–30% |

Optionally add a **Downside/Wipeout** scenario (5–10%) for capital-loss cases (e.g., liquidation preference recovery only). Probability weights must sum to 100%.

### 2. Build Per-Scenario Cash Flows

For each scenario:
- Project revenue, EBITDA, and free cash flow through the exit year
- Apply the relevant exit multiple to the terminal metric (Revenue or EBITDA) to derive enterprise value at exit
- Run the equity waterfall: subtract net debt, apply liquidation preferences and participation caps, distribute remaining proceeds to common/preferred holders
- Calculate gross proceeds to the fund's position, then compute **MOIC** and **IRR** for that scenario
- If interim cash flows exist (dividends, recaps), include them in IRR computation

### 3. Compute Probability-Weighted Returns

- Weighted MOIC = Σ (scenario probability × scenario MOIC)
- Weighted IRR: solve for the discount rate that equates the probability-weighted cash flow stream to zero NPV (do not simply average IRRs — this is mathematically incorrect)
- Report both the weighted expected return and the full range (min IRR to max IRR)

### 4. Run Sensitivity Analysis

Build two-way sensitivity tables on the most impactful variable pairs:
- **Entry multiple vs. exit multiple** (shows valuation discipline impact)
- **Revenue growth rate vs. exit timing** (shows execution risk)
- **Probability weight shifts** (e.g., shift 10% from Bull to Bear — how does weighted MOIC move?)

Highlight the break-even entry price at which the weighted IRR hits the fund's hurdle rate.

### 5. Validate and Stress-Test

- Cross-check implied exit valuations against public comp ceilings — flag any scenario where the implied exit is above the 75th percentile of comps [VERIFY]
- Confirm that the Bear case is genuinely adverse, not just "slightly below plan"
- Test for liquidation preference drag: in the Bear case, does the preferred structure consume most of the equity value?
- Verify IRR math by independently discounting cash flows at the computed rate

## Output

The deliverable should include:

- **Scenario summary table**: Each scenario with key assumptions (growth rate, exit multiple, exit year, probability weight) and resulting MOIC / IRR
- **Probability-weighted return**: Single expected MOIC and IRR with range band
- **Sensitivity tables**: At least two two-way tables with conditional formatting highlighting cells above/below hurdle
- **Waterfall exhibit**: Showing how exit proceeds distribute across the cap table under each scenario
- **Key assumptions register**: Every input assumption listed with its source (management, investor estimate, market data) and confidence level
- **Narrative summary**: 1–2 paragraphs interpreting the results, calling out the primary risk factors and the entry price sensitivity

## Quality Checks

- Probability weights sum to exactly 100%
- IRR is solved iteratively (not averaged across scenarios)
- Exit multiples are benchmarked to current comps, not aspirational peak multiples [VERIFY]
- Bear case models genuine downside — not just a 10% haircut on the base case
- Liquidation preferences and participation correctly modeled in the waterfall for every scenario
- All assumptions sourced and labeled; unsourced assumptions marked [VERIFY]
- Terminal values do not imply growth rates above the nominal GDP growth rate in perpetuity
- Model ties out: entry equity check size × MOIC = gross proceeds in each scenario

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →