Simple bids - Period Shift Only

Example - Valid document

ReserveBid_MarketDocument

This bid submission will result in a positive acknowledgement (A01).

<?xml version="1.0" ?>
<!-- Statnett example file - created 25.11.2024 -->
<ReserveBid_MarketDocument xmlns="urn:iec62325.351:tc57wg16:451-7:reservebiddocument:7:4">
    <mRID>36247cbe-6a29-462d-8ef1-1695edbe0863</mRID>
    <revisionNumber>1</revisionNumber>
    <type>A37</type>
    <process.processType>A47</process.processType>
    <sender_MarketParticipant.mRID codingScheme="A10">9999909919920</sender_MarketParticipant.mRID> <!-- Synthetic BSPID -->
    <sender_MarketParticipant.marketRole.type>A46</sender_MarketParticipant.marketRole.type>
    <receiver_MarketParticipant.mRID codingScheme="A01">10X1001A1001A38Y</receiver_MarketParticipant.mRID>
    <receiver_MarketParticipant.marketRole.type>A34</receiver_MarketParticipant.marketRole.type>
    <createdDateTime>2024-11-25T07:49:12Z</createdDateTime>
    <reserveBid_Period.timeInterval>
        <start>2024-11-25T09:00Z</start>
        <end>2024-11-25T09:45Z</end>
    </reserveBid_Period.timeInterval>
    <domain.mRID codingScheme="A01">10YNO-0--------C</domain.mRID> <!-- Norway -->
    <subject_MarketParticipant.mRID codingScheme="A10">9999909919920</subject_MarketParticipant.mRID> <!-- Synthetic BSPID -->
    <subject_MarketParticipant.marketRole.type>A46</subject_MarketParticipant.marketRole.type>
    <Bid_TimeSeries>
        <mRID>c38d5118-6bd6-4c7c-80a4-6a103a815c26</mRID>
        <auction.mRID>MFRR_ENERGY_ACTIVATION_MARKET</auction.mRID>
        <businessType>B74</businessType>
        <acquiring_Domain.mRID codingScheme="A01">10Y1001A1001A91G</acquiring_Domain.mRID> <!-- Nordic Market Area -->
        <connecting_Domain.mRID codingScheme="A01">10YNO-2--------T</connecting_Domain.mRID> <!-- NO2 -->
        <quantity_Measurement_Unit.name>MAW</quantity_Measurement_Unit.name>
        <currency_Unit.name>EUR</currency_Unit.name>
        <divisible>A02</divisible> <!-- For Period Shift Only this must be indivisible -->
        <status>
            <value>A06</value>
        </status>
        <registeredResource.mRID codingScheme="NNO">NOKG90901</registeredResource.mRID>	<!-- Synthetic resource object -->
        <flowDirection.direction>A02</flowDirection.direction>
        <energyPrice_Measurement_Unit.name>MWH</energyPrice_Measurement_Unit.name>
        <standard_MarketProduct.marketProductType>Z01</standard_MarketProduct.marketProductType> <!-- For Period Shift Only, this must be Z01. -->
        <Period>
            <timeInterval>
                <start>2024-11-25T09:00Z</start>
                <end>2024-11-25T09:15Z</end>
            </timeInterval>
            <resolution>PT15M</resolution>
            <Point>
                <position>1</position>
                <quantity.quantity>27</quantity.quantity> <!-- Period Shift Only bids must not contain price -->
            </Point>
        </Period>
        <Reason> <!-- Period Shift Only bids must contain at least one reason - Either Z64 or Z65 or both. -->
            <code>Z64</code> <!--  Period shift: Z64 = available for period shift at beginning of period -->
        </Reason>
        <Reason>
            <code>Z65</code> <!--  Period shift: Z65 = available for period shift at end of period -->
        </Reason>
    </Bid_TimeSeries>
</ReserveBid_MarketDocument>