2.2.10 Private Equity Region Tree
Purpose
Presents the list of regions, sub regions and countries in a “tree” view. The tree is derived from the location of companies in our private equity universe.
Endpoint
GET
/compute-service/v2/pe-comparables/region-tree
Example
Response
JSON{ "data": { "results": [ { "value": "AMR", "label": "Americas", "children": [ { "value": "NAM", "label": "Northern America", "children": [ { "value": "CAN", "label": "Canada" }, { "value": "USA", "label": "United States" } ], "popularity": 1 }, { "value": "CAM", "label": "Central America", "children": [ { "value": "MEX", "label": "Mexico" } ], "popularity": 2 }, ... ], "popularity": 1 }, { "value": "EUR", "label": "Europe", "children": [ { "value": "WEU", "label": "Western Europe", "children": [ { "value": "AUT", "label": "Austria" }, ... ], "popularity": 1 }, ... ], "popularity": 2 }, ... ] } }