Moody's · JSON Structure

Moodys Data Buffet File Type Structure

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

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

Properties

code name extension description

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

JSON Structure

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