Dynamic Containment Masterdata
This file contains all dynamic containment low frequency tender results from 2-Oct-2020 to 15-Sept-2021.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
| Query example (first 5 results) |
|---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=0b8dbc3c-e05e-44a4-b855-7dd1aa079c68&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "0b8dbc3c-e05e-44a4-b855-7dd1aa079c68" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: '0b8dbc3c-e05e-44a4-b855-7dd1aa079c68', // the resource id
limit: 5 // get 5 results
};
$.ajax({
url: 'https://api.neso.energy/api/3/action/datastore_search',
data: data,
dataType: 'jsonp',
success: function(data) {
alert('Total results found: ' + data.result.total)
}
});
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=0b8dbc3c-e05e-44a4-b855-7dd1aa079c68&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Market Name
| Title | Market Name |
|---|---|
| Type | string |
| Description | Dynamic Containment Low Frequency |
| Comment | |
| Example | DC LF |
| Unit |
Delivery Date
| Title | Delivery Date |
|---|---|
| Type | date |
| Description | Date when service will be delivered |
| Comment | |
| Example | 1/9/2020 |
| Unit |
Unique bid number
| Title | Unique bid number |
|---|---|
| Type | string |
| Description | The unique bid number consisting of delivery date and unit name |
| Comment | |
| Example | 20200909 UNIT-1 |
| Unit |
Response Unit
| Title | Response Unit |
|---|---|
| Type | string |
| Description | The registered unit name |
| Comment | |
| Example | UNIT-1 |
| Unit |
Unit type
| Title | Unit Type |
|---|---|
| Type | string |
| Description | Unit can be either BM or non-BM |
| Comment | |
| Example | BM |
| Unit |
Agent/Applicant
| Title | Agent/Applicant |
|---|---|
| Type | string |
| Description | Agent's name, as per submission template |
| Comment | |
| Example | Entity A |
| Unit |
Related Entity
| Title | Related Entity |
|---|---|
| Type | string |
| Description | Related entity, as per submission template |
| Comment | |
| Example | Entity A |
| Unit |
Volume offered
| Title | Volume Offered |
|---|---|
| Type | number |
| Description | The volume that unit offered |
| Comment | |
| Example | 10 |
| Unit | MW |
Volume Accepted
| Title | Volume Accepted |
|---|---|
| Type | number |
| Description | If value shown, the bid was accepted, if 0 the unit was rejected |
| Comment | |
| Example | 10 |
| Unit | MW |
Delivery Start UTC
| Title | Delivery Start |
|---|---|
| Type | datetime |
| Description | Start of service delivery |
| Comment | |
| Example | 2020-09-17T22:00:00Z |
| Unit | UTC ISO 8601 |
Delivery End UTC
| Title | Delivery End |
|---|---|
| Type | datetime |
| Description | End of service delivery |
| Comment | |
| Example | 2020-09-18T22:00:00Z |
| Unit | UTC ISO 8601 |
Service Duration
| Title | Service Duration |
|---|---|
| Type | number |
| Description | 24 hours contract |
| Comment | |
| Example | 24 |
| Unit |
Availability Fee
| Title | Availability Fee |
|---|---|
| Type | number |
| Description | If accepted, the price the unit will be paid at |
| Comment | |
| Example | 2 |
| Unit | £ |
Total Cost
| Title | Total cost |
|---|---|
| Type | number |
| Description | if value shown, the bid was accepted, if blank, the bid was rejected |
| Comment | |
| Example | 480 |
| Unit | £ |
RTM/no RTM
| Title | RTM/no RTM |
|---|---|
| Type | string |
| Description | Units participating in the tender (1) real time metering and baseline (2) no real time metering and baseline |
| Comment | |
| Example | RTM |
| Unit |
Accepted/Rejected
| Title | Accepted/Rejected |
|---|---|
| Type | string |
| Description | Text showing if unit is rejected or accepted |
| Comment | |
| Example | Accepted |
| Unit |
Rejection code
| Title | Rejection Code |
|---|---|
| Type | number |
| Description | "If bid was rejected, one of these codes will be applied: (1) bid not beneficial against alternative cost (2) requirement met by more economical bids (3) requirement met by more economic offers. Applies only to units with no real time metering and baseline where requirement of 300 MW was met by more economical offers (4) non-compliant bid" |
| Comment | |
| Example | 1 |
| Unit |
Technology Type
| Title | Technology Type |
|---|---|
| Type | string |
| Description | Unit's technology type |
| Comment | |
| Example | Battery |
| Unit | MW |