ElectricityAgreementType
Fields
The datetime the agreement was entered.
The datetime the agreement was terminated.
Bespoke rates that apply to this agreement.
Bespoke standing charges that apply to this agreement.
The characteristic values associated with the agreement.
Arguments
The datetime to check the characteristic value at.
The ID of the agreement.
Whether the agreement is revoked.
A collection of charges and associated consumption data.
Arguments
Aggregate line items according to this grouping. Note that this doesn't guarantee that the returned items will cover a particular length of time, as it will depend on how the items have been stored, whether the period had daylight savings time changes (and therefore potentially 25 hours) etc.
Timezone used for grouping.
The datetime the rates were agreed.
The deadline datetime for rescinding the agreement.
List of contracted standing charge uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary.
The time-of-use scheme for this agreement's product, if applicable.
List of contracted unit rate uplifts applicable during this agreement's duration. This is only applicable to business accounts where we may pay commission to a third-party intermediary.
The start datetime of the agreement.
The end datetime of the agreement.
Example
{
"account": AccountType,
"agreedFrom": "2008-06-15T20:34:12.524457+00:00",
"agreedTo": "1985-06-26T00:52:34.051002+00:00",
"bespokeRates": [ElectricityBespokeRate],
"bespokeStandingCharges": [ElectricityBespokeStandingCharge],
"characteristicValues": CharacteristicValueInterface,
"id": 79154075,
"isRevoked": true,
"lineItems": LineItemConnection,
"meterPoint": ElectricityMeterPointType,
"ratesAgreedAt": "2020-04-03T19:26:04.598467+00:00",
"rescissionDeadlineAt": "2024-04-05T03:44:15.330198+00:00",
"standingChargeUplifts": [ElectricityContractStandingChargeUplift],
"tariff": DayNightTariff,
"timeOfUseScheme": TimeOfUseSchemeType,
"unitRateUplifts": [ElectricityContractUnitRateUplift],
"validFrom": "1976-05-08T00:42:58.169850+00:00",
"validTo": "2022-03-31T00:48:06.636070+00:00"
}