Help Files:

Submitted Offers

About

The Submitted Offers Table contains all the volume and price offer pairs for upwards regulation.

This shows the complete breakdown of these values and opens up API access to the figures.

Note that these figures exclude values from wind farms, nuclear and interconnectors as these realistically cannot provide offer volumes for upward dispatch.

On this chart it is possible to examine the information at the accepted/declared bids/offers at a selected group of units. By default the first 20 units on the table will be selected.

Then information about these units can be seen for those selected by using 'Pricing Unit Details' > 'See Declared Offers...'. The selected units can be changed by clicking on the cell containing the unit name without click on the link on the name itself.

Included Data

The values 'P - 1' to 'P - 5' provide the upward prices for dispatch actions and 'V -1' to 'V - 5' the upward volumes for dispatch actions based upon the following rules:

  • Total volume is capped at the volume between MEL (Max Export Limit - or availability) and the FPN (Final Physical Notification - or pre-gated planned generation).
  • Pairs declared of the same price have been grouped together, so that if the raw data is pair +1 at 100MW and £30/MWh, pair +2 at 20MW and £30/MWh and pair +3 at 30MW and £100/MWh, this is reduced to one pair at 120MW and another at 30MW to simplify the data and to avoid 'hidden' or 'missed' volumes.
  • These values are for the upwards actions only with undo actions not included.

The values for TOTAL PRICE and TOTAL VOLUME are the prices and volumes for the full available MWs between MEL and FPN. The ACCEPTED PRICE AND ACCEPTED VOLUME indicates the volumes of actually accepted activity.

Note that while by default the declared prices and volumes will be capped based upon levels of MEL declared, the option exists to show these without capping to show the list if everyone were available or to provide a list if there is a publication issue for MEL at source.

Colours Guide

The following details the colours used in this chart:

Styling Description
Unaccepted Action
Accepted Offer (Energy - £75/MWh or Less)
Accepted Offer (Energy - £75-125/MWh)
Accepted Offer (Energy - £125-200/MWh)
Accepted Offer (Energy - £200/MWh+)
Accepted Offer (System)
Increase Since 30Mins Ago
Decrease Since 30Mins Ago

Data Service

The data for the Submitted Offers can be extracted from the API. The parameters are as follows:


Code Required/Optional Description
chart Required submittedoffers
format Required The type of format. The value could be xml or csv. (See 'formats' action)
targettime Required The time selection (as in the URL on the matching charts), e.g. live or 0 to be current period or -2 to be current period minus two
capped Optional If 0 (default) will show offers capped by FPN / MEL else will show the full declared prices and volumes (capped=1)

Example :

enprompt.netareports.com/dataService?username=xxx&password=yyy&format=xml&action=data&chart=submittedoffers&targettime=0&capped=0