GASP

The Definitive Standard for SaaS Metrics

One standard for every audience — ops team, exec dashboard, board deck, investor update. Canonical definitions, exact formulas, benchmarks, and the data schemas you need to actually build the reporting — for nearly 300 SaaS metrics across 13 departments.

Try: MRR , NRR , GRR , CAC , LTV

The Problem

Ask five SaaS companies how they calculate NRR and you'll get five different answers. Is it cohort-based or formula-based? Monthly or annualized? Does "churn" include contraction? Nobody agrees — and the confusion follows you from the ops meeting to the board deck to the investor data room.

Without a standard
  • "Our NRR is 115%" (uses a non-standard formula)
  • "Churn is 3%" (logo? revenue? monthly? annual?)
  • "LTV is $50K" (based on revenue, not profit)
  • "Rule of 40: 45%" (uses revenue growth, not ARR)
With GASP
  • NRR: Cohort method preferred, trailing 12 months
  • Logo Churn: Customers lost / Beginning customers
  • LTV: (ARPA x Gross Margin) / Revenue Churn Rate
  • Rule of 40: ARR Growth Rate (YoY) + EBITDA Margin

What is GASP?

GASP (Generally Accepted SaaS Principles) is a unified reporting standard for SaaS metrics. Just as GAAP standardized financial reporting for both management and investors, GASP provides canonical definitions, formulas, measurement periods, and benchmarks for every metric a SaaS company tracks — from the ops dashboard to the board deck.

Nearly 300 Metrics 13 Departments 75 Data Schemas AI-Native (MCP) Open Standard

Inside a GASP Definition

Every metric has a canonical definition, formula, measurement period, and benchmarks

Retention

Net Revenue Retention (NRR)

Full definition →

Percentage of revenue retained from existing customers over a period, including expansion, contraction, and churn. GASP provides cohort method (preferred) and formula method.

Cohort: End MRR of Cohort / Beginning MRR of Cohort
Formula: (Beginning MRR + Expansion - Contraction - Churn) / Beginning MRR
Period: Trailing 12 months Benchmark: >110% (best-in-class) Dept: Core

From Definition to Implementation

GASP doesn't stop at "what to measure." Every metric includes the data fields, types, and SQL you need to build it.

Data Schema

NRR — Required Fields

All data requirements →
Field Type
account_idstring
mrr_startdecimal
mrr_enddecimal
expansiondecimal
contractiondecimal
churndecimal
Grain: Monthly cohort Source: Billing + CRM Frequency: Monthly
Example SQL
SELECT
  cohort_month,
  SUM(mrr_end) / SUM(mrr_start) AS nrr
FROM account_cohorts
GROUP BY 1

Could your numbers survive a board question?

Take a 5-minute assessment to find out how much your teams can trust the numbers they report — and where the gaps are.

Take the GASP Test

One Standard, Every Audience

Nearly 300 metrics across 13 departments — each with a canonical definition, formula, measurement period, and benchmarks. The same numbers in your ops dashboard, your board deck, and your investor update.

Give your AI the same metrics vocabulary your team uses — install the MCP server and query definitions, formulas, data schemas, and SQL from any AI workflow.

Try searching for:

navigateselect