analyze_revenue_concentration
Analyze revenue concentration to identify customer dependency risks. Calculate top-customer revenue share, Herfindahl-Hirschman Index, and the number of customers generating 80% of revenue.
Instructions
Pareto / revenue concentration analysis. Shows what percentage of revenue comes from the top N customers, calculates the Herfindahl-Hirschman Index (HHI), and identifies how many customers deliver 80% of revenue. High HHI indicates single-customer dependency risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toDate | No | YYYY-MM-DD (default: today) | |
| fromDate | No | YYYY-MM-DD (default: Jan 1 this year) |