finance-sentiment
Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people…
Analyze SaaS company valuation compression between funding rounds. Use this skill whenever the user asks about: how much a SaaS company's valuation multiple changed between rounds, why the ARR multiple compressed or expanded, comparing a company's compression to macro
$ npx -y skills add himself65/finance-skills --skill saas-valuation-compression --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/saas-valuation-compressionContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze SaaS company valuation compression between funding rounds. Use this skill whenever the user asks about: how much a SaaS company's valuation multiple changed between rounds, why the ARR multiple compressed or expanded, comparing a company's compression to macro
name: saas-valuation-compression description: > Analyze SaaS company valuation compression between funding rounds. Use this skill whenever the user asks about: how much a SaaS company's valuation multiple changed between rounds, why the ARR multiple compressed or expanded, comparing a company's compression to macro benchmarks, or explaining what drove valuation changes for any VC-backed software company. Trigger on phrases like "valuation compression", "ARR multiple", "round-to-round valuation", "multiple change", or when the user asks to compare a company's funding rounds. Always use this skill for any multi-round SaaS valuation analysis — do not try to answer from memory alone.
For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then explain the compression (or expansion) using a structured framework that covers macro rates, growth trajectory, narrative shifts, and comparables.
Always render the output as an inline visualization (using the Visualizer tool) plus a concise prose explanation. Do not just return a wall of numbers.
---
Search for each of the following. Run searches in parallel where possible.
**For the target company:**
**For macro context:**
**For narrative context:**
For each funding round, extract or estimate:
| Field | How to get it | |---|---| | Round name | Direct from search | | Date | Direct from search | | Amount raised | Direct from search | | Post-money valuation | Direct or compute from ownership %; if unavailable, note as estimated | | ARR at round date | Search explicitly; if not found, estimate from customer count x ARPC or interpolate | | ARR multiple | `valuation / ARR` | | Lead investor | Direct |
**ARR estimation heuristics (when not public):**
For each consecutive round pair (e.g., B → C):
multiple_compression_pct = (later_multiple - earlier_multiple) / earlier_multiple × 100 valuation_growth_pct = (later_val - earlier_val) / earlier_val × 100 arr_growth_pct = (later_arr - earlier_arr) / earlier_arr × 100
Key insight: `valuation_growth = arr_growth + multiple_change` If ARR grows faster than the multiple compresses, absolute valuation still rises.
Use this checklist. For each cause, rate it: Primary / Contributing / Not applicable.
**Macro / Rate Environment**
| Period | Approx Median ARR Multiple (private) | Context | |---|---|---| | 2019 | ~8–12x | Pre-pandemic baseline | | 2020 | ~12–18x | ZIRP begins, multiple expansion | | 2021 Q1–Q3 peak | ~35–45x | Peak bubble | | 2022 H2 | ~15–20x | Rate hikes begin, first compression wave | | 2023 trough | ~8–12x | Rate plateau, valuation reset | | 2024 | ~12–18x | AI narrative recovery, selective re-rating | | 2025 H1 | ~16–22x | Continued AI-driven recovery | | 2025 H2–2026 Q1 | ~10–16x | Tariff shock / trade-war selloff begins | | **2026 Q2 (Apr meltdown)** | **~6–10x** | **Software Meltdown — broad sector crash, public SaaS down 40–86% from 52w highs** |
*(These are rough private market estimates. Public SaaS multiples are ~30–50% lower. The April 2026 figures reflect the acute selloff; private marks typically lag public by 1–2 quarters.)*
**Growth Deceleration**
**Narrative Shift**
**AI Premium (positive or negative)**
**Competitive / Market**
**Investor Supply / Demand**
Use the Visualizer tool to render:
1. **Metric cards row** — valuation at each round, ARR at each round, multiple at each round, compression % 2. **Line chart** — ARR multiple over time for the company vs macro SaaS median 3. **Bar chart** — v
This project is for educational and informational purposes only. Nothing here constitutes financial advice. Always do your own research and consult a qualified financial advisor before making investment decisions.
Repo: himself65/finance-skills
Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people…
Query Fintel (fintel.io) institutional market intelligence via the REST API at https://api.fintel.io/v1 with FINTEL_API_KEY (X-API-KEY header), or the official…
Check the current status of the Strait of Hormuz — shipping transit data, oil price impact, stranded vessels, insurance risk levels, diplomatic developments,…
Read Hyperliquid (app.hyperliquid.xyz) perp + spot market data via opencli (read-only, public info API). Use whenever the user wants Hyperliquid perpetual or…
Query TradingView market data through the bundled tradingview MCP server without a desktop app or login. Use whenever the user wants a technical analysis…
Read TradingView desktop app for market data, news, alerts, watchlists, and screener results using opencli (read-only). Use this skill whenever the user wants…