{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Performance API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Performance", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions Get portfolio performance", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/portfolios/:portfolioId/performance", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for performance period" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for performance period" }, { "name": "frequency", "value": "", "type": "query", "description": "Return frequency" } ] }, "docs": "Retrieve portfolio performance metrics over a specified period, including time-weighted returns, money-weighted returns, and comparison to benchmark." }, { "info": { "name": "Bloomberg Buyside Enterprise Solutions Get performance attribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomberg.com/analytics/v1/portfolios/:portfolioId/performance/attribution", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "groupBy", "value": "", "type": "query", "description": "Dimension for attribution grouping" } ] }, "docs": "Retrieve performance attribution analysis showing the contribution of allocation, selection, and interaction effects relative to the portfolio benchmark." } ] } ], "bundled": true }