Moody's · JSON Structure

Moodys Data Buffet Series Request Structure

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

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

Properties

mnemonic freq trans startDate endDate vintage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SeriesRequest",
  "type": "object",
  "properties": {
    "mnemonic": {
      "type": "string"
    },
    "freq": {
      "type": "string"
    },
    "trans": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "vintage": {
      "type": "string"
    }
  }
}