Models
Finality
Market finality codes
Each market stamps the settlement level on the wire in its own vocabulary. The API maps each market’s level to a shared ladder per the table below.| Finality | DE Code |
|---|---|
preliminary | Z39 Tägliche Summenzeitreihe |
final | BK Bilanzkreisabrechnung |
The settlement data comes in different levels of "finality". Each market has its own names for these levels, and all of them map to this common ladder. When one settlement period has more than one record, use the record with the highest finality, then the latest known_at.
Available finalities
-
preliminary — The first level, sent before the market has all the data.
-
revised — The level used for corrections to the preliminary data.
-
final — The level used for settlement and invoicing.
-
correction — The level used for corrections when the final value was wrong. A correction replaces the final value.
Available options:
preliminary, revised, final, correction Example:
{ "title": "Example" }
Was this page helpful?