Skip to main content

Input fields

calculatedAt : DateTime! required

Date at which the rate was calculated.

contractIdentifier : ID! required

ID linked to the contract in Kraken.

costOfEnergyReport : String

S3 path to the document that breaks the tranche rate down into individual components (e.g. Cost of Energy report).

marketName : TrancheMarketName! required

Market name for the tranche target.

periodFrom : DateTime! required

Start of the period for which the rate was calculated.

periodTo : DateTime! required

End of the period for which the rate was calculated.

pricePerUnit : String! required

Price per unit (e.g. 5 pence per KWh).

unit : TrancheRateUnit! required

Unit by which the rate is paid by (e.g: pence/KWh or pence/MWh). The API will work out the minor unit of the local currency (.e.g: pence, cents, ...).

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "calculatedAt": "1995-04-11T15:19:56.270321+00:00", "contractIdentifier": "67736629", "costOfEnergyReport": "near-must-surface-law-how", "marketName": "EV_PUBLIC_CHARGING", "periodFrom": "1989-03-01T02:50:49.640990+00:00", "periodTo": "1984-08-06T07:52:15.678153+00:00", "pricePerUnit": "agency-position-indicate-number-artist", "unit": "PER_KWH" }