multiple-calculator

Calculates valuation multiples (EV/Revenue, EV/EBITDA, P/E) with sector adjustments

509 stars

Best use case

multiple-calculator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Calculates valuation multiples (EV/Revenue, EV/EBITDA, P/E) with sector adjustments

Teams using multiple-calculator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/multiple-calculator/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/venture-capital/skills/multiple-calculator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/multiple-calculator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How multiple-calculator Compares

Feature / Agentmultiple-calculatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Calculates valuation multiples (EV/Revenue, EV/EBITDA, P/E) with sector adjustments

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Multiple Calculator

## Overview

The Multiple Calculator skill calculates valuation multiples for comparable analysis and valuation work. It computes standard multiples with appropriate sector adjustments and supports both private transaction and public company comparables.

## Capabilities

### Revenue Multiples
- Calculate EV/Revenue multiples
- Apply growth rate adjustments
- Compute ARR and NTM multiples
- Handle recurring vs. non-recurring revenue

### Profitability Multiples
- Calculate EV/EBITDA multiples
- Compute EV/EBIT and P/E ratios
- Handle negative earnings appropriately
- Apply margin adjustments

### Sector Adjustments
- Apply sector-specific premiums/discounts
- Adjust for growth rate differences
- Factor in margin profile differences
- Consider market positioning

### Multiple Analysis
- Calculate median and mean multiples
- Identify outliers and reasons
- Track multiple trends over time
- Build multiple ranges for valuation

## Usage

### Calculate Transaction Multiples
```
Input: Transaction data, financial metrics
Process: Calculate multiples, apply adjustments
Output: Multiple calculations, adjustment notes
```

### Calculate Trading Multiples
```
Input: Public company data, metrics
Process: Compute trading multiples
Output: Public company multiple analysis
```

### Apply Sector Adjustments
```
Input: Raw multiples, sector characteristics
Process: Apply appropriate adjustments
Output: Adjusted multiples, methodology notes
```

### Build Multiple Range
```
Input: Comparable set, weighting criteria
Process: Aggregate and weight multiples
Output: Valuation multiple range, application guidance
```

## Common Multiples

| Multiple | Use Case | Typical Range (SaaS) |
|----------|----------|---------------------|
| EV/Revenue | Growth companies | 3x - 15x+ |
| EV/ARR | Subscription businesses | 5x - 20x+ |
| EV/EBITDA | Profitable companies | 10x - 25x |
| P/E | Public companies | 15x - 50x |
| EV/Gross Profit | Marketplace businesses | 2x - 8x |

## Integration Points

- **Comparable Analysis Process**: Core multiple calculations
- **DCF Analysis**: Terminal value multiples
- **Comparable Transaction Finder**: Calculate found comparables
- **Valuation Specialist (Agent)**: Support valuation work

## Adjustment Factors

| Factor | Impact on Multiple |
|--------|-------------------|
| Growth Rate | Higher growth = higher multiple |
| Margin Profile | Higher margins = higher multiple |
| Retention (NRR) | Higher retention = higher multiple |
| TAM | Larger market = higher multiple |
| Competition | Less competition = higher multiple |
| Switching Costs | Higher costs = higher multiple |

## Best Practices

1. Use NTM (next twelve months) for forward multiples
2. Adjust for one-time items and normalization
3. Consider growth-adjusted multiples (EV/Revenue/Growth)
4. Document all adjustments clearly
5. Use multiple types appropriate to business stage

Related Skills

typography-calculator

509
from a5c-ai/babysitter

Calculate typography scales, metrics, and responsive font sizing

prioritization-calculator

509
from a5c-ai/babysitter

Automated calculation and scoring for product prioritization frameworks including RICE, ICE, MoSCoW, and custom weighted scoring. Normalizes scores, validates inputs, and generates priority rankings with confidence intervals.

power-analysis-calculator

509
from a5c-ai/babysitter

Skill for statistical power analysis and sample size calculation

vasp-dft-calculator

509
from a5c-ai/babysitter

VASP DFT calculation skill for electronic structure, band structures, and materials property predictions

madgraph-amplitude-calculator

509
from a5c-ai/babysitter

MadGraph matrix element calculation skill for BSM physics, cross-section computation, and event generation

camb-cosmology-calculator

509
from a5c-ai/babysitter

CAMB cosmological perturbation skill for CMB power spectra, matter power spectra, and cosmological parameter estimation

power-sample-size-calculator

509
from a5c-ai/babysitter

Statistical power analysis and sample size determination

multiple-testing-correction

509
from a5c-ai/babysitter

Multiple comparison correction methods

takt-time-calculator

509
from a5c-ai/babysitter

Takt time and cycle time analysis skill for production line balancing and capacity planning.

niosh-lifting-calculator

509
from a5c-ai/babysitter

NIOSH Lifting Equation calculator for manual material handling risk assessment.

asymptotic-notation-calculator

509
from a5c-ai/babysitter

Automated derivation and simplification of Big-O, Big-Omega, and Big-Theta expressions for algorithm analysis

approximation-ratio-calculator

509
from a5c-ai/babysitter

Analyze and prove approximation ratios for optimization algorithms