Skip to content
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

Modification of energy billing and invoicing enumeration values #419

Closed
CDR-API-Stream opened this issue Nov 3, 2021 · 3 comments
Closed
Labels

Comments

@CDR-API-Stream
Copy link
Collaborator

Description

In the recently published candidate standards for energy there were a number of enumeration fields included in the payloads. Initial values and descriptions for these enumerations were defined but these may not be comprehensive

Area Affected

Energy APIs and payloads

Change Proposed

Review the enumeration fields across the energy APIs, specifically the billing and invoicing payloads to ensure the enumeration lists are well described and comprehensive

@CDR-API-Stream CDR-API-Stream changed the title Modification of billing and invoicing enumeration values Modification of energy billing and invoicing enumeration values Nov 3, 2021
@priyaH-OriginEnergy
Copy link

Time Of Use enumeration within “usage” transactions

This field should be made optional as some C&I usage charges do not have a time band associated with the charges. For example, charges could be based on total consumption, a percentage of total consumption or another calculation method. There needs to be flexibility to be able to support these charges. If this field cannot be made optional then include “FLAT” as an enumeration value

Enumeration list for usage units & billing units

Enumeration for quantity unit

  • kWh
  • kVA
  • kVAR
  • kVARh
  • kW
  • Days
  • Meter
  • Month

Enumeration for rate unit

  • c/kWh
  • $/kVA
  • $/Day
  • c/Day
  • $/Meter
  • c/Meter
  • $/Month
  • $/kW
  • $/kVAR
  • $/kVARh
  • c/kVAR
  • c/kVARh

@CDR-API-Stream
Copy link
Collaborator Author

Thank you for your feedback @priyaH-OriginEnergy

Time Of Use enumeration within “usage” transactions

This field should be made optional as some C&I usage charges do not have a time band associated with the charges. For example, charges could be based on total consumption, a percentage of total consumption or another calculation method. There needs to be flexibility to be able to support these charges. If this field cannot be made optional then include “FLAT” as an enumeration value

At the moment we are proposing no change to the "Time Of Use" enumeration because we believe single use charges can accommodate within "onceOff" transaction.

Enumeration list for usage units & billing units

Enumeration for quantity unit

  • kWh
  • kVA
  • kVAR
  • kVARh
  • kW
  • Days
  • Meter
  • Month

Enumeration for rate unit

  • c/kWh
  • $/kVA
  • $/Day
  • c/Day
  • $/Meter
  • c/Meter
  • $/Month
  • $/kW
  • $/kVAR
  • $/kVARh
  • c/kVAR
  • c/kVARh

We will add the above ENUMs within optional fields with kVa as default for quantity unit and $/kVA as default for rate unit.

We can discuss the above changes further in implementation calls and amend the recommendation if required.

@CDR-API-Stream
Copy link
Collaborator Author

CDR-API-Stream commented Dec 23, 2021

This change was incorporated into release v1.15.0. Refer to Decision 212 for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants