Daily Levy Rates
About
This shows the Daily Levy Rates as published by the Low Carbon Contracts company.
Included Data
The Daily Levy Rate is the result of the reconciliations of the daily CfD payments divided by the daily Eligible Demand.
Data Service
The Daily Levy Rate data can be extracted from the API to extract
the data. The parameters used as
follows:
Code |
Required/Optional |
Description |
chart |
Required |
dailylevyrate |
startdatetime |
Required |
The start date time in format YYYYMMDDHHMMSS. |
enddatetime |
Required |
The end date time in format YYYYMMDDHHMMSS. |
dailylevy |
Optional |
Defaults to 0 Daily Levy Rates. Other options are 1 (Eligible Demand), 2 (Energy Intensive Industries) and 3 (Green Excluded Electricity). |
resolution |
Required |
The type of resolution. (See 'resolutions' action). Must be daily or higher |
format |
Required |
The type of format. The value could be xml or csv
. (See 'formats' action)
|
Example :
https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=dailylevyrate&dailylevy=1&startdatetime=20180416000000&enddatetime=20180417000000&resolution=da
|
|