Validate Clearing Data
Validate clearing data completeness for a clearing period.
Checks that: - All expected settlement days have MSCONS data - The required EDIFACT messages are present - The clearing period status allows submission
Returns a valid flag, counts of settlements/messages vs expected, and a list of human-readable issues describing any gaps found.
Documentation Index
Fetch the complete documentation index at: https://docs.engrate.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Clearing period unique identifier.
Response
Successful Response
Validation result for a clearing period, checking data completeness and consistency.
Settlement month in ISO 8601 format.
"2026-01-01"
Validated Clearing Period identifier.
Number of days expected for this settlement month.
31
List of validation issues found. Empty when valid is true.
[
"Missing settlement data for 2026-01-15",
"MSCONS message count mismatch"
]Number of EDIFACT messages processed for this period.
5
Number of daily settlement records present.
31
Current clearing period status.
"preliminary"
Whether the clearing period data passes all validation checks.