{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Benchmarks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Benchmarks", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions List available benchmarks", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/benchmarks", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search by benchmark name or identifier" }, { "name": "assetClass", "value": "", "type": "query", "description": "Filter by asset class" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of available benchmarks that can be assigned to portfolios for performance comparison and attribution analysis." } ] } ], "bundled": true }