{ "opencollection": "1.0.0", "info": { "name": "Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Scenario Analysis API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Scenario Analysis", "type": "folder" }, "items": [ { "info": { "name": "Bloomberg Buyside Enterprise Solutions Run scenario analysis", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomberg.com/analytics/v1/scenarios/analyze", "body": { "type": "json", "data": "{}" } }, "docs": "Perform what-if scenario analysis on a portfolio or set of securities by applying hypothetical changes to market variables such as interest rates, credit spreads, equity prices, or volatility." } ] } ], "bundled": true }