-
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
Review ENUM values for representation of days in Energy Standards #502
Comments
BackgroundDuring consultation of issue 472, participants requested to have There is also an opportunity to align the representation of all Current StateCurrently, the following 1. EnergyPlanSolarFeedInTariff.timeVaryingTariffs.timeVariations "days": {
"weekdays": true,
"weekend": true
} 2. EnergyPlanTariffPeriod.demandCharges.days "days": {
"weekdays": true,
"saturday": true,
"sunday": true
} 3. EnergyPlanTariffPeriod.timeOfUseRates.timeOfUse "days": ["SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "BUSINESS_DAYS"] Solution OptionsThe DSB proposes the following options for consideration: Option 1Change only the Option 2Extend the change to convert all
ENUM ValuesThe DSB proposes the following ENUM values for days field: "days": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT", "BUSINESS_DAYS", "WEEKEND", "WEEKDAYS"] The values of individual days have been aligned to banking sector (e.g. lastWeekDay). The following additional values are proposed for flexibility:
The values would be applied to all The DSB is seeking feedback on the above options and the proposed ENUM values. |
Following feedback was received in todays (8th June) maintenance iteration call:
"days": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT", "BUSINESS_DAYS", "WEEKEND", "WEEKDAYS", "PUBLIC_HOLIDAYS"] Any further feedback is welcome. Note that this CR will be discussed during the Energy specific MI11 call scheduled on the 14th of June. |
I think
|
The DSB has confirmed with EME that their interpretation of Based on this information and feedback received during the Energy MI call on 14th June, the DSB proposes removing Below is the updated structure: "days": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT", "BUSINESS_DAYS", "PUBLIC_HOLIDAYS"] If no further feedback is recieved, the DSB will recommend the above change along with Option 2 in this comment to the Chair for approval. |
We are unclear why the definition of business days is being redefined based on a historical decision made by a single organisation. New implementers will be required to redefine their understanding of what a business day is. Additional is unclear how to exclude Public Holidays? By the current definition it is only possible to specify Mon-Fri including public holidays, public holidays or individual days. Consequently we propose |
Based on the feedback received in the last MI11 call and comments provided in this thread, "days": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT", "PUBLIC_HOLIDAYS"] The above change along with Option 2 in this #502 (comment) will be recommended to the Chair for approval. |
Description
As part of feedback on issue #472, request was made to align the ENUM values for representing 'days' within the energy technical standards.
This issue has been raised to consult on the request.
Area Affected
Energy APIs
Change Proposed
This decision proposal is currently a placeholder. The DSB will publish recommended changes to be consulted on within the Maintenance Iteration it gets prioritised for.
The text was updated successfully, but these errors were encountered: