Moody's · Schema

FrequencyInfo

Metadata about a supported data frequency.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
code string Single-character frequency code used in API parameters.
name string Human-readable frequency name.
description string Description of the frequency and its typical use cases.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-frequency-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FrequencyInfo",
  "type": "object",
  "description": "Metadata about a supported data frequency.",
  "properties": {
    "code": {
      "type": "string",
      "description": "Single-character frequency code used in API parameters."
    },
    "name": {
      "type": "string",
      "description": "Human-readable frequency name."
    },
    "description": {
      "type": "string",
      "description": "Description of the frequency and its typical use cases."
    }
  }
}