get_ltv
Calculate customer lifetime value (LTV) for a SaaS business from ARPU, gross margin, and monthly churn. Uses the canonical David Skok formula.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arpu | Yes | Average revenue per user per month (USD). | |
| gross_margin | Yes | Gross margin as a decimal (0.85 = 85%). | |
| monthly_churn | Yes | Monthly churn rate as a decimal (0.05 = 5%). |