Closed rhys-ergon closed 1 year ago
Biza supports this change but would like to suggest altering the proposed enum to ALL_DAY
instead.
QLD has a demand tariff, 50A, which has an excess component.
Tariff 50A
So updating the changes required to:
ALL_DAY
to timeOfUseType
in the EnergyBillingDemandTransaction
and EnergyBillingUsageTransaction
schemasEXCESS
to timeOfUseType
in the EnergyBillingDemandTransaction
schemaThe change noted in comment https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/592#issuecomment-1575800858 have been staged and can be viewed here: https://github.com/ConsumerDataStandardsAustralia/standards-staging/commit/f37be24fba8b0d31a5373e94ba281e97900b65a8
The DSB would like to note that, despite being minor in nature, this will be considered a breaking change and should result in version increment of the following affected endpoints:
A Future Dated Obligation for version 2 of the above end points will be proposed as 01/11/2023 in alignment with tranche 3 release of the energy sector, with the retirement date for version 1 as 09/09/2024.
If there are concerns with these dates they can be discussed in a future Maintenance Iteration.
The updated changes (along with API version increments) have been staged and can be viewed here: https://github.com/ConsumerDataStandardsAustralia/standards-staging/pull/282/commits/990eb5900e1e66a78060e35ba447f269bcad6cd4
Description
QLD has demand tariffs, e.g. Tariff 44, that are charged at a flat rate, meaning there is no peak or offpeak rate. The
timeOfUseType
enum in theEnergyBillingDemandTransaction
schema doesn't have a value to map to in this situation.Area Affected
Schema -
EnergyBillingDemandTransaction
Enum -timeOfUseType
APIs -GET /energy/accounts/{accountId}/billing
andGET /energy/accounts/billing
Change Proposed
Add
ALLDAY
totimeOfUseType
in theEnergyBillingDemandTransaction
schema