Compute · Assess & Decide · Analysis & Finance
Compute NRR, GRR, net churn, and the Rule of 40
You get Gross Dollar Renewal Rate, Net Dollar Retention Rate, net churn rate, and the Rule-of-40 sum, each computed from your supplied revenue figures with the standard SaaS definitions.
You receive: A pure function that, given starting recurring revenue, expansion, downsell, churn, dollars eligible for renewal, dollars renewed, growth percent, and margin percent, returns GRR, NRR, net churn, the Rule-of-40 sum, and whether it clears 40.
Part of Get First Users
What's verified: STUD verifies the ratio ARITHMETIC: that GRR, NRR, net churn, and the Rule-of-40 sum are computed correctly from the inputs using the standard SaaS definitions (gross excludes expansion and caps at 100%; net includes expansion and can exceed 100%; net churn is the complement of NRR; Rule-of-40 sum is growth plus margin against 40). STUD does NOT verify that the supplied revenue figures are real or correctly extracted from the books, does NOT verify which retention definition is right for a given business, and does NOT assert that clearing the Rule of 40 is the correct goal. The Rule of 40 threshold itself is the book's stated rule of thumb (a SaaS convention, not a law); STUD only checks the math against it, not that 40 is the right bar. Definitional notes: GRR here is the gross RENEWAL rate (dollars renewed / dollars eligible for renewal), one legitimate convention, computed on a DIFFERENT base than the starting-revenue NRR returned alongside it, so the two are not a directly comparable pair and this is not the starting-ARR GRR some frameworks use. The Rule-of-40 margin is caller-chosen (free cash flow, EBITDA, or operating); STUD adds growth plus the margin as supplied and does not opine on which margin is correct, and the sum only compares across companies on the same margin basis. starting_revenue and dollars_eligible_for_renewal must be greater than 0.
Opens soon
This play is verified and ready. It opens soon, once sign-in and payments are live.
Example
A sample of what this play produces. Your result is generated for your inputs.
Inputs
An illustrative launch-scenario month for STUD.com (pre-seed soft launch): a $1,500 starting MRR book, about 40 activated buyers on the 70:25:5 Standard:Pro:Ultra plan mix. Expansion of $200 (two Standard-to-Pro upgrades at $40 each plus one Pro-to-Ultra at $120), $40 of downsell (one Pro back to Standard), and $40 of churn (two Standard logos, close to the scenario's 6% monthly logo churn) give NRR (1500 + 200 - 40 - 40) / 1500 = 1.08, the launch scenario's 108%. GRR renews $1,420 of the $1,500 eligible: 1420 / 1500 = 0.946667, expansion excluded, under the 100% cap. Net churn (40 + 40 - 200) / 1500 = -0.08 is the complement of NRR. The Rule-of-40 sum uses an illustrative 120% launch-phase growth rate and an illustrative -70% operating margin: 120 + (-70) = 50, which clears the 40 threshold. Growth and margin are illustrative targets, not reported figures; a pre-revenue Rule of 40 is directional only. Arithmetic recomputed against the tasks.py compute_nrr_grr_rule_of_40 oracle, 2026-08-08.
Get early access to STUD the day it goes live.