analyze_revenue_concentration
Assess customer concentration risk across a book of revenue using the Herfindahl-Hirschman Index (HHI), top-N share and whale detection. Answers the question every acquirer asks first: how much revenue walks out with one logo?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | How many top customers to aggregate for the top-N share. Default 5. | |
| customer_mrrs | Yes | Per-customer MRR values. Order does not matter. | |
| whale_threshold_pct | No | Revenue share above which a customer counts as a whale. Default 25. |