CongestionRevenueRight
Class Description
Congestion Revenue Rights (CRR) class that is inherited from a Document class.
A CRR is a financial concept that is used to hedge congestion charges.
The CRR is usually settled based on the Locational Marginal Prices (LMPs) that are calculated in the day-ahead market. These LMPs are determined by the Day-ahead resource schedules/bids. CRRs will not hedge against marginal losses. If the congestion component of LMP at the sink is greater than at the source, then the CRR owner is entitled to receive a portion of congestion revenues. If the congestion component at the sink is less than at the source, then an obligation-type CRR owner will be charged, but an option-type CRR owner will not.
Attributes
Name | Type | Description |
---|---|---|
cRRcategory | CRRCategoryType | CRR category represents 'PTP' for a point-to-point CRR, or 'NSR' for a Network Service Right. If CRR category is 'PTP', both Source ID and Sink ID fields are required. If CRR category is 'NSR' only one field, either Source ID or Sink ID, shall be not null and the other shall be null. However, the 'NSR' category will include at least three records. |
cRRtype | CRRSegmentType | Type of the CRR, from the possible type definitions in the CRR System (e.g. 'LSE', 'ETC'). |
hedgeType | CRRHedgeType | Hedge type Obligation or Option. An obligation type requires the holder to receive or pay the congestion rent. An option type gives the holder the option of receiving or paying the congestion rent. |
timeOfUse | TimeOfUse | Time of Use flag of the CRR - Peak (ON), Offpeak (OFF) or all 24 hours (24HR). |
tradeSliceID | String | Segment of the CRR described in the current record. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
CongestionRevenueRight | 0..1 | Flowgate | 0..1 | CongestionRevenueRight | Flowgate | ||
CongestionRevenueRight | 1..* | CRRMarket | 1 | CongestionRevenueRight | CRRMarket | ||
CongestionRevenueRight | 1 | CRRSegment | 1..* | CongestionRevenueRight | CRRSegment | ||
CongestionRevenueRight | 1 | CRROrgRole | 1..* | CongestionRevenueRight | CRROrgRole |