Skip to main content

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

NameTypeDescription
sequenceNumberIntegerA sequential reference that defines the identity of this interval and its relative position with respect to other intervals in a sequence of intervals.
startValueFloatThe 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 ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
ConsumptionTariffInterval0..*TimeTariffInterval0..*ConsumptionTariffIntervalsAll 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.TouTariffIntervalsAll time of use tariff intervals influenced by this consumption tariff interval.
ConsumptionTariffInterval0..*Charge0..*ConsumptionTariffIntervalsTariff intervals to which this consumption-based charge has to be levied.ChargesAll charges used to define this consumption tariff interval.
ConsumptionTariffInterval0..*ReadingType0..1ConsumptionTariffIntervalsAll tariff intervals with consumption described by this reading type.ReadingTypeReading type for 'startValue'.
ConsumptionTariffInterval0..*TariffProfile0..*ConsumptionTariffIntervalsAll consumption tariff intervals used to define this tariff profile.TariffProfilesAll tariff profiles defined by this consumption tariff interval.