ConsumptionTariffInterval
Class Description
One of a sequence of intervals defined in terms of consumption quantity of a service such as electricity, water, gas, etc. It is typically used in association with TariffProfile to define the steps or blocks in a step tariff structure, where startValue simultaneously defines the entry value of this step and the closing value of the previous step. Where consumption is >= startValue it falls within this interval and where consumption is < startValue it falls within the previous interval.
Attributes
Name | Type | Description |
---|---|---|
sequenceNumber | Integer | A sequential reference that defines the identity of this interval and its relative position with respect to other intervals in a sequence of intervals. |
startValue | Float | The lowest level of consumption that defines the starting point of this interval. The interval extends to the start of the next interval or until it is reset to the start of the first interval by TariffProfile.tariffCycle. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
ConsumptionTariffInterval | 0..* | TimeTariffInterval | 0..* | ConsumptionTariffIntervals | All consumption tariff intervals that introduce variation in this time of use tariff interval; allows to express e.g., peak hour prices that are different with different consumption blocks. | TouTariffIntervals | All time of use tariff intervals influenced by this consumption tariff interval. |
ConsumptionTariffInterval | 0..* | Charge | 0..* | ConsumptionTariffIntervals | Tariff intervals to which this consumption-based charge has to be levied. | Charges | All charges used to define this consumption tariff interval. |
ConsumptionTariffInterval | 0..* | ReadingType | 0..1 | ConsumptionTariffIntervals | All tariff intervals with consumption described by this reading type. | ReadingType | Reading type for 'startValue'. |
ConsumptionTariffInterval | 0..* | TariffProfile | 0..* | ConsumptionTariffIntervals | All consumption tariff intervals used to define this tariff profile. | TariffProfiles | All tariff profiles defined by this consumption tariff interval. |