Moody's · Schema

Order

A data generation order created from a basket. Orders are processed asynchronously and produce downloadable output files.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
orderId string Unique identifier for the order.
basketId string The basket from which the order was generated.
status string Current processing status of the order.
fileType string The output file format for the order.
createdAt string When the order was created.
completedAt string When the order processing completed.
downloadUrl string URL to download the order output. Available only when status is Complete.
errorMessage string Error description if the order failed. Present only when status is Failed.
View JSON Schema on GitHub