22.10.2024 13:55:00

Modification of the XSD template of RESPONSE for message-code 982

As part of today's CS OTE outage (October 22, 2024), the modification of the XSD template of RESPONSE for message-code 982 will be deployed. The following changes will be made:

  • Message 982, which informs that the results of settlements and imbalances in electricity and gas are published, will contain 2 new attributes:
    • date-from (new attribute in the RESPONSE template): Start date of the delivery interval of the settlement period.
    • date-to (new attribute in the RESPONSE template): End date of the delivery interval of the settlement period interval.
  • The attribute version will always be included in this message to identify the settlement version. The following settlement versions are included:
    • 1 – Daily Settlement DT
    • 2 – Daily Imbalance Settlement
    • 3 – Monthly Imbalance Settlement
    • 4 – Final Monthly Imbalance Settlement
    • 5 – Emergency Settlement
    • 6 – Final Monthly Evaluation of Differences from TDD
    • 11 – Monthly Gas Settlement
    • 12 – Final Monthly Gas Settlement
    • 13 – Daily IDM Gas Settlement
    • 15 – Monthly Evaluation of Differences from TDD
    • 16 – Daily IDM Settlement
    • 17 – Daily IDA Settlement

Example of Message 982 for Daily Settlement of IM

Example message:

<?xml version="1.0" encoding="UTF-8"?>
<RESPONSE xmlns="http://www.ote-cr.cz/schema/response" id="60000080088029" message-code="982" date-time="2024-01-31T11:41:49" dtd-version="1" dtd-release="1">
  <SenderIdentification id="8591824000007" coding-scheme="14"/>
  <ReceiverIdentification id="8591824000205" coding-scheme="14"/>
  <Reason code="3420" type="A03" version="16" date-from="2024-10-21" date-to="2024-10-21" result-code="M83420">(MSG3420) Settled version 16 (Daily IDM Settlement) for 21.10.2024-21.10.2024.</Reason>
</RESPONSE>

Additional Attributes in Message 982

In addition to the attributes mentioned above, message 982 will be expanded for imbalance settlement in electricity (for settlement versions 2, 3, 4, 5, 6, 15) with the attribute data-timestamp. In these settlement versions, the message will look as follows:

<RESPONSE xmlns="http://www.ote-cr.cz/schema/response" id="60000080088029" message-code="982" date-time="2024-01-31T11:41:49" dtd-version="1" dtd-release="1">
  <SenderIdentification id="8591824000007" coding-scheme="14"/>
  <ReceiverIdentification id="8591824000205" coding-scheme="14"/>
  <Reason code="3420" type="A03" result-code="M03420" version="2" date-from="2024-01-30" date-to="2024-01-30" data-timestamp="2024-01-29T11:01:17">
    (MSG3420) Settled version 2 (Daily Settlement of Imbalances) for 30.01.2024-30.01.2024.
  </Reason>
</RESPONSE>

New Attribute: data-timestamp

data-timestamp (new attribute in the RESPONSE template): the time when the specific settlement version was initiated.


We request participants to check in their automated systems that this modification is implemented.