Class Description
CRRSegment represents a segment of a CRR in a particular time frame.
The segment class contains amount, clearing price, start date and time, end date and time.
Attributes
Name | Type | Description |
---|---|---|
amount | Money | Dollar amount = quantity x clearingPrice |
clearingPrice | Money | Clearing price of a CRR |
endDateTime | DateTime | segment end date time |
quantity | Float | The MW amount associated with the CRR |
startDateTime | DateTime | segment start date time |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CongestionRevenueRight | 1 | CRRSegment | 1..* | CongestionRevenueRight | CRRSegment | ||
Pnode | 0..* | CRRSegment | 0..* | Sink | SinkCRRSegment | ||
Pnode | 0..* | CRRSegment | 0..* | Source | SourceCRRSegment |