Charge
Class Description
A charge element associated with other entities such as tariff structures, auxiliary agreements or other charge elements. The total charge amount applicable to this instance of charge is the sum of fixed and variable portion.
Attributes
Name | Type | Description |
---|---|---|
fixedPortion | AccountingUnit | The fixed portion of this charge element. |
kind | ChargeKind | The kind of charge to be applied. |
variablePortion | PerCent | The variable portion of this charge element, calculated as a percentage of the total amount of a parent charge. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Charge | 0..1 | Charge | 0..* | ParentCharge | Parent of this charge sub-component. | ChildCharges | All sub-components of this complex charge. |
Charge | 0..* | ConsumptionTariffInterval | 0..* | Charges | All charges used to define this consumption tariff interval. | ConsumptionTariffIntervals | Tariff intervals to which this consumption-based charge has to be levied. |
Charge | 0..* | TimeTariffInterval | 0..* | Charges | All charges used to define this time tariff interval. | TimeTariffIntervals | Tariff intervals to which this time-based charge has to be levied. |
Charge | 0..* | AuxiliaryAccount | 0..* | Charges | All charges levied on this account. | AuxiliaryAccounts | All auxiliary accounts to which this charge has to be levied. |