-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ergon Energy's fixed quarterly GreenPower amounts are not supported by the spec #572
Comments
This issue was discussed with AER/DELWP. Below is the summary:
Based on the above, the DSB's recommendation is to not proceed with this change. If the community feels this is an important issue to consult on it can be revisited. |
So how do we compel Ergon to provide their pricing in time units that are supported by the spec? In every non-Ergon plan document, If the |
@garychapman, the data holder for Product Reference Data (PRD) is AER/DELWP as per the energy sector designation. Ergon is not required to provide PRD information. Given the issue highlighted above relates to PRD information retailers currently provide to AER, which is outside the scope of the CDR, the best way to discuss it would be to reach out to AER. Their contact details for CDR PRD issues can be found here - https://www.aer.gov.au/consumers/energy-product-reference-data |
I feel as though the pertinent point of this issue has been unfortunately missed. The issue highlighted does not actually relate to the PRD information retailers currently provide to AER. The issue highlighted relates to the fact that the spec does not cater for a specified energy plan use-case. In this instance there are plans which are designed with a green power charge of $ per quarter. The spec caters for $ per day, $ per week and $ per month, but does not cater for $ per quarter. It might seem a matter of semantics and that the data should simply be put in one of the specified boxes (e.g. $30 per quarter should be represented by $10 per month), but I would imagine that retail plan designers deliberately choose these parameters and representing them differently could actually be misleading to consumers (e.g. fee is represented as $10 per month but is then charged as a $30 quarterly amount up front). Given there are legitimate business requirements for per quarter charges, it makes sense to simply extend the ENUM to include a FIXED_PER_QUARTER value. Once in the standards, the retailers can provide the appropriate enum value to AER for the plan to be appropriately represented to consumers. Until then, ugly error-prone workarounds will be in full swing... |
Description
Ergon Energy has a number of energy plans that feature quarterly fixed GreenPower amounts.
e.g. https://cdr.energymadeeasy.gov.au/ergon/cds-au/v1/energy/plans/ERG404694RRE1@EME
There is no way to determine that the
amount
represents a fixed quarterly amount, other than by parsing thedescription
field.Change Proposed
The spec needs to be expanded to include a FIXED_PER_QUARTER
type
enum.The text was updated successfully, but these errors were encountered: