EnergyTransaction
Class Description
Specifies the schedule for energy transfers between interchange areas that are necessary to satisfy the associated interchange transaction.
Attributes
Name | Type | Description |
---|---|---|
capacityBacked | Boolean | Interchange capacity flag. When the flag is set to true, it indicates a transaction is capacity backed. |
congestChargeMax | Money | Maximum congestion charges in monetary units. |
deliveryPointP | ActivePower | Delivery point active power. |
energyMin | ActivePower | Transaction minimum active power if dispatchable. |
firmInterchangeFlag | Boolean | Firm interchange flag indicates whether or not this energy transaction can be changed without potential financial consequences. |
payCongestion | Boolean | Willing to Pay congestion flag |
reason | String | Reason for energy transaction. |
receiptPointP | ActivePower | Receipt point active power. |
state | EnergyTransactionType | { Approve | Deny | Study } |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
EnergyTransaction | 0..1 | TieLine | 0..* | EnergyTransaction | A dynamic energy transaction can act as a pseudo tie line. | TieLines | A dynamic energy transaction can act as a pseudo tie line. |
EnergyTransaction | 0..* | EnergyPriceCurve | 0..* | EnergyTransactions | EnergyPriceCurves | ||
EnergyTransaction | 1..* | EnergyProduct | 1 | EnergyTransactions | The "Source" for an EnergyTransaction is an EnergyProduct which is injected into a ControlArea. Typically this is a ServicePoint. | EnergyProduct | The "Source" for an EnergyTransaction is an EnergyProduct which is injected into a ControlArea. Typically this is a ServicePoint. |
EnergyTransaction | 0..* | SubControlArea | 1 | Export_EnergyTransactions | Energy is transferred between interchange areas | Export_SubControlArea | Energy is transferred between interchange areas |
EnergyTransaction | 1 | EnergyProfile | 1..* | EnergyTransaction | An EnergyTransaction shall have at least one EnergyProfile. | EnergyProfiles | An EnergyTransaction shall have at least one EnergyProfile. |
EnergyTransaction | 1 | CurtailmentProfile | 0..* | EnergyTransaction | An EnergyTransaction may be curtailed by any of the participating entities. | CurtailmentProfiles | An EnergyTransaction may be curtailed by any of the participating entities. |
EnergyTransaction | 0..* | SubControlArea | 1 | Import_EnergyTransactions | Energy is transferred between interchange areas | Import_SubControlArea | Energy is transferred between interchange areas |
EnergyTransaction | 1 | LossProfile | 0..* | EnergyTransaction | An EnergyTransaction may have a LossProfile. | LossProfiles | An EnergyTransaction may have a LossProfile. |
EnergyTransaction | 0..1 | TransmissionReservation | 0..1 | EnergyTransaction | TransmissionReservation |