Name |
|
Comment |
NETWORK_EQUIPMENTDETAIL Provides details on equipment that may have outages or ratings. A single piece of equipment may have multiple records if its details change. |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
ELEMENTID |
EQUIPMENTID |
EQUIPMENTTYPE |
SUBSTATIONID |
VALIDFROM |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
SUBSTATIONID |
VARCHAR(30) |
X |
ID uniquely identifying the substation this equipment is located at |
EQUIPMENTTYPE |
VARCHAR(10) |
X |
The type of equipment. Valid values are: |
EQUIPMENTID |
VARCHAR(30) |
X |
A unique identifier for this type of equipment at this substation |
VALIDFROM |
TIMESTAMP(3) |
X |
The date that this record is applies from (inclusive) |
VALIDTO |
TIMESTAMP(3) |
|
The date that this record applies until (exclusive) |
VOLTAGE |
VARCHAR(20) |
|
The voltage in KV for this equipment. |
DESCRIPTION |
VARCHAR(100) |
|
A short description for this equipment. |
LASTCHANGED |
TIMESTAMP(3) |
|
The time that this record was last changed. |
ELEMENTID |
NUMBER(15,0) |
X |
Equipment element id |
Name |
|
Comment |
NETWORK_OUTAGECONSTRAINTSET lists the Constraint Set or Sets that are expected to be invoked for the outage once it is confirmed to proceed. |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
GENCONSETID |
OUTAGEID |
Name |
Data Type |
Mandatory |
Comment |
OUTAGEID |
NUMBER(15,0) |
X |
ID uniquely identifying the outage |
GENCONSETID |
VARCHAR(50) |
X |
ID for the constraint set |
STARTINTERVAL |
DATE |
|
The dispatch interval that this constraint applies from |
ENDINTERVAL |
DATE |
|
The dispatch interval that this constraint applies until. |
Name |
|
Comment |
Lists asset owners planned outages for transmission equipment. This also includes details for transmission equipment that will not have an outage, but associated secondary equipment has an outage and a related constraint set may be invoked. This scenario is indicated by the ISSECONDARY field in the table |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
ELEMENTID |
EQUIPMENTID |
EQUIPMENTTYPE |
OUTAGEID |
STARTTIME |
SUBSTATIONID |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
OUTAGEID |
NUMBER(15,0) |
X |
ID uniquely identifying the outage |
SUBSTATIONID |
VARCHAR(30) |
X |
The substation this equipment is located at |
EQUIPMENTTYPE |
VARCHAR(10) |
X |
The type of equipment. Valid values are: |
EQUIPMENTID |
VARCHAR(30) |
X |
A unique identifier for this equipment at this substation, and based on its type |
STARTTIME |
DATE |
X |
The planned starting date and time of the outage |
ENDTIME |
DATE |
|
The planned ending date and time of the outage |
SUBMITTEDDATE |
DATE |
|
The date and time this outage was first submitted |
OUTAGESTATUSCODE |
VARCHAR(10) |
|
A code representing the status of the outage. |
RESUBMITREASON |
VARCHAR(50) |
|
Changes to an outage key details may require the outage to be resubmitted. |
RESUBMITOUTAGEID |
NUMBER(15,0) |
|
The new outage id created from a resubmit. |
RECALLTIMEDAY |
NUMBER(10,0) |
|
The recall time in minutes during the day |
RECALLTIMENIGHT |
NUMBER(10,0) |
|
The recall time in minutes during the night |
LASTCHANGED |
TIMESTAMP(3) |
|
The time that this record was last changed |
REASON |
VARCHAR2(100) |
|
The reason provided by the asset owner for this outage |
ISSECONDARY |
NUMBER(1,0) |
|
1 = The outage is for a secondary piece of equipment that has an associated constraint set. The transmission equipment is still in service. 0 = The outage is for the transmission equipment |
ACTUAL_STARTTIME |
DATE |
|
The actual starting date/time of the outage |
ACTUAL_ENDTIME |
DATE |
|
The actual ending date/time of the outage |
COMPANYREFCODE |
VARCHAR2(20) |
|
The asset owners reference code for this outage |
ELEMENTID |
NUMBER(15,0) |
X |
Equipment element id |
Name |
|
Comment |
NETWORK_OUTAGESTATUSCODE describes the different outage status codes |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
OUTAGESTATUSCODE |
Name |
Data Type |
Mandatory |
Comment |
OUTAGESTATUSCODE |
VARCHAR(10) |
X |
A code representing the status of an outage |
DESCRIPTION |
VARCHAR(100) |
|
A description of the status code |
LASTCHANGED |
DATE |
|
The time that this record was last changed |
Name |
|
Comment |
NETWORK_RATING defines a list of the equipment ratings that may be used as inputs to market constraints. |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
SPD_ID |
VALIDFROM |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
SPD_ID |
VARCHAR(21) |
X |
ID defining this data source for use in constraints |
VALIDFROM |
DATE |
X |
The date that this record is applies from (inclusive) |
VALIDTO |
DATE |
|
The date that this record applies until (exclusive) |
REGIONID |
VARCHAR(10) |
|
The region that this rating is for |
SUBSTATIONID |
VARCHAR(30) |
|
The substation the equipment is located at |
EQUIPMENTTYPE |
VARCHAR(10) |
|
The type of equipment. Valid values are: |
EQUIPMENTID |
VARCHAR(30) |
|
A unique identifier for this equipment at this substation, and based on its type |
RATINGLEVEL |
VARCHAR(10) |
|
The rating level of the value used, one of: |
ISDYNAMIC |
NUMBER(1,0) |
|
One of: |
LASTCHANGED |
DATE |
|
The time that this record was last changed |
Name |
|
Comment |
The NETWORK_REALTIMERATING table shows the equipment rating values in MVA used as inputs to constraints in the dispatch solution. This includes values for both static and dynamic ratings. The NETWORK_RATING table can be used to determine the physical equipment the rating is for based on the SPD_ID value. |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
SETTLEMENTDATE |
SPD_ID |
Name |
Data Type |
Mandatory |
Comment |
SETTLEMENTDATE |
DATE |
X |
The dispatch interval the rating applies to |
SPD_ID |
VARCHAR(21) |
X |
ID defining this data source for use in constraints |
RATINGVALUE |
NUMBER(16,6) |
X |
The defined equipment rating value in MVA |
Name |
|
Comment |
NETWORK_STATICRATING lists the static rating values that will apply for a Rating Application ID. |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
APPLICATIONID |
EQUIPMENTID |
EQUIPMENTTYPE |
RATINGLEVEL |
SUBSTATIONID |
VALIDFROM |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
SUBSTATIONID |
VARCHAR(30) |
X |
The substation the equipment is located at |
EQUIPMENTTYPE |
VARCHAR(10) |
X |
The type of equipment. Valid values are: |
EQUIPMENTID |
VARCHAR(30) |
X |
A unique identifier for this type of equipment at this substation |
RATINGLEVEL |
VARCHAR(10) |
X |
The rating level of the value used, one of: |
APPLICATIONID |
VARCHAR(20) |
X |
The applicationid which defines the application timeframes of this rating. |
VALIDFROM |
DATE |
X |
The date that this record is applies from (inclusive) |
VALIDTO |
DATE |
|
The date that this record applies until (exclusive) |
RATINGVALUE |
NUMBER(16,6) |
|
The rating value in MVA that applies. This may be positive or negative depending on which side of the nominal MW flow direction the rating value applies. |
LASTCHANGED |
DATE |
|
The time that this record was last changed. |
Name |
|
Comment |
NETWORK_SUBSTATIONDETAIL sets out the attributes of sub-stations across time |
Name |
Comment |
Value |
Visibility |
|
Public |
Name |
SUBSTATIONID |
VALIDFROM |
Name |
LASTCHANGED |
Name |
Data Type |
Mandatory |
Comment |
SUBSTATIONID |
VARCHAR(30) |
X |
ID uniquely identifying this substation |
VALIDFROM |
TIMESTAMP(3) |
X |
The record is valid from this date (inclusive) |
VALIDTO |
TIMESTAMP(3) |
|
The record is valid up until this date (exclusive) |
DESCRIPTION |
VARCHAR(100) |
|
Description of the substation |
REGIONID |
VARCHAR(10) |
|
The NEM region the substation is in |
OWNERID |
VARCHAR(30) |
|
The TNSP who is responsible for this substation |
LASTCHANGED |
TIMESTAMP(3) |
|
The time that this record was last changed. |
|
|
|