{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Allocations", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions List allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/allocations", "params": [ { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "executionId", "value": "", "type": "query" }, { "name": "portfolioId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve post-trade allocations with optional filtering by date, execution, or portfolio." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Create post-trade allocation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/v1/allocations", "body": { "type": "json", "data": "{}" } }, "docs": "Allocate executed trades to one or more portfolios. Supports pro-rata, manual, and rule-based allocation methods." } ] } ], "bundled": true }