v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
Auction Orders

Order Modification

Modifies an existing order.

Users can modify an existing order only when the action is in the Open state. Typically, the auction is open for order submission and modification from 09:00 CET on the day before auction day to 09:00 CET on the auction day. The logged-in user can modify an existing order in the portfolio to which they have access, and the portfolio has to be valid and have area access on gate closure. The order side can be changed as well as the price, volume and risk indicator. The user can also deactivate or activate the order.

More details about handling of orders can be found in the <a href="https://www.nordpoolgroup.com/4ad1ed/globalassets/download-center/epad/statnett-epad-auction---market-rules.pdf"> Statnett EPAD Auction Rules</a>.

Payload fields description

  • side: Buy or Sell order
  • price: price of the order in EUR/MWh. Orders may be defined in steps of 0,01 €/MW.
  • volume: quantity of the order in MW. Orders may be divided by lots of 1MW or multiples thereof.
  • riskIndicator: Hedge or Speculative according to Nasdaq terminology. The risk indicator is to be used to signal if the trade is of a hedging or speculative nature. This information will be passed on to Nasdaq if the orders are matched in the auction.
  • active: status of the order
    • true - the order is active
    • false - the order is deactivated
put/api/auctions/{auctionId}/orders/{orderId}

Path parameters

auctionIdinteger required

The auction id

orderIdinteger required

The order id

Request body

side'Buy' | 'Sell' required
pricenumber double required
volumeinteger required
riskIndicator'Hedge' | 'Speculative' required
activeboolean required

Response

OK