Moody's · JSON Structure

Moodys Data Buffet Series Summary Structure

Type: object Properties: 9
Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

SeriesSummary is a JSON Structure definition published by Moody's, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

mnemonic description frequency source geography category startDate endDate hasForecast

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SeriesSummary",
  "type": "object",
  "properties": {
    "mnemonic": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "geography": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "hasForecast": {
      "type": "boolean"
    }
  }
}