TariffProfile
Class Description
A schedule of charges; structure associated with Tariff that allows the definition of complex tarif structures such as step and time of use when used in conjunction with TimeTariffInterval and Charge. Inherited 'status.value' is defined in the context of the utility's business rules, for example: active, inactive, etc.
Attributes
Name | Type | Description |
---|---|---|
tariffCycle | String | The frequency at which the tariff charge schedule is repeated. Examples are: once off on a specified date and time; hourly; daily; weekly; monthly; 3-monthly; 6-monthly; 12-monthly; etc. At the end of each cycle, the business rules are reset to start from the beginning again. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
TariffProfile | 0..* | TimeTariffInterval | 0..* | TariffProfiles | All tariff profiles defined by this time tariff interval. | TimeTariffIntervals | All time tariff intervals used to define this tariff profile. |
TariffProfile | 0..* | ConsumptionTariffInterval | 0..* | TariffProfiles | All tariff profiles defined by this consumption tariff interval. | ConsumptionTariffIntervals | All consumption tariff intervals used to define this tariff profile. |
TariffProfile | 0..* | Tariff | 0..* | TariffProfiles | All tariff profiles using this tariff. | Tariffs | All tariffs defined by this tariff profile. |