Find consolidation hotspots
find_consolidation_hotspotsRanks taxonomy segments by M&A activity by mapping each deal's parties onto their companies' segments (matching by id, then falling back to case-insensitive name), then aggregating deal count and disclosed value per segment. Deals whose parties cannot be resolved to any dataset company are counted in unmapped_deals rather than dropped, so thinly-covered segments aren't silently underrepresented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many ranked segments to return, 1-12 (there are 12 segments total). | |
| sort_by | No | Rank segments by number of deals ('deal_count') or by summed disclosed deal value ('value'). | deal_count |