{ "opencollection": "1.0.0", "info": { "name": "Aladdin Data Cloud Analytics Risk API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.blackrock.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Risk", "type": "folder" }, "items": [ { "info": { "name": "Aladdin Studio Get Portfolio Risk Analytics", "type": "http" }, "http": { "method": "GET", "url": "https://api.blackrock.com/adc/v1/portfolios/:portfolioId/risk", "params": [ { "name": "portfolioId", "value": "", "type": "path", "description": "Unique portfolio identifier" }, { "name": "asOfDate", "value": "", "type": "query", "description": "Risk calculation date in YYYY-MM-DD format" }, { "name": "model", "value": "", "type": "query", "description": "Risk model to use for calculation" } ] }, "docs": "Retrieve risk analytics for a portfolio including factor exposures, tracking error, VaR, and contribution metrics computed by Aladdin's risk engine." } ] } ], "bundled": true }