calculate_churn_rate
Compute customer or revenue churn rate for a specified period. Enter starting customers and churned count to receive churn percentage, retention rate, and annualized churn. Suitable for SaaS retention analysis.
Instructions
Compute customer or revenue churn rate over a period. Use for SaaS retention analysis. Inputs: starting customers, churned, period length. Returns churn %, retention %, and annualized rate. See list_bundles for related 'finance-universal' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_customers | Yes | Customers at period start | |
| lost_customers | Yes | Customers lost | |
| period_months | No | Period in months |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |