-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
GitHub Actions edited this page Aug 11, 2026
·
1 revision
Canonical reference for all terminology, notation, and abbreviations used across the Startup Valuation Engine.
| Term | Definition |
|---|---|
| Pre-money valuation | Company value before new investment capital is injected. |
| Post-money valuation | Company value after new investment: |
| Terminal value | Estimated company value at a future exit event (IPO, acquisition). |
| Discount rate | Rate used to convert future cash flows to present value. Reflects risk and time preference. |
| Risk-free rate | Return on a zero-risk investment (typically US Treasury bonds). |
| Method | Category | Description |
|---|---|---|
| Scorecard Method | Core | Adjusts average regional valuation by weighted factor scores (team, product, market, etc.). See Core Methods. |
| Berkus Method | Core | Assigns dollar values to five risk-reduction milestones. Max $2.5M pre-revenue. |
| Risk Factor Summation | Core | Adjusts base valuation by 12 risk factors, each ±$250K per unit. |
| VC Method | Core | Works backward from expected exit value, discounting for target return. |
| Black-Scholes | Advanced | Option pricing model for startup equity as real options. Uses |
| Binomial Tree | Advanced | Discrete-time option pricing with up/down steps. Converges to Black-Scholes. |
| Monte Carlo | Advanced | Simulates thousands of scenarios for probabilistic valuation ranges. |
| Scenario Analysis | Advanced | Discrete probability-weighted scenarios (bull/base/bear). |
| Term | Industry | Definition |
|---|---|---|
| ARR | SaaS | Annual Recurring Revenue — committed subscription revenue per year. |
| MRR | SaaS | Monthly Recurring Revenue — ARR ÷ 12. |
| CAC | SaaS | Customer Acquisition Cost — sales & marketing spend ÷ new customers. |
| LTV | SaaS | Lifetime Value — average revenue per customer over their lifetime. |
| NRR | SaaS | Net Revenue Retention — revenue retained from existing customers (includes expansion). |
| Churn Rate | SaaS | Percentage of customers lost per period. |
| Magic Number | SaaS | SaaS efficiency: quarterly ARR growth ÷ prior-quarter S&M spend. |
| Rule of 40 | SaaS | Growth rate + profit margin should exceed 40%. |
| GMV | Marketplace | Gross Merchandise Value — total transaction value through the platform. |
| Take Rate | Marketplace | Platform's revenue as % of GMV. |
| rNPV | Biotech | Risk-adjusted Net Present Value — clinical-stage asset valuation. |
| TRL | Hardware | Technology Readiness Level — 1 (basic principles) to 9 (proven in operation). |
| Term | Symbol | Definition |
|---|---|---|
| Present Value | Current value of future cash flows: |
|
| Net Present Value | Sum of all discounted cash flows minus initial investment. | |
| Expected Value | Probability-weighted average: |
|
| Standard Normal CDF | Cumulative probability up to |
|
| Poisson Distribution | Probability of |
|
| CAPM | — | Capital Asset Pricing Model: |
| Beta | Measure of systematic risk relative to market. | |
| Alpha | Excess return over CAPM-predicted return (Jensen's alpha). | |
| Country Risk Premium | Additional return demanded for investing in a specific country. | |
| PPP | — | Purchasing Power Parity — exchange rate adjustment for inflation differentials. |
| Abbreviation | Full Name |
|---|---|
| API | Application Programming Interface |
| CAPM | Capital Asset Pricing Model |
| CI | Continuous Integration |
| CRP | Country Risk Premium |
| DCF | Discounted Cash Flow |
| IPO | Initial Public Offering |
| MCP | Model Context Protocol |
| M&A | Mergers and Acquisitions |
| OPM | Option Pricing Model |
| P/E | Price-to-Earnings ratio |
| P/S | Price-to-Sales ratio |
| PWERM | Probability-Weighted Expected Return Method |
| SAFE | Simple Agreement for Future Equity |
| SaaS | Software as a Service |
| VC | Venture Capital |
| WACC | Weighted Average Cost of Capital |
See Notation for the canonical symbol table mapping mathematics to code.
Startup Valuation Engine — MIT License
Version 1.0.2 | PyPI | GitHub
Textbook: Startup Valuation by Simon Mak
Report an issue | Contributing guide
Last synced from main repo: 2026-08-11
Start
Foundation
Core Valuation
- Core Methods ⬅ Start here for derivations
Advanced
Industry
Cross-Cutting
Learn & Apply
Reference
Contribute