Name |
|
Comment |
MR_PEROFFER_STACK defines the accepted capacity on a period basis for the Acceptance Schedule, is a child table to MR_DayOffer_Stack and only includes records or units with accepted_capacity > 0 for the specific period. |
Once the offer cut off time has passed and as the schedule changes AEMO is obliged to accept MR capacity to meet the schedule in merit order according to the offers submitted. The relationship to a specific schedule, the merit order of submitted offers and accepted quantities for each trading interval are stored in MR_Event_Schedule, MR_DayOffer_Stack and MR_PerOffer_Stack. MR_PEROFFER_STACK reports the accepted MR capacity (Accepted_Capacity) required from each unit for each trading interval. MR_PEROFFER_STACK is sparse so lists only units with accepted capacity > 0 for that trading interval. The Deducted_Capacity field allows the tracking and implementation of participant requested reductions to accepted MR capacity to be tracked and applied. MR_PEROFFER_STACK is reported confidentially to each participant to notify acceptance of an MR offer. Source MR_PEROFFER_STACK updates are ad hoc. Volume 4800 rows per year |
Name |
Comment |
Value |
Visibility |
Data in this table is: |
Private; Public Next-Day |
Name |
MR_DATE |
PERIODID |
REGIONID |
STACK_POSITION |
VERSION_DATETIME |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
MR_DATE |
DATE |
X |
Mandatory Restriction imposition date |
REGIONID |
VARCHAR2(10) |
X |
Unique RegionID |
VERSION_DATETIME |
DATE |
X |
Allows many Period Stack versions for the one Scaling Factor stack |
STACK_POSITION |
NUMBER(3,0) |
X |
LAOF Stack order |
PERIODID |
NUMBER(3,0) |
X |
Trade Period for the MR Offer |
DUID |
VARCHAR2(10) |
|
Dispatchable Unit ID or LinkID. Only required here for CSV reports |
ACCEPTED_CAPACITY |
NUMBER(6,0) |
|
MR Capacity to be Dispatched |
DEDUCTED_CAPACITY |
NUMBER(6,0) |
|
Requested capacity reduction amount |
LASTCHANGED |
DATE |
|
Date and time the record was last inserted/modified |
|
|
|