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

Review Pricing Model & Time Zone attributes within Account Detail Payload #439

Closed
priyaH-OriginEnergy opened this issue Nov 23, 2021 · 5 comments
Labels

Comments

@priyaH-OriginEnergy
Copy link

Description

Pricing Model & Time Zone should be represented at the charge level not at the plan level

Area Affected

Energy APIs - Account Detail API

Change Proposed

Pricing Model (such as TOU, Single Rate etc.) and Time Zone for C&I customers are specific to charge categories such as usage, environmental, metering etc. and can therefore vary. These attributes are currently defined at the plan level within the Account Detail API, these should instead be defined at a charge category level

@CDR-API-Stream
Copy link
Collaborator

Given this change request was raised late during the iteration, the DSB proposes it be carried over to the next maintenance iteration.

@CDR-API-Stream
Copy link
Collaborator

@priyaH-OriginEnergy, could you provide an example use case or scenario that can help understand the problem. It will help work through solution options.

@CDR-API-Stream
Copy link
Collaborator

To help facilitate discussion, the DSB would like to summarise our understanding of the problem:

  1. A C&I customer can have an energy contract with different pricing models applied to different charges. For example, there could be environmental charges that are based on time of use whilst the usage charges could be single rate
  2. The time zone in which certain charges have the time of use threshold calculated can also be different per charge
  3. Currently, both pricing model and time zone are specified at the contract level

If the above understanding is correct, the current structure should allow representation of point 1 within the EnergyPlanTariffPeriod schema using the ‘type’ attribute to specify the charge type (e.g. ENVIRONMENTAL) and specifying rateBlockUType as timeOfUseRates.

The second point can be addressed by including an optional ‘timeZone’ attribute within EnergyPlanTariffPeriod so charge specific time zones can be provided. If absent, contract level timezone would be assumed.

@Ram-Origin
Copy link

Hi DSB,

The above statement is correct for first point and agree with the solution proposed.
With the second agree with the the proposed solution for time zone attribute.

Regards,
Ram

@CDR-API-Stream
Copy link
Collaborator

This change was incorporated into release v1.17.0. Refer to ConsumerDataStandardsAustralia/standards#237 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

3 participants