BlackRock · JSON Structure

Blackrock Risk Report Structure

JSON structure for risk analytics output from the Aladdin platform

Type: Properties: 0
Asset ManagementFinanceFinTechInvestment ManagementPortfolio ManagementRisk AnalyticsFortune 500

BlackRock Aladdin Risk Report Structure is a JSON Structure definition published by BlackRock.

Meta-schema:

JSON Structure

blackrock-risk-report-structure.json Raw ↑
{
  "name": "BlackRock Aladdin Risk Report Structure",
  "description": "JSON structure for risk analytics output from the Aladdin platform",
  "fields": [
    { "name": "reportId", "type": "string", "required": true },
    { "name": "portfolioId", "type": "string", "required": true },
    { "name": "asOfDate", "type": "date", "required": true },
    { "name": "currency", "type": "string", "required": false },
    { "name": "riskMetrics", "type": "object<RiskMetrics>", "required": false },
    { "name": "factorExposures", "type": "array<FactorExposure>", "required": false },
    { "name": "stressTests", "type": "array<StressTest>", "required": false }
  ]
}