Moody's · JSON Structure

Moodys Data Buffet Vintage Structure

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

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

Properties

vintageDate description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Vintage",
  "type": "object",
  "properties": {
    "vintageDate": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}