MMS Data Model Report
MMS Data Model Report
DATE: 28/10/2016
MMS Data Model
_______________________________________________________________
Table of Contents
1 List of packages 2
2 Description of model MMS Data Model v4.26 Oracle2
3 Notes 3
3.1 Visibility 3
4 Package: CONFIGURATION 4
4.1 List of tables 4
4.2 Diagram: Entities: Configuration 4
4.3 Table: MMS_DATA_MODEL_AUDIT 5
5 Package: ANCILLARY_SERVICES 6
5.1 List of tables 6
5.2 Diagram: Entities: Ancillary Services 6
5.3 Table: CONTRACTAGC 7
5.4 Table: CONTRACTLOADSHED 9
5.5 Table: CONTRACTREACTIVEPOWER 11
5.6 Table: CONTRACTRESTARTSERVICES 13
5.7 Table: CONTRACTRESTARTUNITS 15
6 Package: ASOFFER 16
6.1 List of tables 16
6.2 Diagram: Entities: Ancillary Service Contracts 16
6.3 Table: OFFERAGCDATA 17
6.4 Table: OFFERASTRK 19
6.5 Table: OFFERLSHEDDATA 20
6.6 Table: OFFERRESTARTDATA 21
6.7 Table: OFFERRPOWERDATA 22
7 Package: BIDS 24
7.1 List of tables 24
7.2 Diagram: Entities: Bids 25
7.3 Table: BIDDAYOFFER 26
7.4 Table: BIDDAYOFFER_D 28
7.5 Table: BIDOFFERFILETRK 30
7.6 Table: BIDPEROFFER 32
7.7 Table: BIDPEROFFER_D 34
7.8 Table: MNSP_DAYOFFER 36
7.9 Table: MNSP_FILETRK 38
Disclaimer
This document is made available to you on the following basis:
(a) Purpose - This document is provided by the Australian Energy Market Operator Limited (AEMO) to you for
information purposes only. You are not permitted to commercialise it or any information contained in it.
(b) No Reliance or warranty - This document may be subsequently amended. AEMO does not warrant or represent
that the data or information in this document is accurate, reliable, complete or current or that it is suitable for particular
purposes. You should verify and check the accuracy, completeness, reliability and suitability of this document for any
use to which you intend to put it and seek independent expert advice before using it, or any information contained in it.
(c) Limitation of liability - To the extent permitted by law, AEMO and its advisers, consultants and other contributors to
this document (or their respective associated companies, businesses, partners, directors, officers or employees) shall
not be liable for any errors, omissions, defects or misrepresentations in the information contained in this document, or
for any loss or damage suffered by persons who use or rely on such information (including by reason of negligence,
negligent misstatement or otherwise). If any law prohibits the exclusion of such liability, AEMOs liability is limited, at
AEMOs option, to the re-supply of the information, provided that this limitation is permitted by law and is fair and
reasonable.
1 List of packages
Name Code Use
Parent
Namespa
ce
CONFIGURATION CONFIGURATION X
ANCILLARY_SERVICES ANCILLARY_SERVICES X
ASOFFER ASOFFER X
BIDS BIDS X
BILLING_CONFIG BILLING_CONFIG X
BILLING_RUN BILLING_RUN X
DEMAND_FORECASTS DEMAND_FORECASTS X
DISPATCH DISPATCH X
FORCE_MAJEURE FORCE_MAJEURE X
GD_INSTRUCT GD_INSTRUCT X
GENERIC_CONSTRAINT GENERIC_CONSTRAINT X
IRAUCTION IRAUCTION X
MARKET_CONFIG MARKET_CONFIG X
MARKET_NOTICE MARKET_NOTICE X
METER_DATA METER_DATA X
MREVENT MREVENT X
MTPASA MTPASA X
P5MIN P5MIN X
PARTICIPANT_REGISTRATION PARTICIPANT_REGISTRATION X
PRE_DISPATCH PRE_DISPATCH X
RESERVE_DATA RESERVE_DATA X
SETTLEMENT_CONFIG SETTLEMENT_CONFIG X
SETTLEMENT_DATA SETTLEMENT_DATA X
STPASA_SOLUTION STPASA_SOLUTION X
TRADING_DATA TRADING_DATA X
HISTORICAL TABLES HISTORICAL_TABLES X
PDPASA PDPASA X
PRUDENTIALS PRUDENTIALS X
MCC_DISPATCH MCC_DISPATCH X
NETWORK NETWORK X
VOLTAGE_INSTRUCTIONS VOLTAGE_INSTRUCTIONS X
Background
The MMS Data Model is the definition of the interface to participants of data published by AEMO
from the NEM system. A database conforming to the MMS Data Model can contain a local copy
of all current participant-specific data recorded in the main NEM production database. The target
databases have been called such names as the Participant Database, the Participant InfoServer
and the Replica Database.
The MMS Data Model includes database tables, indexes and primary keys. The model is currently
exposed as a physical model, so is different in presentation for each RDBMS. However, the same
logical model underlies all the physical models published by AEMO.
The MMS Data Model is the target model for products transferring data from AEMO to each
participant. Current product supplied by AEMO for data transfer is Participant Data Replication
(PDR), with some support for the superseded Parser.
Compatibility of the transfer products with the MMS Data Model is the responsibility of those
products and their configuration. AEMOs intention is to supply the data transfer products pre-
configured to deliver data consistent with the MMS Data Model, noting differences where they
occur (e.g. for historical reasons).
Entity Diagrams
The entity diagrams show the key columns. Relationships have now been included in many cases.
Note:
The National Electricity Market registration classification of Yarwun Power Station Unit 1
(dispatchable unit ID: YARWUN_1) is market non-scheduled generating unit. However, it is a
condition of the registration of this unit that the Registered Participant complies with some of the
obligations of a Scheduled Generator. This unit is dispatched as a scheduled generating unit with
respect to its dispatch offers, targets and generation outputs. Accordingly, information about
YARWUN_1 is reported as scheduled generating unit information.
3 Notes
Each table description has a Note providing some information relevant to the table.
3.1 Visibility
Visibility refers to the nature of confidentiality of data in the table. Each table has one of the
following entries, each described here.
Public: meaning all Participants have access to the data (e.g. DISPATCHPRICE).
Private, Public Next-Day: meaning the data is confidential until available for public release at
beginning of next day (i.e. 4am) (e.g. BIDDAYOFFER).
Private & Public: meaning some items are private and some are public (e.g.
MARKETNOTICES).
4 Package: CONFIGURATION
Name CONFIGURATION
Comment MMS Data Model Configuration Management and Control
MMS_DATA_MODEL_AUDIT
INSTALLATION_DATE DATE <pk>
MMSDM_VERSION VARCHAR2(20) <pk>
INSTALL_TYPE VARCHAR2(10) <pk>
SCRIPT_VERSION VARCHAR2(20)
NEM_CHANGE_NOTICE VARCHAR2(20)
PROJECT_TITLE VARCHAR2(200)
USERNAME VARCHAR2(40)
STATUS VARCHAR2(10)
4.3.1 MMS_DATA_MODEL_AUDIT
Name MMS_DATA_MODEL_AUDIT
Comment MMS_DATA_MODEL_AUDIT shows the audit trail of scripts applied to this
installation of MMS Data Model. Participants should ensure that if a
database is cloned the content of this table is copied to the target database.
4.3.2 Description
Source
Delivered within scripts comprising install or updates to the MMS Data Model
schema.
Volume
1 record is inserted per release of MMS Data Model managed product
4.3.4 Content
Name Data Type Mandat Comment
ory
INSTALLATION_DATE DATE X The date in which the changes to the
MMS Data Model were installed
MMSDM_VERSION VARCHAR2(20) X The version of MMS Data Model after the
script has been applied
INSTALL_TYPE VARCHAR2(10) X The type of the patch applied. Valid
entries are: FULL, UPGRADE, DML
SCRIPT_VERSION VARCHAR2(20) The version of the patch set to the MMS
Data Model
NEM_CHANGE_NOTIC VARCHAR2(20) The NEM Change notice for which this
E MMS Data Model applies
PROJECT_TITLE VARCHAR2(200) The name of the business project for
which these changes to the MMS Data
Model apply
USERNAME VARCHAR2(40) The USER applying this script
STATUS VARCHAR2(10) The status of the upgrade. Valid entries
are STARTED, FAILED, SUCCESS
5 Package: ANCILLARY_SERVICES
Name ANCILLARY_SERVICES
Comment Ancillary Service Contract Data
CONTRACTREACTIVEPOWER
CONTRACTID <pk>
VERSIONNO <pk>
CONTRACTLOADSHED
CONTRACTID <pk>
VERSIONNO <pk>
CONTRACTAGC
CONTRACTID <pk> <i1>
VERSIONNO <pk>
CONTRACTRESTARTSERVICES
CONTRACTRESTARTUNITS
CONTRACTID <pk>
VERSIONNO <pk> CONTRACTID <pk,fk> <i1>
VERSIONNO <pk,fk>
DUID <pk>
5.3.1 CONTRACTAGC
Name CONTRACTAGC
Comment CONTRACTAGC shows Automatic Generation Control (AGC) contract
details for each dispatchable unit. There is a separate contract for each unit.
5.3.2 Description
Source
CONTRACTAGC updates only where there is a contract variation.
5.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private
5.3.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No
STARTDATE DATE Starting Date of Contract
ENDDATE DATE End date of contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
CRR NUMBER(4,0) Control Range Raise 5 Min MW
CRL NUMBER(4,0) Control Range Lower 5 Min MW
RLPRICE NUMBER(10,2) Enabling Price in $
CCPRICE NUMBER(10,2) Compensation Cap in $
BS NUMBER(10,2) Block Size
AUTHORISEDBY VARCHAR2(15) User Name
5.4.1 CONTRACTLOADSHED
Name CONTRACTLOADSHED
Comment CONTRACTLOADSHED shows Governor contract details used in the
settlement and dispatch of this service. Note: services are dispatched as 6
and 60 raise Frequency Control Ancillary Services (FCAS). Mandatory
requirements and breakpoint details are not used for load shed.
5.4.2 Description
Source
CONTRACTLOADSHED updates only where there is a contract variation.
5.4.3 Notes
Name Comment Value
Visibility Data in this table is: Private
5.4.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
LSEPRICE NUMBER(6,2) The load shed enabling price for this
contract
MCPPRICE NUMBER(12,2) Minimum Compensation price
TENDEREDPRICE NUMBER(6,2) Price Tendered for Compensation per
Trading interval - Not used since
13/12/1998
5.5.1 CONTRACTREACTIVEPOWER
Name CONTRACTREACTIVEPOWER
Comment CONTRACTREACTIVEPOWER shows Reactive Power contract details
used in the settlement and dispatch of this service.
5.5.2 Description
Source
CONTRACTREACTIVEPOWER updates only where there is a contract variation.
5.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private
5.5.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
SYNCCOMPENSATION VARCHAR2(1) Sync Compensation Flag - Y for
SYNCCOMP
MVARAPRICE NUMBER(10,2) Availability price per MVAr of RP
absorption capability
MVAREPRICE NUMBER(10,2) Enabling price
MVARGPRICE NUMBER(10,2) Availability price per MVAr of RP
generation capability
5.6.1 CONTRACTRESTARTSERVICES
Name CONTRACTRESTARTSERVICES
Comment CONTRACTRESTARTSERVICES shows Restart Services contract details
used in the settlement and dispatch of this service.
5.6.2 Description
Source
CONTRACTRESTARTSERVICES updates only where there is a contract variation.
5.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
5.6.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
RESTARTTYPE NUMBER(1,0) Restart Type - 0 = BlackStart, 1 =
Combination, 2 = Trip To House
RCPRICE NUMBER(6,2) Availability Price
TRIPTOHOUSELEVEL NUMBER(5,0) Trip To House Level
AUTHORISEDBY VARCHAR2(15) User Name
AUTHORISEDDATE DATE Date Contract was Authorised
LASTCHANGED DATE Last date and time record changed
DEFAULT_TESTINGPA NUMBER(18,8) The NMAS default payment amount
YMENT_AMOUNT
SERVICE_START_DAT DATE The NMAS Testing Service Start Date
E
5.7.1 CONTRACTRESTARTUNITS
Name CONTRACTRESTARTUNITS
Comment CONTRACTRESTARTUNITS shows Restart units provided under a system
restart contract. A service can have multiple units.
5.7.2 Description
Source
5.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private
5.7.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Version No of contract
DUID VARCHAR2(10) X Dispatchable Unit identifier
LASTCHANGED DATE Last date and time record changed
AUTHORISEDBY VARCHAR2(15)
AUTHORISEDDATE DATE
6 Package: ASOFFER
Name ASOFFER
Comment Offer data for Ancillary Service Contracts
OFFERRPOWERDATA
OFFERASTRK
CONTRACTID <pk>
EFFECTIVEDATE <pk>
EFFECTIVEDATE <pk>
VERSIONNO <pk>
VERSIONNO <pk>
PARTICIPANTID <pk>
PERIODID <pk>
6.3.1 OFFERAGCDATA
Name OFFERAGCDATA
Comment OFFERAGCDATA shows availability reoffers of Automatic Generation
Control.
6.3.2 Description
Source
OFFERAGCDATA updates as reoffers submitted.
6.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private
6.3.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
EFFECTIVEDATE DATE X Market date of offer
VERSIONNO NUMBER(3,0) X Version no of record
AVAILABILITY NUMBER(4,0) Availability flag (0 or 1)
UPPERLIMIT NUMBER(4,0) Upper control limit. This is used by SPD.
LOWERLIMIT NUMBER(4,0) Lower control limit MW. This is used by
SPD.
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) Authorised by
FILENAME VARCHAR2(40) Name of reoffer file
6.4.1 OFFERASTRK
Name OFFERASTRK
Comment OFFERASTRK tracks successfully acknowledged ancillary service reoffers.
6.4.2 Description
Source
OFFERASTRK is updated as offers are successfully acknowledged.
6.4.3 Notes
Name Comment Value
Visibility Data in this table is: Private
6.4.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Market day starting at 4:00 am
VERSIONNO NUMBER(3,0) X Version of the offer for that date
PARTICIPANTID VARCHAR2(10) X Participant ID
FILENAME VARCHAR2(40) Submitted file name.
LASTCHANGED DATE Last changed date and time.
6.5.1 OFFERLSHEDDATA
Name OFFERLSHEDDATA
Comment OFFERLSHEDDATA shows reoffers of load shed including available load
shed quantity.
6.5.2 Description
Source
OFFERLSHEDDATA updates as reoffers process.
6.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private
6.5.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract identifier
EFFECTIVEDATE DATE X Market date of reoffer
VERSIONNO NUMBER(3,0) X Version No of reoffer
AVAILABLELOAD NUMBER(4,0) Available load
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) Authorised by
FILENAME VARCHAR2(40) Name of reoffer file
LASTCHANGED DATE Last date and time record changed
PERIODID NUMBER(3,0) X Market day trading interval number
6.6.1 OFFERRESTARTDATA
Name OFFERRESTARTDATA
Comment OFFERRESTARTDATA sets out reoffers of system restart availability.
6.6.2 Description
Source
OFFERRESTARTDATA updates as reoffers process.
6.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
6.6.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract identifier
OFFERDATE DATE X Effective date of contract
VERSIONNO NUMBER(3,0) X Version No of contract
AVAILABILITY VARCHAR2(3) Available load
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) Authorised by
FILENAME VARCHAR2(40) Name of reoffer file
LASTCHANGED DATE Last date and time record changed
PERIODID NUMBER(3,0) X Market day trading interval number
6.7.1 OFFERRPOWERDATA
Name OFFERRPOWERDATA
Comment OFFERRPOWERDATA shows reoffers of reactive power capability and
settlement measurements.
6.7.2 Description
Source
OFFERRPOWERDATA updates as reoffers process.
6.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private
6.7.7 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Version No.
EFFECTIVEDATE DATE X Contract Version No.
VERSIONNO NUMBER(3,0) X Version No. of Re-Offer
PERIODID NUMBER(3,0) X Market trading interval
AVAILABILITY NUMBER(3,0) Availability of service
MTA NUMBER(6,0) Reactive Power Absorption Capability
(MVar)
MTG NUMBER(6,0) Reactive Power Generation Capability
(MVar)
7 Package: BIDS
Name BIDS
Comment Energy and Market Based FCAS Offers
MNSP_OFFERTRK
MNSP_FILETRK
BIDOFFERFILETRK
SETTLEMENTDATE <pk>
SETTLEMENTDATE <pk>
PARTICIPANTID <pk> OFFERDATE <pk>
OFFERDATE <pk>
OFFERDATE <pk> VERSIONNO <pk>
PARTICIPANTID <pk>
FILENAME <ak> PARTICIPANTID <pk>
FILENAME <pk>
FILENAME <pk>
1:1
BIDDAYOFFER
MNSP_DAYOFFER
DUID <pk>
BIDTYPE <pk> BIDDAYOFFER_D
SETTLEMENTDATE <pk>
SETTLEMENTDATE <pk> SETTLEMENTDATE <pk> OFFERDATE <pk>
OFFERDATE <pk,fk> DUID <pk> VERSIONNO <pk>
PARTICIPANTID <fk> BIDTYPE <pk> PARTICIPANTID <pk>
LINKID <pk>
BIDPEROFFER
MNSP_PEROFFER
DUID <pk,fk> BIDPEROFFER_D SETTLEMENTDATE <pk,fk>
BIDTYPE <pk,fk>
SETTLEMENTDATE <pk,fk> OFFERDATE <pk,fk>
SETTLEMENTDATE <pk,fk>
DUID <pk,fk> VERSIONNO <pk,fk>
OFFERDATE <pk,fk>
BIDTYPE <pk,fk> PARTICIPANTID <pk,fk>
PERIODID <pk>
INTERVAL_DATETIME <pk> LINKID <pk,fk>
PERIODID <pk>
MTPASA_OFFERFILETRK
PARTICIPANTID <pk>
OFFERDATETIME <pk>
MTPASA_OFFERDATA
PARTICIPANTID <pk>
OFFERDATETIME <pk>
UNITID <pk>
EFFECTIVEDATE <pk>
7.3.1 BIDDAYOFFER
Name BIDDAYOFFER
Comment BIDDAYOFFER shows the Energy and Ancillary Service bid data for each
Market Day. BIDDAYOFFER is the parent table to BIDPEROFFER.
7.3.2 Description
The ancillary service arrangements require availability and prices for each Frequency Control
Ancillary Service to be bid on a similar basis to energy. Three tables (BIDOFFERFILETRK,
BIDDAYOFFER and BIDPEROFFER) facilitate ancillary service bidding and include energy bidding.
BIDDAYOFFER data is confidential to the submitting participant until made public after 4am the
next day.
Source
BIDDAYOFFER updates as ancillary service bids are processed. BIDDAYOFFER includes all
accepted energy and ancillary service bids.
Volume
Approximately 1,500,000 records per year
7.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
7.3.7 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable unit identifier
BIDTYPE VARCHAR2(10) X Bid Type Identifier
SETTLEMENTDATE DATE X Market date for applying the bid
7.4.1 BIDDAYOFFER_D
Name BIDDAYOFFER_D
Comment BIDDAYOFFER_D shows the public summary of the energy and FCAS
offers applicable in the Dispatch for the
intervals identified. BIDDAYOFFER_D is the parent table to
BIDPEROFFER_D.
7.4.2 Description
Source
BIDDAYOFFER_D updates as ancillary service bids are processed. BIDDAYOFFER_D shows latest
accepted energy and ancillary service bids.
Volume
Summary - approximately 1,000 rows per day
7.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
7.4.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date for which the bid applied
DUID VARCHAR2(10) X Dispatchable unit identifier
BIDTYPE VARCHAR2(10) X Bid Type Identifier
BIDSETTLEMENTDATE DATE Market date for which the bid was
submitted.
OFFERDATE DATE Offer date and time
VERSIONNO NUMBER(22,0) Version No. for given offer date
7.5.1 BIDOFFERFILETRK
Name BIDOFFERFILETRK
Comment BIDOFFERFILETRK shows an audit trail of all files submitted containing an
FCAS bid, including corrupt bids and rebids.
7.5.2 Description
The new tables support bids for multiple services. The BIDTYPE field defines the service to which the
bid applies.
There are no default bids. In the absence of a bid for a specific settlement date, the latest bid submitted
for a previous settlement date applies.
Source
This data is updated as bids are processed. It includes all bids submitted including corrupt bids.
Volume
Note
7.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private
7.5.7 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
OFFERDATE DATE X Date file offered
FILENAME VARCHAR2(80) X Submitted file name
STATUS VARCHAR2(10) Load status [SUCCESSFUL/CORRUPT]
LASTCHANGED DATE Last date and time record changed
AUTHORISEDBY VARCHAR2(20) Participant agent who created the Offer
AUTHORISEDDATE DATE When the Offer was processed -
synonymous with LastChanged
7.6.1 BIDPEROFFER
Name BIDPEROFFER
Comment BIDPEROFFER shows period-based Energy and Ancillary Service bid data.
BIDPEROFFER is a child table of BIDDAYOFFER.
7.6.2 Description
The new ancillary service arrangements require availability and prices for each Frequency Control Ancillary
Service to be bid on a similar basis to energy. Three new tables facilitate ancillary service bidding. The new
tables (BIDOFFERFILETRK, BIDDAYOFFER and BIDPEROFFER) are similar in structure to energy
bidding tables (OFFERFILETRK, DAYOFFER and PEROFFER). The significant differences with the new
tables are:
The OFFERDATE field reflects the time the bid was loaded and this field alone provides the key for
versioning of bids. The VERSIONNO field is retained for participant use as information only.
The new tables support bids for multiple services. The BIDTYPE field defines the service to which the
bid applies.
There are no default bids. In the absence of a bid for a specific settlement date, the latest bid submitted
for a previous settlement date applies.
BIDPEROFFER data is confidential to the submitting participant until made public after 4am the next day.
Source
BIDPEROFFER updates as energy and ancillary service bids are processed. BIDPEROFFER includes all
accepted energy and ancillary service bids.
Volume
Approximately 72,000,000 records per year
7.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
7.6.6 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable Unit identifier
BIDTYPE VARCHAR2(10) X Bid Type Identifier
SETTLEMENTDATE DATE X Market date starting at 04:05
OFFERDATE DATE X Offer date
PERIODID NUMBER(22,0) X Period ID
VERSIONNO NUMBER(22,0) Version number of offer
MAXAVAIL NUMBER(12,6) Maximum availability for this BidType in
this period
FIXEDLOAD NUMBER(12,6) Fixed unit output MW (Energy Bids Only)
A value of zero means no fixed load so
the unit is dispatched according to bid and
market (rather than zero fixed load)
ROCUP NUMBER(6,0) MW/min for raise (Energy Bids Only)
ROCDOWN NUMBER(6,0) MW/Min for lower (Energy Bids Only)
ENABLEMENTMIN NUMBER(6,0) Minimum Energy Output (MW) at which
this ancillary service becomes available
(AS Only)
ENABLEMENTMAX NUMBER(6,0) Maximum Energy Output (MW) at which
this ancillary service can be supplied (AS
Only)
LOWBREAKPOINT NUMBER(6,0) Minimum Energy Output (MW) at which
the unit can provide the full availability
(MAXAVAIL) for this ancillary service (AS
Only)
HIGHBREAKPOINT NUMBER(6,0) Maximum Energy Output (MW) at which
the unit can provide the full availability
(MAXAVAIL) for this ancillary service (AS
Only)
BANDAVAIL1 NUMBER(22,0) Availability at price band 1
BANDAVAIL2 NUMBER(22,0) Availability at price band 2
BANDAVAIL3 NUMBER(22,0) Availability at price band 3
BANDAVAIL4 NUMBER(22,0) Availability at price band 4
BANDAVAIL5 NUMBER(22,0) Availability at price band 5
BANDAVAIL6 NUMBER(22,0) Availability at price band 6
BANDAVAIL7 NUMBER(22,0) Availability at price band 7
BANDAVAIL8 NUMBER(22,0) Availability at price band 8
BANDAVAIL9 NUMBER(22,0) Availability at price band 9
BANDAVAIL10 NUMBER(22,0) Availability at price band 10
LASTCHANGED DATE Last date and time record changed
PASAAVAILABILITY NUMBER(12,0) Allows for future use for energy bids,
being the physical plant capability
including any capability potentially
available within 24 hours
MR_CAPACITY NUMBER(6,0) Mandatory Restriction Offer amount
7.7.1 BIDPEROFFER_D
Name BIDPEROFFER_D
Comment BIDPEROFFER_D shows the public summary of the energy and FCAS
offers applicable in the Dispatch for the
intervals identified. BIDPEROFFER_D is the child to BIDDAYOFFER_D.
7.7.2 Description
7.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
7.7.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date for which the bid applied
DUID VARCHAR2(10) X Dispatchable Unit identifier
BIDTYPE VARCHAR2(10) X Bid Type Identifier
BIDSETTLEMENTDATE DATE Market date for which the bid was
submitted
OFFERDATE DATE Offer date and time
PERIODID NUMBER(22,0) The trading interval period identifier (1-48)
VERSIONNO NUMBER(22,0) Version number of offer
MAXAVAIL NUMBER(12,6) Maximum availability for this BidType in
this period
FIXEDLOAD NUMBER(12,6) Fixed unit output MW (Energy Bids Only).
A value of zero means no fixed load so
the unit is dispatched according to bid and
market (rather than zero fixed load)
ROCUP NUMBER(6,0) MW/min for raise (Energy Bids Only)
ROCDOWN NUMBER(6,0) MW/Min for lower (Energy Bids Only)
7.8.1 MNSP_DAYOFFER
Name MNSP_DAYOFFER
Comment MNSP_DAYOFFER shows price and other non-period data pertaining to a
specific MNSP bid and Link ID to be effective from the given Settlement
Date.
MNSP_DAYOFFER is the parent table to MNSP_PEROFFER, and joins to
MNSP_OFFERTRK.
7.8.2 Description
MNSP_DAYOFFER shows own (confidential) data updates as bids are processed. All bids are
available as part of next day market data.
Volume
4, 000 per year
7.8.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
7.8.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market Date from which bid is active
OFFERDATE DATE X Offer date for bid
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data will take
precedence
PARTICIPANTID VARCHAR2(10) X Participant Identifier
LINKID VARCHAR2(10) X Identifier for each of the two MNSP
Interconnector Links. Each link pertains to
the direction from and to.
7.9.1 MNSP_FILETRK
Name MNSP_FILETRK
Comment MNSP_FILETRK shows all MNSPOFFERS transmitted to the MMS system.
7.9.2 Description
Source
MNSP_FILETRK updates for every submitted MNSP bid.
Volume
4000 per year, being one per bid containing an MNSP bid
7.9.3 Notes
Name Comment Value
Visibility Data in this table is: Private
7.9.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market Date from which bid is active
OFFERDATE DATE X The actual date and time the bid file was
submitted by the participant
PARTICIPANTID VARCHAR2(10) X Participant Identifier
FILENAME VARCHAR2(40) X File name for default bids, bids, rebids, re-
offers or meter files, as appropriate to
table
STATUS VARCHAR2(10) Load status [SUCCESSFUL/CORRUPT]
ACKFILENAME VARCHAR2(40) Acknowledge file name for bids, rebids
LASTCHANGED DATE Last date and time record changed
7.10.1 MNSP_OFFERTRK
Name MNSP_OFFERTRK
Comment MNSP_OFFERTRK records all valid MNSPOFFERS loaded into the MMS
system. The authorised date reflects the date and time of the load.
MNSP_OFFERTRK is key for tracking MNSP bid submission.
7.10.2 Description
MNSP_OFFERTRK shows own (confidential) data updates as bids are processed. All bids are
available as part of next day market data.
Volume
4000 per year
7.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
7.10.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X
OFFERDATE DATE X
VERSIONNO NUMBER(3,0) X
PARTICIPANTID VARCHAR2(10) X
FILENAME VARCHAR2(40) X
AUTHORISEDDATE DATE
AUTHORISEDBY VARCHAR2(15)
LASTCHANGED DATE
7.11.1 MNSP_PEROFFER
Name MNSP_PEROFFER
Comment MNSP_PEROFFER shows period by period availability and other period
data pertaining to a specific bid and LinkID for the given Settlement Date.
MNSP_PEROFFER is a child to MNSP_DAYOFFER and links to
MNSP_OFFERTRK.
7.11.2 Description
MNSP_PEROFFER shows own (confidential) data updates as bids are processed. All bids are
available as part of next day market data.
Volume
192, 000 per year
7.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
7.11.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market Date from which bid is active
OFFERDATE DATE X Offer date for bid
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data will take
precedence
PARTICIPANTID VARCHAR2(10) X Participant Identifier
LINKID VARCHAR2(10) X Identifier for each of the two MNSP
Interconnector Links. Each link pertains to
the direction from and to.
7.12.1 MTPASA_OFFERDATA
Name MTPASA_OFFERDATA
Comment Participant submitted Offers for MTPASA process
7.12.2 Notes
Name Comment Value
Visibility Data in this table is: Private;
7.12.5 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(20) X Unique participant identifier
OFFERDATETIME DATE X Date time file processed
UNITID VARCHAR2(20) X either duid or mnsp linkid
EFFECTIVEDATE DATE X trade date when the offer becomes
effective
ENERGY NUMBER(9) weekly energy constraint value
CAPACITY1 NUMBER(9) capacity value day 1 (sunday)
CAPACITY2 NUMBER(9) capacity value day 2 (monday)
CAPACITY3 NUMBER(9) capacity value day 3 (tuesday)
CAPACITY4 NUMBER(9) capacity value day 4 (wednesday)
CAPACITY5 NUMBER(9) capacity value day 5 (thursday)
CAPACITY6 NUMBER(9) capacity value day 6 (friday)
CAPACITY7 NUMBER(9) capacity value day 7 (saturday)
LASTCHANGED DATE timestamp when record last changed
7.13.1 MTPASA_OFFERFILETRK
Name MTPASA_OFFERFILETRK
Comment Participant submitted Offers for MTPASA process
7.13.2 Description
Source
MTPASA_OFFERFILETRK updates for every submitted MTPASA bid.
Volume
4000 per year, being one per bid containing an MTPASA bid
7.13.3 Notes
Name Comment Value
Visibility Data in this table is: Private
7.13.5 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(20) X Unique participant identifier
OFFERDATETIME DATE X Date time file processed
FILENAME VARCHAR2(200) Submitted file name
8 Package: BILLING_CONFIG
Name BILLING_CONFIG
Comment Configuration data for the Billing Process
GST_BAS_CLASS GST_TRANSACTION_TYPE
BAS_CLASS TRANSACTION_TYPE
GST_RATE GST_TRANSACTION_CLASS
EFFECTIVEDATE EFFECTIVEDATE
VERSIONNO VERSIONNO
BAS_CLASS TRANSACTION_TYPE
BAS_CLASS
BILLINGCALENDAR
CONTRACTYEAR
WEEKNO
8.3.1 BILLINGCALENDAR
Name BILLINGCALENDAR
Comment BILLINGCALENDAR sets out the billing calendar for the year, with week
number 1 starting on 1 January. BILLINGCALENDAR advises preliminary
and final statement posting date and corresponding settlement for each
billing week.
8.3.2 Description
Source
Infrequently, only when inserting billing weeks for a future contractyear.
Volume
52-53 records inserted per contractyear
8.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
8.3.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
STARTDATE DATE Start Date of week
ENDDATE DATE End Date of week
PRELIMINARYSTATEM DATE Preliminary Statement Date
ENTDATE
FINALSTATEMENTDAT DATE Final Statement Date
E
PAYMENTDATE DATE Payment Date
LASTCHANGED DATE Last date and time record changed
8.4.1 GST_BAS_CLASS
Name GST_BAS_CLASS
Comment GST_BAS_CLASS contains a static list of BAS (Business Activity
Statement) classifications supported by the MMS.
8.4.2 Description
8.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
8.4.6 Content
Name Data Type Mandat Comment
ory
BAS_CLASS VARCHAR2(30) X The BAS classification
DESCRIPTION VARCHAR2(100) Description of the BAS classification
LASTCHANGED DATE Last date and time the record changed
8.5.1 GST_RATE
Name GST_RATE
Comment GST_RATE maintains the GST rates on a BAS (Business Activity
Statement) class basis.
8.5.2 Description
8.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
8.5.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X The effective date of the data set
VERSIONNO NUMBER(3,0) X The version number of the data set
BAS_CLASS VARCHAR2(30) X The BAS classification
GST_RATE NUMBER(8,5) The GST rate that applies to this BAS
classification
LASTCHANGED DATE Last date and time the record changed
8.6.1 GST_TRANSACTION_CLASS
Name GST_TRANSACTION_CLASS
Comment GST_TRANSACTION_CLASS maps NEM settlement transaction types with
BAS (Business Activity Statement) classifications.
8.6.2 Description
Source
GST_TRANSACTION_CLASS updates infrequently, when new transactions are introduced to the
NEM.
Volume
Generally volume is fewer than one hundred records.
8.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
8.6.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X The effective date of the data set
VERSIONNO NUMBER(3,0) X The version number of the data set
TRANSACTION_TYPE VARCHAR2(30) X NEM settlement transaction type
BAS_CLASS VARCHAR2(30) X The BAS classification that the
transaction type corresponds to
LASTCHANGED DATE Last date and time the record changed
8.7.1 GST_TRANSACTION_TYPE
Name GST_TRANSACTION_TYPE
Comment GST_TRANSACTION_TYPE shows a static list of transaction types
supported by the MMS.
8.7.2 Description
8.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
8.7.6 Content
Name Data Type Mandat Comment
ory
TRANSACTION_TYPE VARCHAR2(30) X The transaction type
DESCRIPTION VARCHAR2(100) Description of the transaction type
GL_FINANCIALCODE VARCHAR2(10)
GL_TCODE VARCHAR2(15)
LASTCHANGED DATE Last date and time the record changed
9 Package: BILLING_RUN
Name BILLING_RUN
Comment Results from a published Billing Run. The settlement data and billing
run data are updated daily between 6am and 8am for AEMO's
prudential processes. In a normal week, AEMO publishes one
PRELIM, one FINAL and two REVISION runs in addition to the daily
runs.
OVERY
BILLINGAPCCOMPENSATIO BILLINGAPCCOMPENSATION shows Administered Price Cap
N (APC) compensation amounts for the billing period. Data is for each
participant by region.
BILLINGAPCRECOVERY BILLINGAPCRECOVERY shows the Administered Price Cap
(APC) Recovery for the billing period. Data is for each participant by
region.
BILLINGASPAYMENTS BILLINGASPAYMENTS shows Ancillary Service payments for each
billing period by each of the Ancillary Service types for each
participants connection points.
BILLINGASRECOVERY BILLINGASRECOVERY shows participant charges for Ancillary
Services for the billing period. This view shows the billing amounts
for Ancillary Service Recovery.
BILLINGCPDATA BILLINGCPDATA shows energy quantity and $ value purchased
per participant connection point.
BILLINGDAYTRK BILLINGDAYTRK is key for matching settlement versions with
billing runs. BILLINGDAYTRK displays the billrunnos per billing
week, and the settlement version numbers per settlement day
comprising the billrunno.
BILLINGFEES BILLINGFEES presents pool fees applied to the statement, per
billing run.
BILLINGFINANCIALADJUSTM BILLINGFINANCIALADJUSTMENTS contains any manual
ENTS adjustments included in the billing run.
BILLINGGENDATA BILLINGGENDATA shows the total energy sold and purchased per
participant transmission connection point for a billing period.
BILLINGINTERRESIDUES BILLINGINTERRESIDUES shows interregion residues payable to
NSP.
BILLINGINTRARESIDUES BILLINGINTRARESIDUES shows intra-region settlement residue
details for each Transmission Network Service Provider participant
by region.
BILLINGIRAUCSURPLUS BILLINGIRAUCSURPLUS supports the Settlements Residue
Auction, by showing the weekly billing Interconnector Residue (IR)
payments as calculated for each bill run for Network Service
Providers (NSPs) from the amount not auctioned.
BILLINGIRAUCSURPLUSSUM BILLINGIRAUCSURPLUSSUM contains Auction fees and
Settlements Residue Auction distribution that may arise from
unpurchased auction units that accrue to Transmission Network
Service Providers.
BILLINGIRFM BILLINGIRFM shows billing amounts associated with Industrial
Relations Forced Majeure events for each participant.
BILLINGIRNSPSURPLUS BILLINGIRNSPSURPLUS supports the Settlements Residue
Auction (SRA), by showing the weekly billing Interconnector
Residue (IR) payments as calculated for each bill run for
Transmission Network Service Providers (TNSP) from the amount
paid by participants (i.e. derogated amounts).
BILLINGIRNSPSURPLUSSUM BILLINGIRNSPSURPLUSSUM contains derogated payments made
to TNSPs arising from the Settlements Residue Auction process.
BILLINGIRPARTSURPLUS BILLINGIRPARTSURPLUS supports the Settlements Residue
Auction, by showing the weekly billing SRA distribution to Auction
participants by Contract Identifier.
BILLINGIRPARTSURPLUSSU BILLINGIRPARTSURPLUSSUM supports the Settlements Residue
M Auction, by showing the weekly billing SRA distribution and
associated fees to Auction participants.
BILLINGPRIORADJUSTMENT BILLINGPRIORADJUSTMENTS sets out prior period adjustments
S and associated interest inserted in subsequent Final Statements
arising from Revision Statement postings.
BILLINGREALLOC BILLINGREALLOC shows reallocation contract values in each
billing run, where participants have used reallocations.
BILLINGREALLOC_DETAIL Billing Reallocation Data aggregated by REALLOCATIONID for
each billing run over the billing week.
BILLINGIRPARTSURPLUSSUM BILLINGIRFM
BILLING_MR_RECOVERY CONTRACTYEAR NUMBER(4,0) <pk> not null
BILLINGAPCCOMPENSATION CONTRACTYEAR NUMBER(4,0) <pk> not null
CONTRACTYEAR NUMBER(4,0) <pk> not null WEEKNO NUMBER(3,0) <pk> not null WEEKNO NUMBER(3,0) <pk> not null
CONTRACTYEAR NUMBER(4,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null RESIDUEYEAR NUMBER(4,0) <pk> <i2> not null BILLRUNNO NUMBER(3,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null QUARTER NUMBER(2,0) <pk> <i2> not null PARTICIPANTID VARCHAR2(10) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null
MR_DATE DATE <pk> not null BILLRUNNO NUMBER(3,0) <pk> not null IRFMPAYMENT NUMBER(15,5) null
PARTICIPANTID VARCHAR2(10) <pk> not null
REGIONID VARCHAR2(10) <pk> not null INTERCONNECTORID VARCHAR2(10) <pk> not null LASTCHANGED DATE <i> null
REGIONID VARCHAR2(10) <pk> not null
PARTICIPANTID VARCHAR2(10) null FROMREGIONID VARCHAR2(10) <pk> not null
APCCOMPENSATION NUMBER(15,5) null
DUID VARCHAR2(10) <pk> not null PARTICIPANTID VARCHAR2(10) <pk> not null
LASTCHANGED DATE <i> null BILLINGIRAUCSURPLUS
MR_AMOUNT NUMBER(16,6) null TOTALSURPLUS NUMBER(15,5) null
LASTCHANGED DATE <i> null AUCTIONFEES NUMBER(15,5) null CONTRACTYEAR NUMBER(4,0) <pk> not null
ACTUALPAYMENT NUMBER(15,5) null WEEKNO NUMBER(2,0) <pk> not null
BILLINGINTRARESIDUES
AUCTIONFEES_GST NUMBER(15,5) null RESIDUEYEAR NUMBER(4,0) null
BILLING_MR_SUMMARY ALLOCATION NUMBER(6,3) null LASTCHANGED DATE <i1> null QUARTER NUMBER(2,0) null
CONTRACTYEAR NUMBER(4,0) <pk> not null TOTALSURPLUS NUMBER(15,5) null CSP_DEROGATION_AMOUNT NUMBER(18,8) null BILLRUNNO NUMBER(3,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null CONTRACTYEAR NUMBER(4,0) <pk> not null UNADJUSTED_IRSR NUMBER(18,8) null CONTRACTID VARCHAR2(30) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null WEEKNO NUMBER(3,0) <pk> not null PARTICIPANTID VARCHAR2(10) <pk> not null
MR_DATE DATE <pk> not null BILLRUNNO NUMBER(3,0) <pk> not null INTERCONNECTORID VARCHAR2(10) <pk> not null
REGIONID VARCHAR2(10) <pk> not null PARTICIPANTID VARCHAR2(10) <pk> not null BILLINGFEES FROMREGIONID VARCHAR2(10) <pk> not null
TOTAL_PAYMENTS NUMBER(16,6) null SURPLUSVALUE NUMBER(15,6) null TOTALRESIDUES NUMBER(15,5) null
CONTRACTYEAR NUMBER(4,0) <pk> not null
TOTAL_RECOVERY NUMBER(16,6) null LASTCHANGED DATE <i> null ADJUSTMENT NUMBER(15,5) null
WEEKNO NUMBER(3,0) <pk> not null
TOTAL_RSA NUMBER(16,6) null REGIONID VARCHAR2(10) <pk> not null LASTCHANGED DATE <i> null
BILLRUNNO NUMBER(3,0) <pk> not null
AAGE NUMBER(16,6) null
PARTICIPANTID VARCHAR2(10) <pk> <i2> not null
LASTCHANGED DATE <i> null
BILLINGREGIONEXPORTS MARKETFEEID VARCHAR2(10) <pk> not null
RATE NUMBER(15,5) null BILLING_RES_TRADER_PAYMENT
BILLINGREGIONIMPORTS CONTRACTYEAR NUMBER(4,0) <pk> not null
ENERGY NUMBER(16,6) null CONTRACTYEAR NUMBER(4) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null
CONTRACTYEAR NUMBER(4,0) <pk> not null VALUE NUMBER(15,5) null WEEKNO NUMBER(3) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null LASTCHANGED DATE <i1> null BILLRUNNO NUMBER(3) <pk> not null
REGIONID VARCHAR2(10) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null PARTICIPANTCATEGORYID VARCHAR2(10) <pk> not null CONTRACTID VARCHAR2(20) <pk> not null
EXPORTTO VARCHAR2(10) <pk> not null
REGIONID VARCHAR2(10) <pk> not null ENERGY NUMBER(16,6) null PAYMENT_TYPE VARCHAR2(40) <pk> not null
IMPORTFROM VARCHAR2(10) <pk> not null VALUE NUMBER(15,5) null PARTICIPANTID VARCHAR2(20) <pk> not null
ENERGY NUMBER(16,6) null SURPLUSENERGY NUMBER(16,6) null PAYMENT_AMOUNT NUMBER(18,8) null
VALUE NUMBER(15,5) null SURPLUSVALUE NUMBER(15,5) null
SURPLUSENERGY NUMBER(16,6) null LASTCHANGED DATE <i> null
SURPLUSVALUE NUMBER(15,5) null BILLINGINTERRESIDUES
LASTCHANGED DATE <i> null
ALLOCATION NUMBER(6,3) null
BILLINGSMELTERREDUCTION TOTALSURPLUS NUMBER(15,5) null
BILLING_APC_RECOVERY
CONTRACTYEAR NUMBER(22,0) <pk> not null INTERCONNECTORID VARCHAR2(10) <pk> not null
CONTRACTYEAR NUMBER(4) <pk> not null
WEEKNO NUMBER(22,0) <pk> not null CONTRACTYEAR NUMBER(4,0) <pk> not null
WEEKNO NUMBER(3) <pk> not null
BILLRUNNO NUMBER(22,0) <pk> not null WEEKNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3) <pk> not null
PARTICIPANTID VARCHAR2(10) <pk> <i1> not null BILLRUNNO NUMBER(3,0) <pk> not null
APEVENTID NUMBER(6) <pk> not null
RATE1 NUMBER(15,6) null PARTICIPANTID VARCHAR2(10) <pk> not null
CLAIMID NUMBER(6) <pk> not null BILLINGRUNTRK
RA1 NUMBER(15,6) null SURPLUSVALUE NUMBER(15,6) null
PARTICIPANTID VARCHAR2(20) <pk> not null
RATE2 NUMBER(15,6) null CONTRACTYEAR NUMBER(4,0) <pk> not null LASTCHANGED DATE <i> null
REGIONID VARCHAR2(20) <pk> not null
RA2 NUMBER(15,6) null WEEKNO NUMBER(3,0) <pk> not null REGIONID VARCHAR2(10) <pk> not null
RECOVERY_AMOUNT NUMBER(18,8) null
TE NUMBER(15,6) null BILLRUNNO NUMBER(3,0) <pk> not null
ELIGIBILITY_START_INTERVAL DATE null
PCSD NUMBER(15,6) null STATUS VARCHAR2(6) null
ELIGIBILITY_END_INTERVAL DATE null
LASTCHANGED DATE <i2> null ADJ_CLEARED VARCHAR2(1) null BILLINGREGIONFIGURES
PARTICIPANT_DEMAND NUMBER(18,8) null
REGION_DEMAND NUMBER(18,8) null AUTHORISEDDATE DATE null CONTRACTYEAR NUMBER(4,0) <pk> not null
LASTCHANGED DATE null AUTHORISEDBY VARCHAR2(10) null WEEKNO NUMBER(3,0) <pk> not null
POSTDATE DATE null BILLRUNNO NUMBER(3,0) <pk> not null
BILLINGREALLOC
BILLINGREALLOC_DETAIL POSTBY VARCHAR2(10) null REGIONID VARCHAR2(10) <pk> not null
CONTRACTYEAR NUMBER(4,0) <pk> not null LASTCHANGED DATE <i> null ENERGYOUT NUMBER(16,6) null
CONTRACTYEAR NUMBER(4,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null RECEIPTPOSTDATE DATE null VALUEOUT NUMBER(16,6) null
WEEKNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null RECEIPTPOSTBY VARCHAR2(10) null ENERGYPURCHASED NUMBER(16,6) null
BILLRUNNO NUMBER(3,0) <pk> not null
PARTICIPANTID VARCHAR2(10) <pk> <i1> not null PAYMENTPOSTDATE DATE null VALUEPURCHASED NUMBER(16,6) null
PARTICIPANTID VARCHAR2(10) <pk> not null
COUNTERPARTY VARCHAR2(10) <pk> not null PAYMENTPOSTBY VARCHAR2(10) null EXCESSGEN NUMBER(16,6) null
COUNTERPARTY VARCHAR2(10) <pk> not null
VALUE NUMBER(15,5) null SHORTFALL NUMBER(16,6) null RESERVETRADING NUMBER(16,6) null
REALLOCATIONID VARCHAR2(20) <pk> not null
LASTCHANGED DATE <i2> null MAKEUP NUMBER(15,5) null INTCOMPO NUMBER(16,6) null
VALUE NUMBER(15,5) null
ADMINPRICECOMPO NUMBER(16,6) null
LASTCHANGED DATE <i> null
SETTSURPLUS NUMBER(16,6) null
BILLING_APC_COMPENSATION BILLING_MR_PAYMENT ASPAYMENT NUMBER(16,6) null
BILLING_GST_DETAIL
POOLFEES NUMBER(16,6) null
CONTRACTYEAR NUMBER(4) <pk> not null CONTRACTYEAR NUMBER(4,0) <pk> not null
CONTRACTYEAR NUMBER(4,0) <pk> not null LASTCHANGED DATE <i> null
WEEKNO NUMBER(3) <pk> not null WEEKNO NUMBER(3,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3) <pk> not null BILLRUNNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null
APEVENTID NUMBER(6) <pk> not null MR_DATE DATE <pk> not null
PARTICIPANTID VARCHAR2(10) <pk> not null
REGIONID VARCHAR2(10) <pk> not null BILLING_RES_TRADER_RECOVERY
CLAIMID NUMBER(6) <pk> not null BAS_CLASS VARCHAR2(30) <pk> not null
PARTICIPANTID VARCHAR2(20) null PARTICIPANTID VARCHAR2(10) null CONTRACTYEAR NUMBER(4) <pk> not null
TRANSACTION_TYPE VARCHAR2(30) <pk> not null
COMPENSATION_AMOUNT NUMBER(18,8) null DUID VARCHAR2(10) <pk> not null WEEKNO NUMBER(3) <pk> not null
GST_EXCLUSIVE_AMOUNT NUMBER(15,5) null
EVENT_TYPE VARCHAR2(20) null MR_AMOUNT NUMBER(16,6) null BILLRUNNO NUMBER(3) <pk> not null
GST_AMOUNT NUMBER(15,5) null
COMPENSATION_TYPE VARCHAR2(20) null LASTCHANGED DATE <i> null REGIONID VARCHAR2(20) <pk> not null
LASTCHANGED DATE <i> null
LASTCHANGED DATE null PARTICIPANTID VARCHAR2(20) <pk> not null
RECOVERY_AMOUNT NUMBER(18,8) null
BILLING_CO2E_PUBLICATION BILLING_CO2E_PUBLICATION_TRK
BILLING_DIRECTION_RECON_OTHER
CONTRACTYEAR NUMBER(4) <pk> <i> not null
CONTRACTYEAR NUMBER(4) <pk> <i> not null CONTRACTYEAR NUMBER(4) <pk> <i> not null
WEEKNO NUMBER(3) <pk> <i> not null
WEEKNO NUMBER(3) <pk> <i> not null WEEKNO NUMBER(3) <pk> <i> not null
BILLRUNNO NUMBER(3) null
BILLRUNNO NUMBER(3) not null BILLRUNNO NUMBER(3) <pk> <i> not null
LASTCHANGED DATE null
SETTLEMENTDATE DATE <pk> <i> not null DIRECTION_ID VARCHAR2(20) <pk> <i> not null
REGIONID VARCHAR(20) <pk> <i> not null REGIONID VARCHAR2(20) <pk> <i> not null
SENTOUTENERGY NUMBER(18,8) null DIRECTION_DESC VARCHAR2(200) null
GENERATOREMISSIONS NUMBER(18,8) null DIRECTION_TYPE_ID VARCHAR2(20) null
INTENSITYINDEX NUMBER(18,8) null DIRECTION_START_DATE DATE null
DIRECTION_END_DATE DATE null
DIRECTION_START_INTERVAL DATE null
DIRECTION_END_INTERVAL DATE null
BILLING_NMAS_TST_PAYMENTS BILLING_NMAS_TST_RECOVERY COMPENSATION_AMOUNT NUMBER(18,8) null
CONTRACTYEAR NUMBER(4,0) <pk> not null CONTRACTYEAR NUMBER(4,0) <pk> not null INTEREST_AMOUNT NUMBER(18,8) null
WEEKNO NUMBER(3,0) <pk> not null WEEKNO NUMBER(3,0) <pk> not null INDEPENDENT_EXPERT_FEE NUMBER(18,8) null
BILLRUNNO NUMBER(3,0) <pk> not null BILLRUNNO NUMBER(3,0) <pk> not null CRA NUMBER(18,8) null
PARTICIPANTID VARCHAR(20) <pk> not null PARTICIPANTID VARCHAR(20) <pk> not null REGIONAL_CUSTOMER_ENERGY NUMBER(18,8) null
SERVICE VARCHAR(10) <pk> not null SERVICE VARCHAR(10) <pk> not null REGIONAL_GENERATOR_ENERGY NUMBER(18,8) null
CONTRACTID VARCHAR(10) <pk> not null CONTRACTID VARCHAR(10) <pk> not null REGIONAL_BENEFIT_FACTOR NUMBER(18,8) null
PAYMENT_AMOUNT NUMBER(18,8) null REGIONID VARCHAR(10) <pk> not null
RBF NUMBER(18,8) null
TEST_PAYMENT NUMBER(18,8) null
BILLING_NMAS_TST_RECVRY_RBF
RECOVERY_START_DATE DATE null
CONTRACTYEAR NUMBER(4,0) <pk> not null RECOVERY_END_DATE DATE null
WEEKNO NUMBER(3,0) <pk> not null PARTICIPANT_ENERGY NUMBER(18,8) null
BILLRUNNO NUMBER(3,0) <pk> not null REGION_ENERGY NUMBER(18,8) null
SERVICE VARCHAR(10) <pk> not null NEM_ENERGY NUMBER(18,8) null
CONTRACTID VARCHAR(10) <pk> not null CUSTOMER_PROPORTION NUMBER(18,8) null
REGIONID VARCHAR(10) <pk> not null GENERATOR_PROPORTION NUMBER(18,8) null
RBF NUMBER(18,8) null PARTICIPANT_GENERATION NUMBER(18,8) null
PAYMENT_AMOUNT NUMBER(18,8) null NEM_GENERATION NUMBER(18,8) null
RECOVERY_AMOUNT NUMBER(18,8) null RECOVERY_AMOUNT NUMBER(18,8) null
LASTCHANGED DATE <i> null LASTCHANGED DATE <i> null
BILLING_NMAS_TST_RECVRY_TRK
CONTRACTYEAR NUMBER(4,0) <pk> not null
WEEKNO NUMBER(3,0) <pk> not null
BILLRUNNO NUMBER(3,0) <pk> not null
RECOVERY_CONTRACTYEAR NUMBER(4,0) <pk> not null
RECOVERY_WEEKNO NUMBER(3,0) <pk> not null
RECOVERY_BILLRUNNO NUMBER(3,0) <pk> not null
9.3.1 BILLING_APC_COMPENSATION
Name BILLING_APC_COMPENSATION
Comment Billing result table for APC compensation payments.
9.3.2 Description
9.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.3.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week number
BILLRUNNO NUMBER(3) X Billing run number
APEVENTID NUMBER(6) X AP Event Id
CLAIMID NUMBER(6) X AP Event Claim Id
PARTICIPANTID VARCHAR2(20) Participant identifier
COMPENSATION_AMO NUMBER(18,8) Payment amount to the participant
UNT
EVENT_TYPE VARCHAR2(20) The Administered Price Event Type. Valid
values: ENERGY, FCAS, BOTH
COMPENSATION_TYPE VARCHAR2(20) The Type of Administered Price
Compensation Claim. Valid values:
DIRECT_COST, OTHER_COST
LASTCHANGED DATE The date and time of last changed record
9.4.1 BILLING_APC_RECOVERY
Name BILLING_APC_RECOVERY
Comment Billing result table for recovery of APC compensation payments
9.4.2 Description
9.4.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.4.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week number
BILLRUNNO NUMBER(3) X Billing run number
APEVENTID NUMBER(6) X AP Event Id
CLAIMID NUMBER(6) X AP Event Claim Id
PARTICIPANTID VARCHAR2(20) X Participant identifier
REGIONID VARCHAR2(20) X Region Identifier
RECOVERY_AMOUNT NUMBER(18,8) Recovery amount attributable to the
participant in that region
ELIGIBILITY_START_IN DATE The starting half hourly interval for the
TERVAL eligibility period for recovery of APC
Payment
ELIGIBILITY_END_INTE DATE The ending half hourly interval for the
RVAL eligibility period for recovery of APC
Payment
PARTICIPANT_DEMAN NUMBER(18,8) The participant demand in the cost
D recovery region
REGION_DEMAND NUMBER(18,8) The sum of demand of all participants in
the cost recovery region (Region Sum)
LASTCHANGED DATE The date and time of last changed record
9.5.1 BILLING_CO2E_PUBLICATION
Name BILLING_CO2E_PUBLICATION
Comment Carbon Dioxide Intensity Index publication table
9.5.2 Notes
Name Comment Value
Visibility Data in this table is: Public
9.5.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week no
BILLRUNNO NUMBER(3) X Billing run no
SETTLEMENTDATE DATE X Settlement Date (Calendar)
REGIONID VARCHAR(20) X Region identifier
SENTOUTENERGY NUMBER(18,8) Total sent out energy for region (MWh)
GENERATOREMISSION NUMBER(18,8) Total generator emissions for region
S (Co2-e)
INTENSITYINDEX NUMBER(18,8) Carbon Dioxide Intensity index for region
(CO2-e/MWh)
9.6.1 BILLING_CO2E_PUBLICATION_TRK
Name BILLING_CO2E_PUBLICATION_TRK
Comment Carbon Dioxide Intensity Index publication tracking table
9.6.2 Notes
Name Comment Value
Visibility Data in this table is: Public
9.6.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week no
BILLRUNNO NUMBER(3) Billing run no
LASTCHANGED DATE Last changed date time
9.7.1 BILLING_DAILY_ENERGY_SUMMARY
Name BILLING_DAILY_ENERGY_SUMMARY
Comment Billing result table containing daily summary data for customer and
generator energy amounts
9.7.2 Description
Source
Populated by the posting of a billing run.
Volume
Approximately 20 records per billrunno.
9.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.7.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Billing Contract Year
WEEKNO NUMBER(3,0) X Billing Week number
BILLRUNNO NUMBER(3,0) X Billing Run number
SETTLEMENTDATE DATE X settlement date
PARTICIPANTID VARCHAR2(20) X participant identifier
REGIONID VARCHAR2(20) X Unique Region Identifier
CUSTOMER_ENERGY_ NUMBER(18,8) customer energy amount purchased on
PURCHASED this settlement day by the participant in
the region
GENERATOR_ENERGY NUMBER(18,8) generator energy amount sold on this
_SOLD settlement day by the participant in the
region
GENERATOR_ENERGY NUMBER(18,8) generator energy amount purchased on
_PURCHASED this settlement day by the participant in
the region
9.8.1 BILLING_DIRECTION_RECON_OTHER
Name BILLING_DIRECTION_RECON_OTHER
Comment Billing reconciliation result table for both provisional and final directions
9.8.2 Notes
Name Comment Value
Visibility Data in this table is: Public
9.8.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week no
BILLRUNNO NUMBER(3) X Billing run no
DIRECTION_ID VARCHAR2(20) X Direction identifier
REGIONID VARCHAR2(20) X Region Identifier
DIRECTION_DESC VARCHAR2(200) Direction description
DIRECTION_TYPE_ID VARCHAR2(20) The service for which the direction
occurred (ENERGY, ANCILLARY,
NON_ENERGY_NON_AS, etc)
DIRECTION_START_DA DATE Settlement day on which the direction
TE starts
DIRECTION_END_DAT DATE Settlement day on which the direction
E ends. The same value for all regions
DIRECTION_START_IN DATE Dispatch interval in which the direction
TERVAL starts. The same value for all regions
DIRECTION_END_INTE DATE Dispatch interval in which the direction
RVAL ends. The same value for all regions
COMPENSATION_AMO NUMBER(18,8) The final compensation amount for the
UNT direction. The same value for all regions
INTEREST_AMOUNT NUMBER(18,8) The interest amount calculated on the
final compensation amount for the
direction. The same value for all regions
9.9.1 BILLING_DIRECTION_RECONCILIATN
Name BILLING_DIRECTION_RECONCILIATN
Comment Billing reconciliation result table for both provisional and final directions
using the FPP methodology (prior to 1st July 2011)
9.9.2 Description
Source
BILLING_DIRECTION_RECONCILIATN is populated by the posting of a billing run.
Volume
One record inserted per direction per billing run, or 11 records inserted per week. Presently
9.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.9.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week no
BILLRUNNO NUMBER(3) X Billing run no
DIRECTION_ID VARCHAR2(20) X Direction identifier
DIRECTION_DESC VARCHAR2(200) Direction description
DIRECTION_START_DA DATE Direction start date time
TE
DIRECTION_END_DAT DATE Direction end date time
E
COMPENSATION_AMO NUMBER(16,6) Direction compensation amount
UNT
INDEPENDENT_EXPER NUMBER(16,6) Independent expert fee charged on
T_FEE calculating direction compensation
amount
INTEREST_AMOUNT NUMBER(16,6) Interest occurred on direction
compensation amount
CRA NUMBER(16,6) Direction compensation recovery amount
9.10.1 BILLING_GST_DETAIL
Name BILLING_GST_DETAIL
Comment BILLING_GST_DETAIL shows the BAS class, GST_Exclusive and GST
amount (if any) attributable to a participant for each transaction type.
9.10.2 Description
Source
Populated by the posting of a billing run.
Volume
Approximately 20 records are inserted per billrunno, or about 220 records inserted per week.
9.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.10.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
BAS_CLASS VARCHAR2(30) X The BAS classification that the
transaction type belongs to.
TRANSACTION_TYPE VARCHAR2(30) X The transaction type (e.g.
CUSTOMER_ENERGY_PURCHASES)
GST_EXCLUSIVE_AMO NUMBER(15,5) The GST exclusive amount paid by/to the
9.11.1 BILLING_GST_SUMMARY
Name BILLING_GST_SUMMARY
Comment BILLING_GST_SUMMARY shows the GST_Exclusive and GST amount (if
any) attributable to a participant for each BAS class.
9.11.2 Description
Source
Populated by the posting of a billing run.
Volume
Approximately 5 records are inserted per billrunno, or about 55 records inserted per week.
9.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.11.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
BAS_CLASS VARCHAR2(30) X The BAS classification
GST_EXCLUSIVE_AMO NUMBER(15,5) The GST exclusive amount paid by/to the
UNT participant to/by AEMO for this BAS
classification.
GST_AMOUNT NUMBER(15,5) The GST amount for this BAS
classification.
9.12.1 BILLING_MR_PAYMENT
Name BILLING_MR_PAYMENT
Comment BILLING_MR_PAYMENT shows aggregate payments on a dispatchable
unit/MR Event basis for accepted MR capacity
9.12.2 Description
Source
Ad hoc - MR events only.
Volume
3500 rows per year
9.12.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.12.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Billing Contract Year
WEEKNO NUMBER(3,0) X Billing Week number
BILLRUNNO NUMBER(3,0) X Billing Run number
MR_DATE DATE X Trading Date of Mandatory Restriction
event; Mandatory Restriction imposition
date
REGIONID VARCHAR2(10) X Unique Region Identifier
PARTICIPANTID VARCHAR2(10) Unique Participant identifier
DUID VARCHAR2(10) X Unique identifier for DUID / MNSP LinkID
MR_AMOUNT NUMBER(16,6) Payment amount by AEMO
LASTCHANGED DATE Date/Time record inserted/modified
9.13.1 BILLING_MR_RECOVERY
Name BILLING_MR_RECOVERY
Comment BILLING_MR_RECOVERY shows aggregate recovery charges on a
dispatchable unit / MR Event basis for spot market income from dispatch of
MR capacity.
9.13.2 Description
Source
Ad hoc - MR events only.
Volume
3500 rows per year
9.13.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.13.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Billing Contract Year
WEEKNO NUMBER(3,0) X Billing Week number
BILLRUNNO NUMBER(3,0) X Billing Run number
MR_DATE DATE X Trading Date of Mandatory Restriction
event; Mandatory Restriction imposition
date
REGIONID VARCHAR2(10) X Unique Region Identifier
PARTICIPANTID VARCHAR2(10) Unique Participant identifier
DUID VARCHAR2(10) X Unique identifier for DUID / MNSP LinkID
MR_AMOUNT NUMBER(16,6) Payment amount to AEMO
LASTCHANGED DATE Date/Time record inserted/modified
9.14.1 BILLING_MR_SHORTFALL
Name BILLING_MR_SHORTFALL
Comment BILLING_MR_SHORTFALL shows aggregate MR shortfall payments (or
recovery charges) to each participant in the region for the MR event.
9.14.2 Description
Source
Ad hoc - MR events only.
Volume
400 rows per year.
9.14.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.14.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Billing Contract Year
WEEKNO NUMBER(3,0) X Billing Week number
BILLRUNNO NUMBER(3,0) X Billing Run number
MR_DATE DATE X Trading Date of Mandatory Restriction
event; Mandatory Restriction imposition
date
REGIONID VARCHAR2(10) X Unique Region Identifier
PARTICIPANTID VARCHAR2(10) X Unique Participant Identifier
AGE NUMBER(16,6) The adjusted gross energy for the market
customer in the restricted region for the
duration of the mandatory restriction
event (MWh)
9.15.1 BILLING_MR_SUMMARY
Name BILLING_MR_SUMMARY
Comment BILLING_MR_SUMMARY shows aggregate payment/recovery and shortfall
figures for an MR Event.
9.15.2 Description
Source
Ad hoc - MR events only.
Volume
200 rows per year.
9.15.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.15.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Billing Contract Year
WEEKNO NUMBER(3,0) X Billing Week number
BILLRUNNO NUMBER(3,0) X Billing Run number
MR_DATE DATE X Trading Date of Mandatory Restriction
event; Mandatory Restriction imposition
date
REGIONID VARCHAR2(10) X Unique Region Identifier
TOTAL_PAYMENTS NUMBER(16,6) Total payments by AEMO
TOTAL_RECOVERY NUMBER(16,6) Total payments to AEMO
TOTAL_RSA NUMBER(16,6) Total Restriction Shortfall Amount
AAGE NUMBER(16,6) The aggregate of then adjusted gross
energy of all the market customer in the
restricted region for the duration of the
9.16.1 BILLING_NMAS_TST_PAYMENTS
Name BILLING_NMAS_TST_PAYMENTS
Comment BILLING_NMAS_TEST_PAYMENTS publish the NSCAS/SRAS Testing
Payments data for a posted billing week.
9.16.2 Notes
Name Comment Value
Visibility Data in this table is: Private
9.16.4 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1 January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1 January
BILLRUNNO NUMBER(3,0) X The current Billing RunNo for the week
PARTICIPANTID VARCHAR(20) X The Participant from whom the amount is
recovered
SERVICE VARCHAR(10) X The type of NSCAS service. Current
value values are:
- REACTIVE
- LOADSHED
9.17.1 BILLING_NMAS_TST_RECOVERY
Name BILLING_NMAS_TST_RECOVERY
Comment BILLING_NMAS_TEST_RECOVERY sets out the recovery of NMAS testing
payments
9.17.2 Notes
Name Comment Value
Visibility Data in this table is: Private
9.17.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1 January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1 January
BILLRUNNO NUMBER(3,0) X The current Billing RunNo for the week
PARTICIPANTID VARCHAR(20) X The Participant from whom the amount is
recovered
SERVICE VARCHAR(10) X The type of NSCAS service. Current
value values are:
- REACTIVE
- LOADSHED
- RESTART
9.18.1 BILLING_NMAS_TST_RECVRY_RBF
Name BILLING_NMAS_TST_RECVRY_RBF
Comment BILLING_NMAS_TEST_RECVRY_RBF sets out the NSCAS/SRAS Testing
Payment recovery data for the posted billing week.
9.18.2 Notes
Name Comment Value
Visibility Data in this table is: Public
9.18.5 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1 January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1 January
BILLRUNNO NUMBER(3,0) X The current Billing RunNo for the week
SERVICE VARCHAR(10) X The type of NSCAS service. Current
value values are:
- REACTIVE
- LOADSHED
9.19.1 BILLING_NMAS_TST_RECVRY_TRK
Name BILLING_NMAS_TST_RECVRY_TRK
Comment BILLING_NMAS_TEST_RECVRY_TRK tracks the energy data used to
allocate the test payment recovery over the recovery period.
9.19.2 Notes
Name Comment Value
Visibility Data in this table is: Public
9.19.4 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1 January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1 January
BILLRUNNO NUMBER(3,0) X The current Billing RunNo for the week
RECOVERY_CONTRAC NUMBER(4,0) X AEMO Contract Year for energy data
TYEAR used in recovery calculation
RECOVERY_WEEKNO NUMBER(3,0) X Week no for energy data used in recovery
calculation
RECOVERY_BILLRUNN NUMBER(3,0) X Billing RunNo for energy data used in
O recovery calculation
9.20.1 BILLING_RES_TRADER_PAYMENT
Name BILLING_RES_TRADER_PAYMENT
Comment Billing result table for reserve trader contract payments
9.20.2 Notes
Name Comment Value
Visibility Data in this table is: Private
9.20.4 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week number
BILLRUNNO NUMBER(3) X Billing run number
CONTRACTID VARCHAR2(20) X Reserve trader contract identifier
PAYMENT_TYPE VARCHAR2(40) X Payment type for the reserve trader
contract payment amount
PARTICIPANTID VARCHAR2(20) X Participant identifier associated with the
contract
PAYMENT_AMOUNT NUMBER(18,8) Payment amount to the participant
9.21.1 BILLING_RES_TRADER_RECOVERY
Name BILLING_RES_TRADER_RECOVERY
Comment Billing result table for reserve trader contract recovery
9.21.2 Notes
Name Comment Value
Visibility Data in this table is: Private
9.21.4 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week number
BILLRUNNO NUMBER(3) X Billing run number
REGIONID VARCHAR2(20) X Region id for the aggregated recovery
amount
PARTICIPANTID VARCHAR2(20) X Participant identifier
RECOVERY_AMOUNT NUMBER(18,8) Payment amount to be recovered from
the participant
9.22.1 BILLINGAPCCOMPENSATION
Name BILLINGAPCCOMPENSATION
Comment BILLINGAPCCOMPENSATION shows Administered Price Cap (APC)
compensation amounts for the billing period. Data is for each participant by
region.
9.22.2 Description
9.22.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.22.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REGIONID VARCHAR2(10) X Region Identifier
APCCOMPENSATION NUMBER(15,5) APC Compensation
LASTCHANGED DATE Last changed date and time
9.23.1 BILLINGAPCRECOVERY
Name BILLINGAPCRECOVERY
Comment BILLINGAPCRECOVERY shows the Administered Price Cap (APC)
Recovery for the billing period. Data is for each participant by region.
9.23.2 Description
Source
Obsolete; was updated weekly with each billing run.
9.23.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.23.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Contract year
WEEKNO NUMBER(3,0) X Billing week
BILLRUNNO NUMBER(3,0) X Billing run number
PARTICIPANTID VARCHAR2(10) X Participant identifier
REGIONID VARCHAR2(10) X Region Identifier
APCRECOVERY NUMBER(15,0) APC Recovery amount for week
LASTCHANGED DATE Last date and time record changed
9.24.1 BILLINGASPAYMENTS
Name BILLINGASPAYMENTS
Comment BILLINGASPAYMENTS shows Ancillary Service payments for each billing
period by each of the Ancillary Service types for each participants
connection points.
9.24.2 Description
Source
Updated with each billing run.
Volume
The volume is according to the number of Transmission ConnectionPointIDs a Participant may have
subject to ancillary payment per billrunno. An indicative maximum is approximately 20 records are
inserted per billrunno, or about 220 records inserted per week.
9.24.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.24.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) Region Identifier
CONTRACTYEAR NUMBER(4,0) X Contract Year
WEEKNO NUMBER(3,0) X Week No
BILLRUNNO NUMBER(3,0) X Billing Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
CONNECTIONPOINTID VARCHAR2(10) X Connection point identifier
RAISE6SEC NUMBER(15,5) Raise 6 Sec Payments
LOWER6SEC NUMBER(15,5) Lower 6 Sec Payments
9.25.1 BILLINGASRECOVERY
Name BILLINGASRECOVERY
Comment BILLINGASRECOVERY shows participant charges for Ancillary Services for
the billing period. This view shows the billing amounts for Ancillary Service
Recovery.
9.25.2 Description
Source
Updated with each billing run.
Volume
Approximately 5 records are inserted per billrunno, or about 55 records inserted per week.
9.25.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.25.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Region Identifier
CONTRACTYEAR NUMBER(4,0) X Contract Year
WEEKNO NUMBER(3,0) X Week No
BILLRUNNO NUMBER(3,0) X Billing Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
RAISE6SEC NUMBER(15,5) Raise 6 Sec Recovery
LOWER6SEC NUMBER(15,5) Lower 6 Sec Recovery
RAISE60SEC NUMBER(15,5) Raise 60 Sec Recovery
LOWER60SEC NUMBER(15,5) Lower 60 Sec Recovery
AGC NUMBER(15,5) AGC Recovery - Not used since circa
2000
FCASCOMP NUMBER(15,5) Frequency Control Compensation
Recovery - Not used since circa 2000
LOADSHED NUMBER(15,5) Load Shed Recovery
RGUL NUMBER(15,5) Rapid Generator Unit Loading Recovery -
Not used since December 2001
RGUU NUMBER(15,5) Rapid Generator Unit Unloading
Recovery - Not used since December
2001
REACTIVEPOWER NUMBER(15,5) Reactive Power Recovery
SYSTEMRESTART NUMBER(15,5) System Restart Recovery
LASTCHANGED DATE The latest date and time a file was
updated/inserted
RAISE6SEC_GEN NUMBER(15,5) Raise 6 Sec Recovery for Generator
LOWER6SEC_GEN NUMBER(15,5) Lower 6 Sec Recovery for Generator
RAISE60SEC_GEN NUMBER(15,5) Raise 60 Sec Recovery for Generator
LOWER60SEC_GEN NUMBER(15,5) Lower 60 Sec Recovery for Generator
AGC_GEN NUMBER(15,5) AGC Recovery for Generator
FCASCOMP_GEN NUMBER(15,5) Frequency Control Compensation
Recovery for Generator
LOADSHED_GEN NUMBER(15,5) Load Shed Recovery for Generator
RGUL_GEN NUMBER(15,5) Rapid Generator unit Loading Recovery
for. Generator - Not used since December
2001
RGUU_GEN NUMBER(15,5) Rapid Generator Unit Unloading
Recovery for Generator - Not used since
December 2001
REACTIVEPOWER_GE NUMBER(15,5) Reactive Power Recovery for Generator
N
SYSTEMRESTART_GE NUMBER(15,5) System Restart Recovery for Generator
N
LOWER5MIN NUMBER(15,5) Recovery amount for the Lower 5 Minute
service attributable to customer
connection points
RAISE5MIN NUMBER(15,5) Recovery amount for the Raise 5 Minute
service attributable to customer
connection points
LOWERREG NUMBER(15,5) Recovery amount for the Lower
Regulation service attributable to
customer connection points
RAISEREG NUMBER(15,5) Recovery amount for the Raise
Regulation Second service attributable to
customer connection points
LOWER5MIN_GEN NUMBER(16,6) Recovery amount for the Lower 5 Minute
service attributable to generator
connection points
RAISE5MIN_GEN NUMBER(16,6) Recovery amount for the Raise 5 Minute
service attributable to generator
connection points
LOWERREG_GEN NUMBER(16,6) Recovery amount for the Lower
Regulation service attributable to
generator connection points
RAISEREG_GEN NUMBER(16,6) Recovery amount for the Raise
Regulation Second service attributable to
generator connection points
AVAILABILITY_REACTI NUMBER(18,8) The total availability payment recovery
VE amount (customer).
AVAILABILITY_REACTI NUMBER(18,8) The total availability payment rebate
VE_RBT recovery amount (customer).
AVAILABILITY_REACTI NUMBER(18,8) The total availability payment recovery
9.26.1 BILLINGCPDATA
Name BILLINGCPDATA
Comment BILLINGCPDATA shows energy quantity and $ value purchased per
participant connection point.
9.26.2 Description
Source
Populated by the posting of a billing run, being several times each week.
Volume
The number of records depends on the number of Transmission ConnectionPointIDs a participant
may use to purchase energy. An indicative maximum is approximately 150 records per billrunno, or
about 1,500 records inserted per week.
9.26.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.26.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
9.27.1 BILLINGDAYTRK
Name BILLINGDAYTRK
Comment BILLINGDAYTRK is key for matching settlement versions with billing runs.
BILLINGDAYTRK displays the billrunnos per billing week, and the
settlement version numbers per settlement day comprising the billrunno.
9.27.2 Description
Source
BILLINGDAYTRK is populated by the posting of a billing run, being several times each week.
Volume
Each billing run inserts approximately 7 records, being about 77 records per week.
9.27.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.27.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
SETTLEMENTDATE DATE X Calendar Settlement Date contained in
the billing run.
RUNNO NUMBER(3,0) Settlement run number used for each
settlement date in that billing run.
LASTCHANGED DATE Last date and time record changed
9.28.1 BILLINGFEES
Name BILLINGFEES
Comment BILLINGFEES presents pool fees applied to the statement, per billing run.
9.28.2 Description
Source
BILLINGFEES is populated by the posting of a billing run, being several times each week.
Volume
The number of records varies according to the number of pool fee types the participant may be subject
to. An indicative maximum is about 13 records inserted per billrunno or 143 records inserted per
week.
9.28.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.28.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
9.29.1 BILLINGFINANCIALADJUSTMENTS
Name BILLINGFINANCIALADJUSTMENTS
Comment BILLINGFINANCIALADJUSTMENTS contains any manual adjustments
included in the billing run.
9.29.2 Description
Source
BILLINGFINANCIALADJUSTMENTS is populated by the posting of a billing run, being several
times each week. The insertion of a manual adjustment in a billing run is infrequent.
Volume
Infrequent and, if included in a billing run, low volume. An indicative maximum is 15 records
inserted.
9.29.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.29.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTTYPE VARCHAR2(10) Not Used
ADJUSTMENTITEM VARCHAR2(64) X Description of the adjustment being made
9.30.1 BILLINGGENDATA
Name BILLINGGENDATA
Comment BILLINGGENDATA shows the total energy sold and purchased per
participant transmission connection point for a billing period.
9.30.2 Description
Source
BILLINGGENDATA is populated by the posting of a billing run, being several times each week.
Volume
The number of records depends on the number of transmission ConnectionPointIDs a Participant may
have sold energy from per billrunno. An indicative maximum is approximately 15 records inserted
per billrunno, or about 165 records inserted per week.
BILLINGGENDATA is confidential to the the relevant participant.
9.30.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.30.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
9.31.1 BILLINGINTERRESIDUES
Name BILLINGINTERRESIDUES
Comment BILLINGINTERRESIDUES shows interregion residues payable to NSP.
9.31.2 Description
Source
Obsolete, was weekly with billing run.
9.31.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.31.6 Content
Name Data Type Mandat Comment
ory
ALLOCATION NUMBER(6,3) May not be necessary
TOTALSURPLUS NUMBER(15,5) May not be necessary
INTERCONNECTORID VARCHAR2(10) X Unique identifier for an interconnector
which joins two regions.
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
SURPLUSVALUE NUMBER(15,6) Amount NSP is paid for Inter-Regional
Residues
LASTCHANGED DATE Last date and time record changed
REGIONID VARCHAR2(10) X Region ID
9.32.1 BILLINGINTRARESIDUES
Name BILLINGINTRARESIDUES
Comment BILLINGINTRARESIDUES shows intra-region settlement residue details for
each Transmission Network Service Provider participant by region.
9.32.2 Description
Source
BILLINGINTRARESIDUES is populated by the posting of a billing run, being several times each
week.
Volume
An indicative maximum is two records inserted per billing run, or 22 records inserted per week.
9.32.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.32.6 Content
Name Data Type Mandat Comment
ory
ALLOCATION NUMBER(6,3) TNSP allocation
TOTALSURPLUS NUMBER(15,5) Total $ residue amount for the region
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
SURPLUSVALUE NUMBER(15,6) Amount TNSP is paid for Intra-Regional
Residues
LASTCHANGED DATE Last changed date
REGIONID VARCHAR2(10) X Region ID
9.33.1 BILLINGIRAUCSURPLUS
Name BILLINGIRAUCSURPLUS
Comment BILLINGIRAUCSURPLUS supports the Settlements Residue Auction, by
showing the weekly billing Interconnector Residue (IR) payments as
calculated for each bill run for Network Service Providers (NSPs) from the
amount not auctioned.
9.33.2 Description
Source
Obsolete
Volume
This view contains a maximum of 30, 000 records per year.
9.33.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.33.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year (calendar year)
WEEKNO NUMBER(2,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
RESIDUEYEAR NUMBER(4,0) Year of the Residue Contract; may differ
from the calendar year at week 1.
QUARTER NUMBER(2,0) Residue Contract Quarter
BILLRUNNO NUMBER(3,0) X The sequential number of a billing run
CONTRACTID VARCHAR2(30) X SRA Contract unique identifier
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
INTERCONNECTORID VARCHAR2(10) X Contracted Interconnector
9.34.1 BILLINGIRAUCSURPLUSSUM
Name BILLINGIRAUCSURPLUSSUM
Comment BILLINGIRAUCSURPLUSSUM contains Auction fees and Settlements
Residue Auction distribution that may arise from unpurchased auction units
that accrue to Transmission Network Service Providers.
9.34.2 Description
Source
BILLINGIRAUCSURPLUSSUM is populated by the posting of a billing run where there are
unpurchased auction units.
Volume
An indicative maximum is eight records inserted per billing run, or 88 records inserted per week.
9.34.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.34.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Contracted Year (calendar year)
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
RESIDUEYEAR NUMBER(4,0) X Year of the Residue Contract; may differ
from the calendar year at week 1.
QUARTER NUMBER(2,0) X Residue Contract Quarter
BILLRUNNO NUMBER(3,0) X The sequential number of a billing run
9.35.1 BILLINGIRFM
Name BILLINGIRFM
Comment BILLINGIRFM shows billing amounts associated with Industrial Relations
Forced Majeure events for each participant.
9.35.2 Description
Source
BILLINGIRFM is updated with each billing run as required.
9.35.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.35.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Settlement Year
WEEKNO NUMBER(3,0) X Week number starting 1 Jan each year.
BILLRUNNO NUMBER(3,0) X Unique bill run
PARTICIPANTID VARCHAR2(10) X Participant Identifier
IRFMPAYMENT NUMBER(15,5) Industrial Relations Forced Majeure
payment for the billing period.
LASTCHANGED DATE Last changed.
9.36.1 BILLINGIRNSPSURPLUS
Name BILLINGIRNSPSURPLUS
Comment BILLINGIRNSPSURPLUS supports the Settlements Residue Auction (SRA),
by showing the weekly billing Interconnector Residue (IR) payments as
calculated for each bill run for Transmission Network Service Providers
(TNSP) from the amount paid by participants (i.e. derogated amounts).
9.36.2 Description
Source
BILLINGIRNSPSURPLUS updates in a billing run where any derogated Settlement Residue Auction
purchase flows to a TNSP.
Volume
BILLINGIRNSPSURPLUS contains a maximum of 30, 000 records per year.
9.36.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.36.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(2,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
RESIDUEYEAR NUMBER(4,0) Year of the Residue Contract; may differ
from the calendar year at week 1.
QUARTER NUMBER(2,0) Residue Contract Quarter
9.37.1 BILLINGIRNSPSURPLUSSUM
Name BILLINGIRNSPSURPLUSSUM
Comment BILLINGIRNSPSURPLUSSUM contains derogated payments made to
TNSPs arising from the Settlements Residue Auction process.
9.37.2 Description
Source
BILLINGIRNSPSURPLUSSUM is populated by the posting of a billing run where derogated
payments apply.
Volume
An indicative maximum is two records inserted per billing run, or 22 records inserted per week.
9.37.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.37.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year (calendar year)
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
RESIDUEYEAR NUMBER(4,0) X Year of the Residue Contract; may differ
from the calendar year at week 1.
QUARTER NUMBER(2,0) X SRA Contracted Quarter
BILLRUNNO NUMBER(3,0) X The sequential number of a billing run
9.38.1 BILLINGIRPARTSURPLUS
Name BILLINGIRPARTSURPLUS
Comment BILLINGIRPARTSURPLUS supports the Settlements Residue Auction, by
showing the weekly billing SRA distribution to Auction participants by
Contract Identifier.
9.38.2 Description
Source
BILLINGIRPARTSURPLUS is populated by the posting of a billing run where the participant has
purchased auction units relating to that billing run.
Volume
An indicative maximum is 64 records inserted per billing run, or 700 records inserted per week.
9.38.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.38.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year (calendar year)
WEEKNO NUMBER(2,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
RESIDUEYEAR NUMBER(4,0) Year of the Residue Contract; may differ
from the calendar year at week 1.
QUARTER NUMBER(2,0) Residue Contract Quarter
BILLRUNNO NUMBER(3,0) X The sequential number of a billing run
9.39.1 BILLINGIRPARTSURPLUSSUM
Name BILLINGIRPARTSURPLUSSUM
Comment BILLINGIRPARTSURPLUSSUM supports the Settlements Residue Auction,
by showing the weekly billing SRA distribution and associated fees to
Auction participants.
9.39.2 Description
Source
BILLINGIRPARTSURPLUSSUM is populated by the posting of a billing run where the participant
has purchased auction units relating to that billing run.
Volume
An indicative maximum is 16 records inserted per billing run, or 166 records inserted per week.
9.39.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.39.7 Content
Name Data Type Mandat Comment
ory
9.40.1 BILLINGPRIORADJUSTMENTS
Name BILLINGPRIORADJUSTMENTS
Comment BILLINGPRIORADJUSTMENTS sets out prior period adjustments and
associated interest inserted in subsequent Final Statements arising from
Revision Statement postings.
9.40.2 Description
Source
BILLINGPRIORADJUSTMENTS is populated on the posting of a Final billing run only.
Volume
Approximately two records inserted per week.
Note
Actual adjustment payable is ADJAMOUNT - PERAMOUNT + INTEREST AMOUNT.
9.40.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.40.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Settlement year.
WEEKNO NUMBER(3,0) X Settlement week number.
BILLRUNNO NUMBER(3,0) X Billing run number.
ADJCONTRACTYEAR NUMBER(4,0) X ContractYear of the posted revision
statement inserted to the Final Statement
ADJWEEKNO NUMBER(3,0) X WeekNo of the posted revision statement
inserted to the Final Statement
ADJBILLRUNNO NUMBER(3,0) X Bill run number of the posted revision
statement inserted to the Final Statement
PARTICIPANTID VARCHAR2(10) X Participant ID
PREVAMOUNT NUMBER(15,5) Statement total of the previous posted
revision statement inserted to the Final
Statement.
ADJAMOUNT NUMBER(15,5) Adjusted amount.
IRN NUMBER(15,5) Interest rate applied to the revision
adjustment
IRP NUMBER(15,5) unused; always null
INTERESTAMOUNT NUMBER(15,5) Interest amount.
LASTCHANGED DATE Last changed.
IRSR_PREVAMOUNT NUMBER(15,5) unused; always null
IRSR_ADJAMOUNT NUMBER(15,5) unused; always null
IRSR_INTERESTAMOU NUMBER(15,5) unused; always null
NT
9.41.1 BILLINGREALLOC
Name BILLINGREALLOC
Comment BILLINGREALLOC shows reallocation contract values in each billing run,
where participants have used reallocations.
9.41.2 Description
Source
BILLINGREALLOC is populated by the posting of a billing run.
Volume
An indicative maximum is two records inserted per billing run, or 22 records inserted per week.
9.41.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.41.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
9.42.1 BILLINGREALLOC_DETAIL
Name BILLINGREALLOC_DETAIL
Comment Billing Reallocation Data aggregated by REALLOCATIONID for each billing
run over the billing week.
9.42.2 Description
Private data
Volume max 100 rows per day
9.42.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.42.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X BILLING CONTRACTYEAR
WEEKNO NUMBER(3,0) X BILLING WEEKNO
BILLRUNNO NUMBER(3,0) X BILLING RUN NO
PARTICIPANTID VARCHAR2(10) X REALLOCATION PARTICIPANTID
COUNTERPARTY VARCHAR2(10) X REALLOCATION COUNTERPARTY
PARTICIPANTID
REALLOCATIONID VARCHAR2(20) X REALLOCATIONID
VALUE NUMBER(15,5) REALLOCATION VALUE
LASTCHANGED DATE DATETIME WHEN RECORD SAVED
9.43.1 BILLINGREGIONEXPORTS
Name BILLINGREGIONEXPORTS
Comment BILLINGREGIONEXPORTS sets out the region summary table of overall
energy exported to and from each region for each billing run.
9.43.2 Description
Source
BILLINGREGIONEXPORTS is populated by the posting of a billing run.
Volume
Eight records inserted per billing run, or 88 records inserted per week.
9.43.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.43.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
REGIONID VARCHAR2(10) X Unique region identifier
EXPORTTO VARCHAR2(10) X Region exported to
ENERGY NUMBER(16,6) MWh Energy value exported
VALUE NUMBER(15,5) $ Value of energy exported
SURPLUSENERGY NUMBER(16,6) This field is populated with 0
9.44.1 BILLINGREGIONFIGURES
Name BILLINGREGIONFIGURES
Comment BILLINGREGIONFIGURES sets out additional summary region details
including ancillary service amounts for each billing run.
9.44.2 Description
Source
BILLINGREGIONFIGURES is populated by the posting of a billing run.
Volume
Five records inserted per billing run, or 55 records inserted per week.
9.44.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.44.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
REGIONID VARCHAR2(10) X Unique region identifier
ENERGYOUT NUMBER(16,6) MWh Energy output in the region during
the billing period
VALUEOUT NUMBER(16,6) $ Value of energy output in region during
billing period
ENERGYPURCHASED NUMBER(16,6) MWh Amount of energy purchased in
region during billing period
VALUEPURCHASED NUMBER(16,6) $ Value of energy purchased during billing
period
EXCESSGEN NUMBER(16,6) This field is populated with 0
RESERVETRADING NUMBER(16,6) This field is populated with 0
INTCOMPO NUMBER(16,6) This field is populated with 0
ADMINPRICECOMPO NUMBER(16,6) This field is populated with 0
SETTSURPLUS NUMBER(16,6) Intraregional residues in $
ASPAYMENT NUMBER(16,6) Ancillary service payments in $
POOLFEES NUMBER(16,6) This field is populated with 0
LASTCHANGED DATE Last date and time record changed
9.45.1 BILLINGREGIONIMPORTS
Name BILLINGREGIONIMPORTS
Comment BILLINGREGIONIMPORTS sets out the region summary table of overall
energy imported to and from each region for each billing run.
9.45.2 Description
Source
BILLINGREGIONIMPORTS is populated by the posting of a billing run.
Volume
Eight records inserted per billing run, or 88 records inserted per week.
9.45.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.45.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
REGIONID VARCHAR2(10) X Unique region identifier
IMPORTFROM VARCHAR2(10) X Region energy imported from
ENERGY NUMBER(16,6) Amount of energy imported
VALUE NUMBER(15,5) Value of energy imported
SURPLUSENERGY NUMBER(16,6) Populated with 0
SURPLUSVALUE NUMBER(15,5) Interregional residue
9.46.1 BILLINGRUNTRK
Name BILLINGRUNTRK
Comment BILLINGRUNTRK identifies the Statement type (i.e. Status of PRELIM,
FINAL, REVISE) and date of the BillRunNo posted, per WeekNo. This
provides a further extension of tracking data from the BILLINGDAYTRK
table.
9.46.2 Description
Source
BILLINGRUNTRK is populated by the posting of a billing run.
Volume
An indicative maximum is one record inserted per billing run, or 11 records inserted per week.
9.46.3 Notes
Name Comment Value
Visibility Data in this table is: Public
9.46.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X Year of the run
WEEKNO NUMBER(3,0) X Week number of the run
BILLRUNNO NUMBER(3,0) X Sequential run number
STATUS VARCHAR2(6) The billing run type, PRELIM, FINAL,
REVISE or INTERIM
ADJ_CLEARED VARCHAR2(1) Flag
AUTHORISEDDATE DATE null, since not used
AUTHORISEDBY VARCHAR2(10) null, since not used
POSTDATE DATE When the results were posted
POSTBY VARCHAR2(10) Who posted the results
LASTCHANGED DATE Last date and time record changed
9.47.1 BILLINGSMELTERREDUCTION
Name BILLINGSMELTERREDUCTION
Comment BILLINGSMELTERREDUCTION shows the smelter reduction payment (only
applies to participants with Victorian customer connection points).
9.47.2 Description
Source
BILLINGSMELTERREDUCTION is populated by the posting of a billing run where the participant
has Victorian customer connectionpoints.
Volume
One record inserted per billing run, or 11 records inserted per week.
9.47.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.47.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(22,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(22,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(22,0) X Unique run no within a given contract year
and week no
9.48.1 BILLWHITEHOLE
Name BILLWHITEHOLE
Comment BILLWHITEHOLE shows white hole payments based on participant vs
region demand.
9.48.2 Description
Confidential
Source
Obsolete; was updated weekly with each billing run.
9.48.3 Notes
Name Comment Value
Visibility Data in this table is: Private
9.48.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(22,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(22,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(22,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
NL NUMBER(15,6) Sum of billing week (RRP * interconnector
flow)
PARTICIPANTDEMAND NUMBER(15,6) The sum of all customer purchases in
MWh
REGIONDEMAND NUMBER(15,6) Sum of all region purchases in MWh
WHITEHOLEPAYMENT NUMBER(15,6) Payment in $
LASTCHANGED DATE The latest date and time that a file was
updated or inserted
10 Package: DEMAND_FORECASTS
Name DEMAND_FORECASTS
Comment Regional Demand Forecasts and Intermittent Generation forecasts.
ROOFTOP_PV_ACTUAL Estimate of regional Rooftop Solar actual generation for each half-
hour interval in a day
ROOFTOP_PV_FORECAST Regional forecasts of Rooftop Solar generation across the half-hour
intervals over 8 days
RESDEMANDTRK INTERMITTENT_GEN_FCST
RUN_DATETIME <pk>
EFFECTIVEDATE <pk>
DUID <pk>
REGIONID <pk>
OFFERDATE <pk>
VERSIONNO <pk>
PERDEMAND
SETTLEMENTDATE <pk,fk>
REGIONID <pk,fk>
INTERMITTENT_GEN_FCST_DATA
OFFERDATE <pk,fk>
PERIODID <pk> RUN_DATETIME <pk,fk>
VERSIONNO <pk,fk> DUID <pk,fk>
INTERVAL_DATETIME <pk>
DEMANDOPERATIONALACTUAL DEMANDOPERATIONALFORECAST
INTERVAL_DATETIME <pk> INTERVAL_DATETIME <pk>
REGIONID <pk> REGIONID <pk>
ROOFTOP_PV_ACTUAL ROOFTOP_PV_FORECAST
INTERVAL_DATETIME <pk> VERSION_DATETIME <pk>
REGIONID <pk> REGIONID <pk>
INTERVAL_DATETIME <pk>
10.3.1 DEMANDOPERATIONALACTUAL
Name DEMANDOPERATIONALACTUAL
Comment Shows Actual Operational Demand for a particular date time interval.
10.3.2 Notes
Name Comment Value
Visibility Data in this table is: Public
10.3.5 Content
Name Data Type Mandat Comment
ory
INTERVAL_DATETIME date X Date time interval for operational demand
value
REGIONID Varchar2(20) X Region identifier
OPERATIONAL_DEMAN number(10,0) Operational demand value
D
LASTCHANGED date Last date and time record changed
10.4.1 DEMANDOPERATIONALFORECAST
Name DEMANDOPERATIONALFORECAST
Comment Shows Forecast Operational Demand for a particular date time interval.
10.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
10.4.5 Content
Name Data Type Mandat Comment
ory
INTERVAL_DATETIME date X Forecast for a particular date time interval
REGIONID Varchar2(20) X Region identifier
LOAD_DATE date Date time this forecast was produced
OPERATIONAL_DEMAN number(15,2) 10% probability of exceedance
D_POE10 operational demand forecast value
OPERATIONAL_DEMAN number(15,2) 50% probability of exceedance
D_POE50 operational demand forecast value
OPERATIONAL_DEMAN number(15,2) 90% probability of exceedance
D_POE90 operational demand forecast value
LASTCHANGED date Last date and time record changed
10.5.1 INTERMITTENT_GEN_FCST
Name INTERMITTENT_GEN_FCST
Comment Identifying record for a given forecast of an intermittent generation. This
table is the version table for the INTERMITTENT_GEN_FCST_DATA table
which stores the individual forecast values
10.5.2 Description
Source
Volume
~18,000 rows per generator per year
10.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private
10.5.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date Time of forecast (AEST).
DUID VARCHAR2(20) X Identifier of the intermittent generator.
START_INTERVAL_DAT DATE X Date Time (AEST) of the first half-hour
ETIME interval being forecast.
END_INTERVAL_DATE DATE X Date Time (AEST) of the final half-hour
TIME interval being forecast.
VERSIONNO NUMBER(10,0) Versioning information for resolution back
to AEMO's wind generation forecasting
system.
LASTCHANGED DATE Date Time record was created
10.6.1 INTERMITTENT_GEN_FCST_DATA
Name INTERMITTENT_GEN_FCST_DATA
Comment Stores the forecast generation (MW) for each interval within a given forecast
of an intermittent generator.
10.6.2 Description
Source
Volume
~1,500,000 rows per generator per year
10.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
10.6.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X
DUID VARCHAR2(20) X
INTERVAL_DATETIME DATE X
POWERMEAN NUMBER(9,3)
POWERPOE50 NUMBER(9,3)
POWERPOELOW NUMBER(9,3)
POWERPOEHIGH NUMBER(9,3)
LASTCHANGED DATE
10.7.1 PERDEMAND
Name PERDEMAND
Comment PERDEMAND sets out the regional demands and MR schedule data for
each half-hour period. PERDEMAND is a child table to RESDEMANDTRK.
10.7.2 Description
The RESDEMANDTRK and PERDEMAND tables have a parent/child relationship, and define
forecast regional demands since market start. RESDEMANDTRK defines the existence and
versioning information of a forecast for a specific region and trading date. PERDEMAND defines the
numerical forecast values for each trading interval of a the trading day for that region. A complete
trading day forecast for one region consists of one RESDEMANDTRK record and 48 PERDEMAND
records.
Source
PERDEMAND updates whenever AEMO issues a new or revised forecast. ST PASA forecasts update
seven days at a time. Predispatch updates one date.
Volume
1296000 rows per year
Note
In the context of a mandatory restrictions event the forecast schedule (MW) of restrictions are
reported through the RESDEMANDTRK and PERDEMAND tables using the new field
PerDemand.MR_Schedule. The relationship between fields and mandatory restriction terms for the
50% probability of exceedence forecast are:
UnRestricted Profile = ResDemand + MR_Schedule
10.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
10.7.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE Market date the forecast is made for. First
date of the 7 days.
SETTLEMENTDATE DATE X Market date of forecast up to 7 days
ahead.
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
OFFERDATE DATE X Date record issued
PERIODID NUMBER(3,0) X Half hourly trading intervals from 04:30.
VERSIONNO NUMBER(3,0) X The version of the RESDEMAND file for
this date
RESDEMAND NUMBER(10,0) Base Demand forecast for period
DEMAND90PROBABILIT NUMBER(10,0) Demand at 90% probability of
Y exceedance
DEMAND10PROBABILIT NUMBER(10,0) Demand level for a 10% probability of
Y exceedance
LASTCHANGED DATE Last date and time record changed
MR_SCHEDULE NUMBER(6,0) MR_Schedule = Unrestricted Demand -
POE
10.8.1 RESDEMANDTRK
Name RESDEMANDTRK
Comment RESDEMANDTRK defines the existence and versioning information of a
forecast for a specific region and trading date.
RESDEMANDTRK and PERDEMAND have a parent/child relationship, and
are for defined forecast regional demands since market start.
RESDEMANDTRK defines the existence and versioning information of a
forecast for a specific region and trading date. PERDEMAND defines the
numerical forecast values for each trading interval of a the trading day for
that region. A complete trading day forecast for one region consists of one
RESDEMANDTRK record and 48 PERDEMAND records.
10.8.2 Description
Source
RESDEMANDTRK updates are ad hoc.
Volume
27000 rows per year.
10.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
10.8.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Trading Date of the regional forecast
REGIONID VARCHAR2(10) X Unique RegionID
OFFERDATE DATE X Date the forecast was created
VERSIONNO NUMBER(3,0) X Version of this forecast with respect to the
10.9.1 ROOFTOP_PV_ACTUAL
Name ROOFTOP_PV_ACTUAL
Comment Estimate of regional Rooftop Solar actual generation for each half-hour
interval in a day
10.9.2 Notes
Name Comment Value
Visibility Data in this table is: Public
10.9.5 Content
Name Data Type Mandat Comment
ory
INTERVAL_DATETIME DATE X The forecast half-hour interval (time
ending)
REGIONID VARCHAR2(20) X Region identifier
POWER NUMBER(12,3) Estimated generation in MW at the
interval end
LASTCHANGED DATE Last date and time record changed
10.10.1 ROOFTOP_PV_FORECAST
Name ROOFTOP_PV_FORECAST
Comment Regional forecasts of Rooftop Solar generation across the half-hour intervals
over 8 days
10.10.2 Notes
Name Comment Value
Visibility Data in this table is: Public
10.10.5 Content
Name Data Type Mandat Comment
ory
VERSION_DATETIME DATE X Date time this forecast was produced
REGIONID VARCHAR2(20) X Region identifier
INTERVAL_DATETIME DATE X The forecast half-hour interval (time
ending)
POWERMEAN NUMBER(12,3) The average forecast value in MW at the
interval end
POWERPOE50 NUMBER(12,3) 50% probability of exceedance forecast
value in MW at the interval end
POWERPOELOW NUMBER(12,3) 10% probability of exceedance forecast
value in MW at the interval end
POWERPOEHIGH NUMBER(12,3) 90% probability of exceedance forecast
value in MW at the interval end
LASTCHANGED DATE Last date and time record changed
11 Package: DISPATCH
Name DISPATCH
Comment Results from a published Dispatch Run
NEGATIVE_RESIDUE
SETTLEMENTDATE
NRM_DATETIME
DIRECTIONAL_INTERCONNECTORID
DISPATCH_UNIT_SCADA
SETTLEMENTDATE DISPATCHBLOCKEDCONSTRAINT
DUID
SETTLEMENTDATE
RUNNO
CONSTRAINTID
CONSTRAINTRELAXATION_OCD
SETTLEMENTDATE
DISPATCH_LOCAL_PRICE
RUNNO
CONSTRAINTID SETTLEMENTDATE
VERSIONNO DUID
DISPATCH_PRICE_REVISION
DISPATCHINTERCONNECTORRES
SETTLEMENTDATE
RUNNO SETTLEMENTDATE
INTERVENTION RUNNO
REGIONID INTERCONNECTORID DISPATCH_FCAS_REQ
BIDTYPE DISPATCHINTERVAL SETTLEMENTDATE
VERSIONNO INTERVENTION RUNNO
INTERVENTION
GENCONID
REGIONID
BIDTYPE
DISPATCH_MNSPBIDTRK
SETTLEMENTDATE
RUNNO
PARTICIPANTID
LINKID
DISPATCHCASESOLUTION
SETTLEMENTDATE
RUNNO
DISPATCHLOAD
SETTLEMENTDATE
DISPATCHCONSTRAINT RUNNO
SETTLEMENTDATE DUID
RUNNO INTERVENTION
CONSTRAINTID
DISPATCHINTERVAL
INTERVENTION
DISPATCH_UNIT_CONFORMANCE
DISPATCHPRICE
INTERVAL_DATETIME
SETTLEMENTDATE DUID
DISPATCHREGIONSUM RUNNO
REGIONID
SETTLEMENTDATE
DISPATCHINTERVAL
RUNNO
INTERVENTION
REGIONID
DISPATCHINTERVAL
INTERVENTION
11.3.1 CONSTRAINTRELAXATION_OCD
Name CONSTRAINTRELAXATION_OCD
Comment CONSTRAINTRELAXATION_OCD contains details of interconnector
constraints and unit ancillary service constraints relaxed in the over-
constrained dispatch (OCD) re-run for this interval (if there was one).
Note: INTERVENTION is not included in
CONSTRAINTRELAXATION_OCD, since the relaxation of the same
constraint is the same amount in both intervened and non-intervened cases.
11.3.2 Description
Source
The occurrences of Over-Constrained Dispatch (OCD) re-runs are ad hoc, with significant
dependencies on the configuration or events in the physical power system.
Over-constrained dispatch (OCD) re-run (if there was one).
Volume
Rows per day: ~2
Mb per month: <1
The estimates on the number of rows are based on a 1% occurrence rate for OCD runs.
11.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.3.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X End date and time of the dispatch interval
RUNNO NUMBER(3,0) X Dispatch run no
CONSTRAINTID VARCHAR2(20) X Constraint identifier
11.4.1 DISPATCH_CONSTRAINT_FCAS_OCD
Name DISPATCH_CONSTRAINT_FCAS_OCD
Comment FCAS constraint solution from OCD re-run.
11.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
11.4.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Dispatch interval that the prices were
loaded to
RUNNO NUMBER(3) X Dispatch run no; always 1
INTERVENTION NUMBER(2) X Intervention 0/1
CONSTRAINTID VARCHAR2(20) X ConstraintID/GenconID
VERSIONNO NUMBER(3) X VersionNo
LASTCHANGED DATE The datetime that the record was last
changed
RHS NUMBER(15,5) RHS from OCD re-run
MARGINALVALUE NUMBER(15,5) marginalvalue from OCD re-run
VIOLATIONDEGREE NUMBER(15,5) The violation degree of this constraint in
the solution result
11.5.1 DISPATCH_FCAS_REQ
Name DISPATCH_FCAS_REQ
Comment DISPATCH_FCAS_REQ shows Dispatch Constraint tracking for Regional
FCAS recovery.
11.5.2 Description
Source
Volume
11.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.5.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date and time of Dispatch
Interval
RUNNO NUMBER(3,0) X Dispatch run no; always 1
INTERVENTION NUMBER(2,0) X Intervention Flag
GENCONID VARCHAR2(20) X Generic Constraint ID - Join to table
GenConData
REGIONID VARCHAR2(10) X
11.6.1 DISPATCH_LOCAL_PRICE
Name DISPATCH_LOCAL_PRICE
Comment Sets out local pricing offsets associated with each DUID connection point for
each dispatch period. Note that from 2014 Mid year release only records
with non-zero Local_Price_Adjustment values are issued
11.6.2 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
11.6.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date time starting at 04:05
DUID VARCHAR2(20) X Dispatchable unit identifier
LOCAL_PRICE_ADJUST NUMBER(10,2) Aggregate Constraint contribution cost of
MENT this unit: Sum(MarginalValue x Factor) for
all relevant Constraints
LOCALLY_CONSTRAIN NUMBER(1,0) Key for Local_Price_Adjustment: 2 = at
ED least one Outage Constraint; 1 = at least
1 System Normal Constraint (and no
Outage Constraint); 0 = No System
Normal or Outage Constraints
11.7.1 DISPATCH_MNSPBIDTRK
Name DISPATCH_MNSPBIDTRK
Comment DISPATCH_MNSPBIDTRK shows the MNSP bid tracking, including the bid
version used in each dispatch run for each MNSP Interconnector Link.
DISPATCH_MNSPBIDTRK is the audit trail of the bids actually used for
each dispatch run.
11.7.2 Description
DISPATCH_MNSPBIDTRK shows own details for participant as they occur, with all details until
close of business yesterday being available to all participants after end of day.
Source
DISPATCH_MNSPBIDTRK potentially updates every 5 minutes.
Volume
220, 000 per year
11.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
11.7.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
PARTICIPANTID VARCHAR2(10) X Participant that owns unit during effective
record period
LINKID VARCHAR2(10) X Identifier for each of the two MNSP
Interconnector Links. Each link pertains to
the direction from and to.
OFFERSETTLEMENTD DATE Offer date for bid
ATE
OFFEREFFECTIVEDAT DATE Date the bid/offer becomes effective
E
11.8.1 DISPATCH_MR_SCHEDULE_TRK
Name DISPATCH_MR_SCHEDULE_TRK
Comment DISPATCH_MR_SCHEDULE_TRK records the Mandatory Restrictions
Acceptance Schedule applied to this dispatch interval for this region.
DISPATCH_MR_SCHEDULE_TRK is populated by the Dispatch process
and records the MR Offer Stack applied in each dispatch interval.
DISPATCH_MR_SCHEDULE_TRK is used by Settlements to calculate
payments according to the correct MR offer stack.
11.8.2 Description
Source
DISPATCH_MR_SCHEDULE_TRK updates are ad hoc.
Volume
2 rows per year.
11.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.8.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date Time of the Dispatch Interval
REGIONID VARCHAR2(10) X Unique RegionID; Key reference to
MR_Event_Schedule
MR_DATE DATE Mandatory Restriction date; Key
reference to MR_Event_Schedule table
VERSION_DATETIME DATE Date Time the MR acceptance stack was
created; Key reference to
MR_Event_Schedule table
LASTCHANGED DATE Date and time the record was last
inserted/modified
11.9.1 DISPATCH_PRICE_REVISION
Name DISPATCH_PRICE_REVISION
Comment An audit trail of price changes on the DISPATCHPRICE table (i.e. for 5
minute dispatch prices for energy and FCAS).
11.9.2 Notes
Name Comment Value
Visibility Data in this table is: Public
11.9.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date and time starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
INTERVENTION NUMBER(2,0) X Manual intervention flag; always 0
REGIONID VARCHAR2(10) X Affected Region Identifier
BIDTYPE VARCHAR2(10) X Affected Bid Type Identifier
VERSIONNO NUMBER(3) X Version No of price revision for this
settlement date
RRP_NEW NUMBER(15,5) New RRP in DISPATCHPRICE table
RRP_OLD NUMBER(15,5) Old RRP from DISPATCHPRICE table
LASTCHANGED DATE The datetime the record was last changed
11.10.1 DISPATCH_UNIT_CONFORMANCE
Name DISPATCH_UNIT_CONFORMANCE
Comment DISPATCH_UNIT_CONFORMANCE details the conformance of a
scheduled units operation with respect to a cleared target on dispatch
interval basis.
Data is confidential
11.10.2 Description
Source
DISPATCH_UNIT_CONFORMANCE shows data for every 5 minutes for all scheduled units
Volume
Rows per day: 288 per scheduled unit
11.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private
11.10.6 Content
Name Data Type Mandat Comment
ory
INTERVAL_DATETIME DATE X Dispatch Interval that the conformance
data applies to
DUID VARCHAR2(20) X Dispatchable Unit Identifier
TOTALCLEARED NUMBER(16,6) Dispatch Target - MW
ACTUALMW NUMBER(16,6) Unit output measured at the conclusion of
the dispatch interval - MW (MWB)
ROC NUMBER(16,6) Rate of Change in direction of error MW
per hour
AVAILABILITY NUMBER(16,6) Offered unit capacity - MW (MWO)
LOWERREG NUMBER(16,6) Lower Regulation FCAS enabled - MW
(FCL)
RAISEREG NUMBER(16,6) Raise Regulation FCAS enabled - MW
(FCR)
STRIGLM NUMBER(16,6) Calculated small trigger error limit in MW
11.11.1 DISPATCH_UNIT_SCADA
Name DISPATCH_UNIT_SCADA
Comment Dispatchable unit MW from SCADA at the start of the dispatch interval. The
table includes all scheduled and semi-scheduled (and non-scheduled units
where SCADA is available)
11.11.2 Description
Source
DISPATCH_UNIT_SCADA shows data for every 5 minutes for all scheduled units
Volume
Rows per day: 288 per each scheduled, semi-scheduled (and non-scheduled unit where SCADA is
available)
11.11.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.11.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE Date X Date Time of the Dispatch Interval
DUID varchar2(20) X Dispatchable Unit Identifier
SCADAVALUE Number(16,6) Instantaneous MW reading from SCADA
at the start of the Dispatch interval
11.12.1 DISPATCHBLOCKEDCONSTRAINT
Name DISPATCHBLOCKEDCONSTRAINT
Comment DISPATCH Blocked Constraints lists any constraints that were blocked in a
dispatch run. If no constraints are blocked, there will be no rows for that
dispatch run.
11.12.2 Notes
Name Comment Value
Visibility Data in this table is: Public
11.12.4 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Dispatch Interval
RUNNO NUMBER(3,0) X Dispatch run no; always 1
CONSTRAINTID VARCHAR2(20) X Generic Constraint identifier (synonymous
with GenConID)
11.13.1 DISPATCHCASESOLUTION
Name DISPATCHCASESOLUTION
Comment DISPATCHCASESOLUTION shows information relating to the complete
dispatch run. The fields in DISPATCHCASESOLUTION provide an overview
of the dispatch run results allowing immediate identification of conditions
such as energy or FCAS deficiencies.
11.13.2 Description
Source
DISPATCHCASESOLUTION updates every 5 minutes.
Volume
Approximately 288 records per day.
11.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.13.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date and time of the dispatch interval
(e.g. five minute dispatch interval ending
28/09/2000 16:35)
RUNNO NUMBER(3,0) X Dispatch run no; always 1
INTERVENTION NUMBER(2,0) X Intervention flag - refer to package
documentation for definition and practical
query examples
CASESUBTYPE VARCHAR2(3) Overconstrained dispatch indicator:
* OCD = detecting over-constrained
dispatch
* null = no special condition
SOLUTIONSTATUS NUMBER(2,0) If non-zero indicated one of the following
conditions:
11.14.1 DISPATCHCONSTRAINT
Name DISPATCHCONSTRAINT
Comment DISPATCHCONSTRAINT sets out details of all binding and interregion
constraints in each dispatch run. Note: invoked constraints can be
established from GENCONSETINVOKE. Binding constraints show as
marginal value >$0. Interconnector constraints are listed so RHS (SCADA
calculated limits) can be reported.
11.14.2 Description
Source
DISPATCHCONSTRAINT updates every five minutes.
11.14.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
11.14.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
CONSTRAINTID VARCHAR2(20) X Generic Constraint identifier (synonymous
with GenConID)
DISPATCHINTERVAL NUMBER(22,0) X Dispatch period identifier, from 001 to 288
in format YYYYMMDDPPP.
INTERVENTION NUMBER(2,0) X Manual Intervention flag, which, if set (1),
causes predispatch to solve twice.
11.15.1 DISPATCHINTERCONNECTORRES
Name DISPATCHINTERCONNECTORRES
Comment DISPATCHINTERCONNECTORRES sets out MW flow and losses on each
interconnector for each dispatch period, including fields for the Frequency
Controlled Ancillary Services export and import limits and extra reporting of
the generic constraints set the energy import and export limits.
11.15.2 Description
Source
DISPATCHINTERCONNECTORRES updates every 5 minutes.
Note
MW losses can be negative depending on the flow.
The definition of direction of flow for an interconnector is that positive flow starts from the
FROMREGION in the INTERCONNECTOR table.
11.15.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.15.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
INTERCONNECTORID VARCHAR2(10) X Interconnector identifier
DISPATCHINTERVAL NUMBER(22,0) X Dispatch period identifier, from 001 to 288
in format YYYYMMDDPPP.
INTERVENTION NUMBER(2,0) X Intervention case or not
METEREDMWFLOW NUMBER(15,5) Metered MW Flow from SCADA.
11.16.1 DISPATCHLOAD
Name DISPATCHLOAD
Comment DISPATCHLOAD set out the current SCADA MW and target MW for each
dispatchable unit, including relevant Frequency Control Ancillary Services
(FCAS) enabling targets for each five minutes and additional fields to handle
the new Ancillary Services functionality. Fast Start Plant status is indicated
by dispatch mode.
11.16.2 Description
DISPATCHLOAD data is confidential for the current day, showing own details for participant and becomes
public after close of business yesterday, and is available to all participants.
Source
DISPATCHLOAD shows data for every 5 minutes for all units, even zero targets.
Volume
Expect 40-50,000 records per day. All units are repeated, even zero targets.
Note
** A flag exists for each ancillary service type such that a unit trapped or stranded in one or more service
type can be immediately identified. The flag is defined using the low 3 bits as follows:
Flag Bit Description
Name
Enabled 0 The unit is enabled to provide this ancillary service type.
Trapped 1 The unit is enabled to provide this ancillary service type, however the profile for this service type is
causing the unit to be trapped in the energy market.
Stranded 2 The unit is bid available to provide this ancillary service type, however, the unit is operating in the
energy market outside of the profile for this service type and is stranded from providing this service.
Interpretation of the bit-flags as a number gives the following possibilities (i.e. other combinations are not
possible):
Numeric Bit Meaning
Value (2,1,0)
0 000 Not stranded, not trapped, not enabled (i.e. is unavailable).
1 001 Not stranded, not trapped, is enabled (i.e. available).
3 011 Not stranded, is trapped, is enabled (i.e. trapped).
4 100 Is stranded, not trapped, not enabled (i.e. stranded).
For example, testing for availability can be done by checking for odd (=available) or even (=unavailable)
number (e.g. mod(flag,2) results in 0 for unavailable and 1 for available).
*** "Actual FCAS availability" is determined in a post-processing step based on the energy target
(TotalCleared) and bid FCAS trapezium for that interval. However, if the unit is outside the bid FCAS
trapezium at the start of the interval (InitialMW), the "Actual FCAS availability" is set to zero. For
regulation services, the trapezium is the most restrictive of the bid/SCADA trapezium values.
11.16.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
11.16.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date and time starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
DUID VARCHAR2(10) X Dispatchable unit identifier
TRADETYPE NUMBER(2,0) Not used
DISPATCHINTERVAL NUMBER(22,0) Dispatch period identifier, from 001 to 288
in format YYYYMMDDPPP.
INTERVENTION NUMBER(2,0) X Intervention flag if intervention run
CONNECTIONPOINTID VARCHAR2(12) Connection point identifier for DUID
DISPATCHMODE NUMBER(2,0) Dispatch mode for fast start plant (0 to 4).
AGCSTATUS NUMBER(2,0) AGC Status from EMS
* 1 = on
* 0 = off
INITIALMW NUMBER(15,5) Initial MW at start of period
TOTALCLEARED NUMBER(15,5) Target MW for end of period
RAMPDOWNRATE NUMBER(15,5) Ramp down rate used in dispatch (lesser
of bid or telemetered rate).
RAMPUPRATE NUMBER(15,5) Ramp up rate (lesser of bid or
telemetered rate).
LOWER5MIN NUMBER(15,5) Lower 5 min reserve target
LOWER60SEC NUMBER(15,5) Lower 60 sec reserve target
LOWER6SEC NUMBER(15,5) Lower 6 sec reserve target
RAISE5MIN NUMBER(15,5) Raise 5 min reserve target
RAISE60SEC NUMBER(15,5) Raise 60 sec reserve target
RAISE6SEC NUMBER(15,5) Raise 6 sec reserve target
DOWNEPF NUMBER(15,5) Not Used
UPEPF NUMBER(15,5) Not Used
MARGINAL5MINVALUE NUMBER(15,5) Marginal $ value for 5 min
MARGINAL60SECVALU NUMBER(15,5) Marginal $ value for 60 seconds
E
MARGINAL6SECVALUE NUMBER(15,5) Marginal $ value for 6 seconds
MARGINALVALUE NUMBER(15,5) Marginal $ value for energy
VIOLATION5MINDEGRE NUMBER(15,5) Violation MW 5 min
E
VIOLATION60SECDEG NUMBER(15,5) Violation MW 60 seconds
REE
11.17.1 DISPATCHOFFERTRK
Name DISPATCHOFFERTRK
Comment DISPATCHOFFERTRK is the energy and ancillary service bid tracking table
for the Dispatch process. The table identifies which bids from
BIDDAYOFFER and BIDPEROFFER were applied for a given unit and bid
type for each dispatch interval.
11.17.2 Description
DISPATCHOFFERTRK data is confidential to each participant until the next trading day, when the
data is public to all participants.
Source
DISPATCHOFFERTRK updates every 5 minutes.
Volume
Approximately 250,000 records per day.
11.17.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
11.17.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date and time of the dispatch interval
(e.g. five minute dispatch interval ending
28/09/2000 16:35)
DUID VARCHAR2(10) X Dispatchable unit identifier
11.18.1 DISPATCHPRICE
Name DISPATCHPRICE
Comment DISPATCHPRICE records 5 minute dispatch prices for energy and FCAS,
including whether an intervention has occurred, or price override (e.g. for
Administered Price Cap). DISPATCHPRICE updates when price
adjustments occur, in which case the new price is written to the RRP field,
and the old price to the ROP field as an audit trail.
11.18.2 Description
Source
DISPATCHPRICE updates every 5 minutes.
Note
APCFLAG is a 5-bit Region-based field indicating that the original Dispatch Price (ROP) calculated
by the Dispatch Algorithm for a region has undergone modification by one of more of the following
processes:
Bit Value Description
5 16 Price Scaling via Inter-regional Loss Factor (IRLF)
4 8 Price manually overwritten
3 4 MPC or MPF binding (ROP was outside of MPC/MPF)
2 2 VoLL Override applied
1 1 APC or APF binding (ROP was outside of APC/APF)
Where:
MPC = Market Price Cap
MPF = Market Price Floor
11.18.3 Notes
Name Comment Value
Visibility Data in this table is: Public
RUNNO
SETTLEMENTDATE
11.18.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date and time starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no; always 1
REGIONID VARCHAR2(10) X Region Identifier
DISPATCHINTERVAL VARCHAR2(22) X Dispatch interval identifier 001 to 288 in
format YYYYMMDDPPP
INTERVENTION NUMBER(2,0) X Manual intervention flag
RRP NUMBER(15,5) Regional Reference Price for this dispatch
period. RRP is the price used to settle the
market
EEP NUMBER(15,5) Excess energy price - no longer used
ROP NUMBER(15,5) Regional Override Price, being the
original price prior to any price scaling,
price capping or VoLL override being
applied. The APC flag allows the
determination of whether capping, scaling
or override occurred
APCFLAG NUMBER(3,0) APC Active flag (see note)
MARKETSUSPENDEDF NUMBER(3,0) Market suspended flag
LAG
LASTCHANGED DATE Last date and time record changed
RAISE6SECRRP NUMBER(15,5)
RAISE6SECROP NUMBER(15,5)
RAISE6SECAPCFLAG NUMBER(3,0)
RAISE60SECRRP NUMBER(15,5)
RAISE60SECROP NUMBER(15,5)
RAISE60SECAPCFLAG NUMBER(3,0)
RAISE5MINRRP NUMBER(15,5)
RAISE5MINROP NUMBER(15,5)
RAISE5MINAPCFLAG NUMBER(3,0)
RAISEREGRRP NUMBER(15,5)
RAISEREGROP NUMBER(15,5)
RAISEREGAPCFLAG NUMBER(3,0)
LOWER6SECRRP NUMBER(15,5)
LOWER6SECROP NUMBER(15,5)
LOWER6SECAPCFLAG NUMBER(3,0)
LOWER60SECRRP NUMBER(15,5)
LOWER60SECROP NUMBER(15,5)
LOWER60SECAPCFLA NUMBER(3,0)
G
LOWER5MINRRP NUMBER(15,5)
LOWER5MINROP NUMBER(15,5)
LOWER5MINAPCFLAG NUMBER(3,0)
LOWERREGRRP NUMBER(15,5)
LOWERREGROP NUMBER(15,5)
LOWERREGAPCFLAG NUMBER(3,0)
PRICE_STATUS VARCHAR2(20) Status of regional prices for this dispatch
11.19.1 DISPATCHREGIONSUM
Name DISPATCHREGIONSUM
Comment DISPATCHREGIONSUM sets out the 5-minute solution for each dispatch
run for each region, including the Frequency Control Ancillary Services
(FCAS) services provided. Additional fields are for the Raise Regulation and
Lower Regulation Ancillary Services plus improvements to demand
calculations.
11.19.2 Description
Source
DISPATCHREGIONSUM updates every 5 minutes.
Note
For details of calculations about load calculations, refer to Chapter 3 of the "Statement of
Opportunities"
*** "Actual FCAS availability" is determined in a post-processing step based on the energy target
(TotalCleared) and bid FCAS trapezium for that interval. However, if the unit is outside the bid FCAS
trapezium at the start of the interval (InitialMW), the "Actual FCAS availability" is set to zero. For
regulation services, the trapezium is the most restrictive of the bid/SCADA trapezium values.
From 16 February 2006, the old reserve values are no longer populated (i.e. are null), being LORSurplus and
LRCSurplus. For more details on the changes to Reporting of Reserve Condition Data, refer to AEMO
Communication 2042. For the best available indicator of reserve condition in each of the regions of the NEM for each
trading interval, refer to the latest run of the Pre-Dispatch PASA (see table PDPASA_REGIONSOLUTION).
11.19.3 Notes
Name Comment Value
Visibility Data in this table is: Public
11.19.6 Content
Name Data Type Mandat Comment
ory
Q local requirement
LOWER6SECPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of lower 6 sec
LOWER6SECREQ NUMBER(15,5) Not used since Dec 2003. Lower 6 sec
total requirement
LOWER6SECSUPPLYP NUMBER(15,5) Not used since Dec 2003. Supply price of
RICE lower 6 sec
RAISE5MINDISPATCH NUMBER(15,5) Not used since Dec 2003. Raise 5 min
MW dispatch
RAISE5MINIMPORT NUMBER(15,5) Not used since Dec 2003. Raise 5 min
MW imported
RAISE5MINLOCALDISP NUMBER(15,5) Raise 5 min local dispatch
ATCH
RAISE5MINLOCALPRIC NUMBER(15,5) Not used since Dec 2003. Raise price of
E lower 5 min
RAISE5MINLOCALREQ NUMBER(15,5) Not used since Dec 2003. Raise 5 min
local requirement
RAISE5MINPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of raise 5 min
RAISE5MINREQ NUMBER(15,5) Not used since Dec 2003. Raise 5 min
total requirement
RAISE5MINSUPPLYPRI NUMBER(15,5) Not used since Dec 2003. Supply price of
CE raise 5 min
RAISE60SECDISPATCH NUMBER(15,5) Not used since Dec 2003. Raise 60 sec
MW dispatch
RAISE60SECIMPORT NUMBER(15,5) Not used since Dec 2003. Raise 60 sec
MW imported
RAISE60SECLOCALDIS NUMBER(15,5) Raise 60 sec local dispatch
PATCH
RAISE60SECLOCALPRI NUMBER(15,5) Not used since Dec 2003. Local price of
CE raise 60 sec
RAISE60SECLOCALRE NUMBER(15,5) Not used since Dec 2003. Raise 60 sec
Q local requirement
RAISE60SECPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of raise 60 sec
RAISE60SECREQ NUMBER(15,5) Not used since Dec 2003. Raise 60 sec
total requirement
RAISE60SECSUPPLYP NUMBER(15,5) Not used since Dec 2003. Supply price of
RICE raise 60 sec
RAISE6SECDISPATCH NUMBER(15,5) Not used since Dec 2003. Raise 6 sec
MW dispatch
RAISE6SECIMPORT NUMBER(15,5) Not used since Dec 2003. Raise 6 sec
MW imported
RAISE6SECLOCALDISP NUMBER(15,5) Raise 6 sec local dispatch
ATCH
RAISE6SECLOCALPRIC NUMBER(15,5) Not used since Dec 2003. Local price of
E raise 6 sec
RAISE6SECLOCALREQ NUMBER(15,5) Not used since Dec 2003. Raise 6 sec
local requirement
RAISE6SECPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of raise 6 sec
RAISE6SECREQ NUMBER(15,5) Not used since Dec 2003. Raise 6 sec
total requirement
RAISE6SECSUPPLYPRI NUMBER(15,5) Not used since Dec 2003. Supply price of
CE raise 6 sec
AGGEGATEDISPATCHE NUMBER(15,5) Calculated dispatch error
RROR
AGGREGATEDISPATC NUMBER(15,5) Calculated dispatch error
HERROR
LASTCHANGED DATE Last date and time record changed
11.20.1 NEGATIVE_RESIDUE
Name NEGATIVE_RESIDUE
Comment Shows the inputs provided to the Negative Residue Constraints in the
Dispatch horizon
11.20.2 Notes
Name Comment Value
Visibility Data in this table is: Public
11.20.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE date X Dispatch Interval
NRM_DATETIME date X The time that residue information is
processed
DIRECTIONAL_INTERC varchar2(30) X Negative residue related direction
ONNECTORID interconnector id
NRM_ACTIVATED_FLA number(1,0) Is 1 if negative residue process is on, else
G is 0
CUMUL_NEGRESIDUE_ number(15,5) Negative residue triggering amount
AMOUNT
CUMUL_NEGRESIDUE_ number(15,5) Previous trading interval cumulative
PREV_TI negative residue amount
NEGRESIDUE_CURRE number(15,5) Current trading interval negative residue
NT_TI amount
NEGRESIDUE_PD_NEX number(15,5) The cumulative negative residue for the
T_TI next trading interval (PD)
PRICE_REVISION varchar2(30) SubjectToReview, Indeterminate,
Accepted or Rejected
PREDISPATCHSEQNO varchar2(20) Predispatch sequence number
EVENT_ACTIVATED_DI date The starting DI when NRM event is active
EVENT_DEACTIVATED date The finishing DI when NRM event stops
_DI being active.
DI_NOTBINDING_COUN number(2,0) Count of the number of DIs not binding by
T this constraint
DI_VIOLATED_COUNT number(2,0) Count of the number of DIs violated by
this constraint
12 Package: FORCE_MAJEURE
Name FORCE_MAJEURE
Comment Market Suspensions and administer pricing event data
REGIONAPC
APEVENT
APEVENTID REGIONID
EFFECTIVEDATE
VERSIONNO
REGIONAPCINTERVALS
APEVENTREGION
REGIONID
APEVENTID EFFECTIVEDATE
REGIONID VERSIONNO
PERIODID
OVERRIDERRP
REGIONID
STARTDATE
STARTPERIOD
IRFMEVENTS MARKETSUSPENSION
IRFMID SUSPENSIONID
IRFMAMOUNT MARKETSUSREGION
IRFMID SUSPENSIONID
VERSIONNO REGIONID
PERIODID
12.3.1 APEVENT
Name APEVENT
Comment APEVENT is the driving data defining the existence and timeframes of an
administered pricing event.
12.3.2 Notes
Name Comment Value
Visibility Data in this table is: Public
12.3.5 Content
Name Data Type Mandat Comment
ory
APEVENTID NUMBER(22,0) X Unique identifier for this administered
pricing event
EFFECTIVEFROMINTE DATE Date Time of the first Dispatch Interval to
RVAL which the administered event applies
EFFECTIVETOINTERVA DATE Date Time of the final Dispatch Interval to
L which the administered event applies
REASON VARCHAR2(200 Description of the driver for the Event
0)
STARTAUTHORISEDBY VARCHAR2(15) Authorising staff for start of AP event
STARTAUTHORISEDDA DATE Date-Time start authorised
TE
ENDAUTHORISEDBY VARCHAR2(15) Authorising staff for end of AP event
ENDAUTHORISEDDATE DATE Date Time end authorised
LASTCHANGED DATE Date-Time the record was last modified
12.4.1 APEVENTREGION
Name APEVENTREGION
Comment APEVENTREGION is the Region detail for an administered pricing event
defined through APEVENT.
12.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
12.4.5 Content
Name Data Type Mandat Comment
ory
APEVENTID NUMBER(22,0) X Unique identifier for this administered
pricing event
REGIONID VARCHAR2(10) X Date-Time of the first Dispatch Interval to
which the administered event applies
LASTCHANGED DATE Date Time of the final Dispatch Interval to
which the administered event applies
ENERGYAPFLAG NUMBER(1,0) flag indicating if the apevent covers an
energy AP
RAISE6SECAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
raise6sec AP
RAISE60SECAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
raise60sec AP
RAISE5MINAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
raise5min AP
RAISEREGAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
raisereg AP
LOWER6SECAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
lower6sec AP
LOWER60SECAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
lower60sec AP
flag indicating if the apevent covers a
lower5min AP
flag indicating if the apevent covers a
lowerreg AP
flag indicating if the apevent covers a
lower60sec AP
LOWER5MINAPFLAG NUMBER(1,0) flag indicating if the apevent covers a
lower5min AP
12.5.1 IRFMAMOUNT
Name IRFMAMOUNT
Comment IRFMAMOUNT sets out settlement amounts associated with Industrial
Relations Forced Majeure events.
12.5.2 Description
Source
IRFMAMOUNT is obsolete; was updated with each settlement run as required.
12.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.5.6 Content
Name Data Type Mandat Comment
ory
IRFMID VARCHAR2(10) X Unique Industrial Relations Force Majeure
event
EFFECTIVEDATE DATE Date of event
VERSIONNO NUMBER(3,0) X Version number of record of event
PERIODID NUMBER(4,0) X Settlement period
AMOUNT NUMBER(15,5) Total settlement amount in $
AUTHORISEDBY VARCHAR2(15) Person authorising amount
AUTHORISEDDATE DATE Authorised date
LASTCHANGED DATE last changed
12.6.1 IRFMEVENTS
Name IRFMEVENTS
Comment IRFMEVENTS sets out specific Industrial Relations Forced Majeure events.
12.6.2 Description
Source
IRFMEVENTS updates with the occurrence of any such events.
12.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.6.6 Content
Name Data Type Mandat Comment
ory
IRFMID VARCHAR2(10) X
STARTDATE DATE
STARTPERIOD NUMBER(3,0)
ENDDATE DATE
ENDPERIOD NUMBER(3,0)
LASTCHANGED DATE
12.7.1 MARKETSUSPENSION
Name MARKETSUSPENSION
Comment MARKETSUSPENSION sets out a start and end periods of any market
suspension and the reason.
12.7.2 Description
Source
12.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.7.6 Content
Name Data Type Mandat Comment
ory
SUSPENSIONID VARCHAR2(10) X Unique identifier for suspension
STARTDATE DATE Start date of suspension
STARTPERIOD NUMBER(3,0) Start trading interval of suspension
ENDDATE DATE End Date of suspension
ENDPERIOD NUMBER(3,0) End trading interval of suspension
REASON VARCHAR2(64) Reason for suspension
STARTAUTHORISEDBY VARCHAR2(15) User authorising start
ENDAUTHORISEDBY VARCHAR2(15) User authorising end
LASTCHANGED DATE Last date and time record changed
12.8.1 MARKETSUSREGION
Name MARKETSUSREGION
Comment MARKETSUSREGION sets out a regions affected by a market suspension.
12.8.2 Description
Source
12.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.8.6 Content
Name Data Type Mandat Comment
ory
SUSPENSIONID VARCHAR2(10) X Unique identifier of suspension
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
LASTCHANGED DATE Last date and time record changed
12.9.1 OVERRIDERRP
Name OVERRIDERRP
Comment OVERRIDERRP shows details of override price periods.
12.9.2 Description
Source
OVERRIDERRP updates every five minutes when override prices apply for the period.
12.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.9.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Region Identifier
STARTDATE DATE X Starting date of override
STARTPERIOD NUMBER(3,0) X Starting period of override
ENDDATE DATE Termination date of override
ENDPERIOD NUMBER(3,0) Terminate period of override
RRP NUMBER(15,0) Dispatch Price
DESCRIPTION VARCHAR2(128) Description of reason for override
AUTHORISESTART VARCHAR2(15) Authorise Start of Override
AUTHORISEEND VARCHAR2(15) Authorise End of Override
LASTCHANGED DATE Last date and time record changed
12.10.1 REGIONAPC
Name REGIONAPC
Comment REGIONAPC defines Administered Price profiles (Energy and FCAS) for a
region.
12.10.2 Description
Source
REGIONAPC updates when a change is ever made to the Administered Price Cap details. Changes to
this table are infrequent.
12.10.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.10.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Region Identifier
EFFECTIVEDATE DATE X Date the APC profile applies from
VERSIONNO NUMBER(3,0) X Version number for the same date
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(10) Authorised by
LASTCHANGED DATE Last date and time record changed
12.11.1 REGIONAPCINTERVALS
Name REGIONAPCINTERVALS
Comment REGIONAPCINTERVALS contains Administered Price profiles (Energy and
FCAS) applicable to each interval for a region.
12.11.2 Description
Source
REGIONAPCINTERVALS is updated whenever an Administered Price Cap occurs.
12.11.3 Notes
Name Comment Value
Visibility Data in this table is: Public
12.11.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Region Identifier
EFFECTIVEDATE DATE X Date the APC profile applies from
VERSIONNO NUMBER(3,0) X Version number for the same date
PERIODID NUMBER(3,0) X Period number where 1 is the 00:30 EST
APCVALUE NUMBER(16,6) Administered price cap in $
LASTCHANGED DATE Last date and time record changed
APCTYPE NUMBER(3,0) not used
FCASAPCVALUE NUMBER(16,6) FCAS Administered price cap in $
APFVALUE NUMBER(16,6) Administered price floor in $
13 Package: GD_INSTRUCT
Name GD_INSTRUCT
Comment General Dispatch Instruction data
INSTRUCTIONTYPE
INSTRUCTIONTYPEID
INSTRUCTIONSUBTYPE
INSTRUCTIONTYPEID
INSTRUCTIONSUBTYPEID
GDINSTRUCT
ID
INSTRUCTIONTYPEID
INSTRUCTIONSUBTYPEID
13.3.1 GDINSTRUCT
Name GDINSTRUCT
Comment GDINSTRUCT shows all manually issued dispatch instructions for a
dispatchable unit. Ancillary Service instructions are to enable and to disable
(i.e. 2 separate instructions) a service. Non-conforming units are also
instructed via this facility. However, this facility is not the same as the market
notice.
13.3.2 Description
Source
GDINSTRUCT updates on issue of an instruction by AEMO, with visibility restricted on the day of
issue to the relevant participant. All participants have previous days' data available.
13.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
13.3.8 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) Dispatchable unit identifier
STATIONID VARCHAR2(10) Station Identifier
REGIONID VARCHAR2(10) Region Identifier
ID NUMBER(22,0) X Instruction ID (sequential number)
INSTRUCTIONTYPEID VARCHAR2(10) Instruction type
INSTRUCTIONSUBTYP VARCHAR2(10) Instruction sub type
EID
INSTRUCTIONCLASSID VARCHAR2(10) Instruction class
REASON VARCHAR2(64) Reason
INSTLEVEL NUMBER(6,0) Instruction target level
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) User authorised by
PARTICIPANTID VARCHAR2(10) Unique participant identifier
ISSUEDTIME DATE Date / time issued
TARGETTIME DATE Date / time instruction to apply
LASTCHANGED DATE Last date and time record changed
13.4.1 INSTRUCTIONSUBTYPE
Name INSTRUCTIONSUBTYPE
Comment Each Dispatch instruction (GD instruct) has a type and subtype.
INSTRUCTIONSUBTYPE, together with INSTRUCTIONTYPE, sets out valid
instruction types.
13.4.2 Description
Source
INSTRUCTIONSUBTYPE shows ad hoc updates to market configuration.
13.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
13.4.6 Content
Name Data Type Mandat Comment
ory
INSTRUCTIONTYPEID VARCHAR2(10) X Instruction type
INSTRUCTIONSUBTYP VARCHAR2(10) X Subtype for each dispatch instruction
EID type, for example governor off.
DESCRIPTION VARCHAR2(64) Description of instruction subtype
LASTCHANGED DATE Last date and time record changed
13.5.1 INSTRUCTIONTYPE
Name INSTRUCTIONTYPE
Comment Dispatch instruction (GD instruct) has types and subtypes.
INSTRUCTIONTYPE, together with INSTRUCTIONSUBTYPE, sets out valid
instruction types.
13.5.2 Description
Source
INSTRUCTIONTYPE shows ad hoc updates to market configuration.
13.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
13.5.6 Content
Name Data Type Mandat Comment
ory
INSTRUCTIONTYPEID VARCHAR2(10) X Dispatch instruction type for example
FCAS service.
DESCRIPTION VARCHAR2(64) Description of instruction type
REGIONID VARCHAR2(10) Region id if regional instruction only.
LASTCHANGED DATE Last date and time record changed
14 Package: GENERIC_CONSTRAINT
Name GENERIC_CONSTRAINT
Comment Generic Constraint Standing Data and Invocations
GENCONSET GENCONSET sets out generic constraint sets that are invoked and
revoked, and may contain many generic constraints
(GENCONDATA).
GENCONSETINVOKE GENCONSETINVOKE provides details of invoked and revoked
generic constraints. GENCONSETINVOKE is the key table for
determining what constraints are active in dispatch, predispatch
and PASA.
GENCONSETINVOKE also indicates whether constraints are for
interconnector limits, ancillary services, etc.
GENCONSETTRK
GENCONSETINVOKE
GENCONSETID
INVOCATION_ID EFFECTIVEDATE
Link based on VERSIONNO
time and
GenconsetID
GENCONSET
GENCONSETID
EFFECTIVEDATE
VERSIONNO
GENCONID
LHS Terms
Link based on
time and
SPDCONNECTIONPOINTCONSTRAINT GenconID
CONNECTIONPOINTID
EFFECTIVEDATE
VERSIONNO
GENCONID
BIDTYPE RHS Terms
GENCONDATA GENERICCONSTRAINTRHS
SPDINTERCONNECTORCONSTRAINT EFFECTIVEDATE GENCONID
INTERCONNECTORID VERSIONNO EFFECTIVEDATE
GENCONID VERSIONNO
EFFECTIVEDATE
VERSIONNO SCOPE
TERMID
GENCONID
Link where
SPDREGIONCONSTRAINT spd_type = 'X'
REGIONID and spd_id =
EFFECTIVEDATE EquationID
VERSIONNO
GENCONID
BIDTYPE
GENERICEQUATIONRHS
EMSMASTER
SPD_ID EQUATIONID
EFFECTIVEDATE
SPD_TYPE
VERSIONNO
TERMID
GENERICEQUATIONDESC
EQUATIONID
14.3.1 EMSMASTER
Name EMSMASTER
Comment EMSMASTER provides a description of the SCADA measurements that are
associated with the SPD_ID points utilised in generic equation RHS terms
14.3.4 Content
Name Data Type Mandat Comment
ory
SPD_ID VARCHAR(21) X ID defining data source
SPD_TYPE VARCHAR(1) X ID describing type of data source
DESCRIPTION VARCHAR(255) The detailed description of the SCADA
point associated with the SPD_ID
GROUPING_ID VARCHAR(20) The Grouping associated with the SPD ID
- most often a RegionID
LASTCHANGED DATE Last date and time record changed
14.4.1 GENCONDATA
Name GENCONDATA
Comment GENCONDATA sets out the generic constraints contained within a generic
constraint set invoked in PASA, predispatch and dispatch.
Fields enable selective application of invoked constraints in the Dispatch,
Predispatch, ST PASA or MT PASA processes.
14.4.2 Description
Source
GENCONDATA updates as constraint details are updated by AEMO.
Note
The following fields enable selective application of invoked constraints in the Dispatch, Predispatch,
ST PASA or MT PASA processes:
DISPATCH
PREDISPATCH
STPASA
MTPASA
The flag P5MIN_SCOPE_OVERRIDE indicates for each constraint whether 5MPD makes use of the
default Dispatch (P5MIN_SCOPE_OVERRIDE = NULL) or Pre-dispatch
(P5MIN_SCOPE_OVERRIDE = PD) style RHS definition. GENERICCONSTRAINTRHS stores
generic constraint RHS definitions. Constraints without records in GENERICCONSTRAINTRHS only
make use of the static RHS defined in the CONSTRAINTVALUE column in GENCONDATA .
The default value for the P5MIN_SCOPE_OVERRIDE column is NULL, so constraints existing before
implementing the column use the DISPATCH RHS definition by default, as was the case before the
implementation of the change.
14.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.4.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of this constraint
VERSIONNO NUMBER(3,0) X Version with respect to the effective date
GENCONID VARCHAR2(20) X Unique ID for the constraint
CONSTRAINTTYPE VARCHAR2(2) The logical operator (=, >=, <=)
CONSTRAINTVALUE NUMBER(16,6) the RHS value used if there is no dynamic
RHS defined in GenericConstraintRHS
DESCRIPTION VARCHAR2(256) Detail of the plant that is not in service
STATUS VARCHAR2(8) Not used
GENERICCONSTRAINT NUMBER(16,6) The constraint violation penalty factor
WEIGHT
AUTHORISEDDATE DATE Date record authorised
AUTHORISEDBY VARCHAR2(15) User authorising record
DYNAMICRHS NUMBER(15,5) Not used
LASTCHANGED DATE Last date and time record changed
DISPATCH VARCHAR2(1) Flag: constraint RHS used for Dispatch?
1-used, 0-not used
PREDISPATCH VARCHAR2(1) Flag to indicate if the constraint RHS is to
be used for PreDispatch, 1-used, 0-not
used
STPASA VARCHAR2(1) Flag to indicate if the constraint RHS is to
be used for ST PASA, 1-used, 0-not used
MTPASA VARCHAR2(1) Flag to indicate if the constraint RHS is to
be used for MT PASA, 1-used, 0-not used
IMPACT VARCHAR2(64) The device(s) that is affected by the
constraint e.g. Interconnector,
Generator(s) or Cutset
SOURCE VARCHAR2(128) The source of the constraint formulation
LIMITTYPE VARCHAR2(64) The limit type of the constraint e.g.
Transient Stability, Voltage Stability
REASON VARCHAR2(256) The contingency or reason for the
constraint
MODIFICATIONS VARCHAR2(256) Details of the changes made to this
version of the constraint
ADDITIONALNOTES VARCHAR2(256) Extra notes on the constraint
P5MIN_SCOPE_OVERR VARCHAR2(2) Extra notes on the constraint: NULL =
IDE Dispatch RHS applied in 5MPD, PD =
PreDispatch RHS applied in 5MPD
LRC VARCHAR2(1) Flag to indicate if PASA LRC run uses the
constraint; 1-used, 0-not used
LOR VARCHAR2(1) Flag to indicate if PASA LOR run uses the
constraint; 1-used, 0-not used
14.5.1 GENCONSET
Name GENCONSET
Comment GENCONSET sets out generic constraint sets that are invoked and revoked,
and may contain many generic constraints (GENCONDATA).
14.5.2 Description
Source
GENCONSET updates as sets are updated by AEMO.
14.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.5.6 Content
Name Data Type Mandat Comment
ory
GENCONSETID VARCHAR2(20) X Unique ID for the Constraint Set
EFFECTIVEDATE DATE X Date this record becomes effective
VERSIONNO NUMBER(3,0) X Version no of the record for the given
effective date
GENCONID VARCHAR2(20) X Generic Contraint ID
GENCONEFFDATE DATE Since market start in 1998 these fields
have not been used and any data that has
been populated in the fields should be
ignored
GENCONVERSIONNO NUMBER(3,0) Since market start in 1998 these fields
have not been used and any data that has
been populated in the fields should be
ignored
LASTCHANGED DATE Last date and time record changed
14.6.1 GENCONSETINVOKE
Name GENCONSETINVOKE
Comment GENCONSETINVOKE provides details of invoked and revoked generic
constraints. GENCONSETINVOKE is the key table for determining what
constraints are active in dispatch, predispatch and PASA.
GENCONSETINVOKE also indicates whether constraints are for
interconnector limits, ancillary services, etc.
14.6.2 Description
Source
GENCONSETINVOKE updates each time a generic constraint is invoked or revoke time is altered.
Once past the time, these times cannot be altered.
Note
The Replica software does not handle the deletion of GENCONSETINVOKE records. To workaround
this problem, the field STARTAUTHORISEDBY indicates whether a constraint set invocation is
applicable. A non-null value for the STARTAUTHORISEDBY field indicates that the constraint
invocation is active. Essentially inactive invocations have a null value for the
STARTAUTHORISEDBY field. To remove inactive invocations from queries on the
GENCONSETINVOKE table, add the following text to the where clause "and
STARTAUTHORISEDBY is not null".
14.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.6.6 Content
Name Data Type Mandat Comment
ory
INVOCATION_ID NUMBER(9) X Abstract unique identifier for the record.
Allows Invocations to be modified without
affecting PK values
STARTDATE DATE X Market date of start
14.7.1 GENCONSETTRK
Name GENCONSETTRK
Comment GENCONSETTRK assists in determining the correct version of a generic
constraint set that has been invoked in GENCONSETINVOKE.
14.7.2 Description
Source
Ad hoc updates occur to GENCONSETTRK.
14.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.7.6 Content
Name Data Type Mandat Comment
ory
GENCONSETID VARCHAR2(20) X Unique ID for the Constraint Set
EFFECTIVEDATE DATE X Date this record becomes effective
VERSIONNO NUMBER(3,0) X Version no of the record for the given
effective date
DESCRIPTION VARCHAR2(256) Description of the constraint
AUTHORISEDBY VARCHAR2(15) The person who authorised the constraint
set
AUTHORISEDDATE DATE The date and time of authorising the
constraint set
LASTCHANGED DATE Last date and time record changed
COVERAGE VARCHAR2(64) The region the constraint set is located in
or a special grouping (e.g. CHIMERA)
MODIFICATIONS VARCHAR2(256) Details of the changes made to this
version of the constraint set
SYSTEMNORMAL VARCHAR2(1) Not used as of 2005 End of Year Release
[was Flag to indicate if the constraint set
is a system normal (1) or and an outage
set (0)]
OUTAGE VARCHAR2(256) Detail of the plant that is not in service
14.8.1 GENERICCONSTRAINTRHS
Name GENERICCONSTRAINTRHS
Comment GENERICCONSTRAINTRHS sets out details of generic constraint Right
Hand Side (RHS) formulations for dispatch (DS), predispatch (PD) and Short
Term PASA (ST). GENERICCONSTRAINTRHS also includes general
expressions (EQ) used in the dispatch, predispatch and PASA time frames.
GENERICCONSTRAINTRHS replaces data previously available via the
"Constraint Library Excel spreadsheet.
14.8.2 Description
Source
GENERICCONSTRAINTRHS updates whenever a new generic constraint RHS or expression is created or
modified
Volume
Approximately 70,000 records per year
Note
GENERICEQUATIONRHS and GENERICEQUATIONDESC allow commonly used constraint right hand
side formulations to be defined as a generic equation. Once defined, the generic equation can be referenced
from any Generic constraint RHS formulation defined in GENERICCONSTRAINTRHS.
14.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.8.6 Content
Name Data Type Mandat Comment
ory
14.9.1 GENERICEQUATIONDESC
Name GENERICEQUATIONDESC
Comment GENERICEQUATIONDESC defines a generic equation identifier with a
description. The formulation of the generic equation is detailed in
GENERICEQUATIONRHS.
14.9.2 Description
Source
GENERICEQUATIONDESC updates when new a generic equation is created for the first time.
Volume
Approximately 100 records per year
Note
GENERICEQUATIONRHS and GENERICEQUATIONDESC allow commonly used constraint right
hand side formulations to be defined as a generic equation. Once defined, the generic equation can be
referenced from any Generic constraint RHS formulation defined in GENERICCONSTRAINTRHS.
14.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.9.6 Content
Name Data Type Mandat Comment
ory
EQUATIONID VARCHAR2(20) X Generic Equation Identifier
DESCRIPTION VARCHAR2(256) Generic Equation Description
LASTCHANGED DATE Last date and time record changed
IMPACT VARCHAR2(64) The device(s) affected by the constraint
(e.g. Interconnector, Generator(s) or
Cutset)
SOURCE VARCHAR2(128) The source of the constraint formulation
LIMITTYPE VARCHAR2(64) The limit type of the constraint e.g.
Transient Stability, Voltage Stability
14.10.1 GENERICEQUATIONRHS
Name GENERICEQUATIONRHS
Comment GENERICEQUATIONRHS stores the formulation of commonly used
Generic Constraint Right Hand Side Equations referenced from Generic
Constraint Right Hand Side definitions stored in
GENERICCONSTRAINTRHS. The Generic Equation definitions are
versioned and the latest effective version is applied to the dispatch process.
14.10.2 Description
Source
GENERICEQUATIONRHS updates whenever a generic equation is created or modified.
Volume
Approximately 1,000 records per year
Note
GENERICEQUATIONRHS and GENERICEQUATIONDESC allow commonly used constraint right
hand side formulations to be defined as a generic equation. Once defined, the generic equation can be
referenced from any Generic constraint RHS formulation defined in GENERICCONSTRAINTRHS.
To reference a generic equation from a generic constraint RHS definition, specify a SPD_TYPE of X
and the SPD_ID equivalent to the EQUATIONID field in GENERICEQUATIONRHS.
14.10.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.10.6 Content
Name Data Type Mandat Comment
ory
EQUATIONID VARCHAR2(20) X Generic Equation Identifier
14.11.1 SPDCONNECTIONPOINTCONSTRAINT
Name SPDCONNECTIONPOINTCONSTRAINT
Comment SPDCONNECTIONPOINTCONSTRAINT sets out details of connections
point constraints issued in dispatch, predispatch and STPASA.
14.11.2 Description
Source
SPDCONNECTIONPOINTCONSTRAINT updates whenever new connection point constraints are
created.
14.11.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.11.6 Content
Name Data Type Mandat Comment
ory
CONNECTIONPOINTID VARCHAR2(12) X Connection Point Identifier
EFFECTIVEDATE DATE X Effective date of this record
VERSIONNO NUMBER(3,0) X Version no of this record for the effective
date
GENCONID VARCHAR2(20) X Generic Constraint Identifier
FACTOR NUMBER(16,6) Constraint factor
LASTCHANGED DATE Last date and time record changed
BIDTYPE VARCHAR2(12) X Bid Type Identifier; one of (RAISE6SEC,
RAISE60SEC, RAISE5MIN,
LOWER6SEC, LOWER60SEC,
LOWER5MIN, RAISEREG, LOWERREG)
14.12.1 SPDINTERCONNECTORCONSTRAINT
Name SPDINTERCONNECTORCONSTRAINT
Comment SPDINTERCONNECTORCONSTRAINT contains details on the
interconnector constraint factors used in dispatch, predispatch and STPASA.
The details set a LHS value.
14.12.2 Description
Source
SPDINTERCONNECTORCONSTRAINT updates whenever new connection point constraints are
created.
14.12.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.12.6 Content
Name Data Type Mandat Comment
ory
INTERCONNECTORID VARCHAR2(10) X Interconnector Identifier
EFFECTIVEDATE DATE X Effective date of this record
VERSIONNO NUMBER(3,0) X Version no of this record for the effective
date
GENCONID VARCHAR2(20) X Generic Constraint Identifier
FACTOR NUMBER(16,6) Constraint factor
LASTCHANGED DATE Last date and time record changed
14.13.1 SPDREGIONCONSTRAINT
Name SPDREGIONCONSTRAINT
Comment SPDREGIONCONSTRAINT contains details on region demand constraint
factors used in dispatch. SPDREGIONCONSTRAINTsets a LHS value.
14.13.2 Description
Source
SPDREGIONCONSTRAINT is updated whenever AEMO creates new regional constraints.
14.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
14.13.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Region Identifier
EFFECTIVEDATE DATE X Effective date of this record
VERSIONNO NUMBER(3,0) X Version no of this record for the effective
date
GENCONID VARCHAR2(20) X Generic Constraint Identifier
FACTOR NUMBER(16,6) Constraint factor; one of (-1, 1)
LASTCHANGED DATE Last date and time record changed
BIDTYPE VARCHAR2(10) X AS Service type - relates to the BidType
table; one of (RAISE6SEC,
RAISE60SEC, RAISE5MIN,
LOWER6SEC, LOWER60SEC,
LOWER5MIN, RAISEREG, LOWERREG)
15 Package: IRAUCTION
Name IRAUCTION
Comment Inter-regional Residue Auction data
RESIDUECONTRACTPAYMENTS
CONTRACTID
PARTICIPANTID
RESIDUE_CON_ESTIMATES_TRK
AUCTION_REVENUE_TRACK
CONTRACTID
CONTRACTYEAR CONTRACTYEAR
QUARTER QUARTER
AUCTION_TRANCHE VALUATIONID VALUATIONID
VERSIONNO
CONTRACTYEAR
QUARTER
VERSIONNO
TRANCHE
RESIDUE_PRICE_FUNDS_BID
CONTRACTID
INTERCONNECTORID
FROMREGIONID
LINKEDBIDFLAG
RESIDUE_PUBLIC_DATA
AUCTIONID
CONTRACTID
VERSIONNO
AUCTION INTERCONNECTORID
FROMREGIONID
AUCTIONID
RESIDUE_PRICE_BID
PARTICIPANTID
LOADDATE
OPTIONID
AUCTIONID
AUCTION_CALENDAR
CONTRACTYEAR
QUARTER
RESIDUE_CONTRACTS
CONTRACTYEAR RESIDUE_TRK
QUARTER
VERSIONNO
TRANCHE
AUCTIONID
AUCTION_RP_ESTIMATE
CONTRACTYEAR
QUARTER
VALUATIONID
VERSIONNO
INTERCONNECTORID
FROMREGIONID
RESIDUE_BID_TRK AUCTION_IC_ALLOCATIONS
VALUATIONID
VALUATIONID VERSIONNO CONTRACTYEAR
PARTICIPANTID QUARTER
AUCTIONID VERSIONNO
INTERCONNECTORID
FROMREGIONID
RESIDUE_FUNDS_BID
CONTRACTID AUCTION_REVENUE_ESTIMATE
PARTICIPANTID
CONTRACTYEAR
LOADDATE
QUARTER
OPTIONID
VALUATIONID
INTERCONNECTORID
VERSIONNO
FROMREGIONID
INTERCONNECTORID
FROMREGIONID
MONTHNO
15.3.1 AUCTION
Name AUCTION
Comment AUCTION holds auction details. AUCTION is new in March 2003 to support
SRA Inter-Temporal Linking.
15.3.2 Description
Source
Static.
Volume
4 records per year
15.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.3.6 Content
Name Data Type Mandat Comment
ory
AUCTIONID VARCHAR2(30) X Unique id for each auction date
AUCTIONDATE DATE Auction date
NOTIFYDATE DATE
STARTDATE DATE Open date for bidding
ENDDATE DATE Close date for bidding
DESCRIPTION VARCHAR2(100) Description of an auction
AUTHORISEDDATE DATE
AUTHORISEDBY VARCHAR2(30)
LASTCHANGED DATE
15.4.1 AUCTION_CALENDAR
Name AUCTION_CALENDAR
Comment AUCTION_CALENDAR holds the definitions of each auction quarter in a
contract year. AUCTION_CALENDAR supports the Settlement Residue
Auction.
15.4.2 Description
Source
Updates are usually quarterly by the SRA team.
Volume
AUCTION_CALENDAR shows a maximum of 16 records per year.
15.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.4.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
STARTDATE DATE First day of SRA Contract Quarter
expressed as Date
ENDDATE DATE Last day of SRA Contract Quarter
expressed as Date
NOTIFYDATE DATE Default notification date
PAYMENTDATE DATE Date for payment by Participant
RECONCILIATIONDATE DATE Date of reconciliation for the quarter
LASTCHANGED DATE Last date and time record changed
PRELIMPURCHASEST DATE The date the Prelim Purchase Statement
MTDATE is generated
PRELIMPROCEEDSST DATE The date the Prelim Proceeds Statement
MTDATE is generated
FINALPURCHASESTMT DATE The date the Final Purchase Statement is
DATE generated
FINALPROCEEDSSTMT DATE The date the Final Proceeds Statement is
DATE generated
15.5.1 AUCTION_IC_ALLOCATIONS
Name AUCTION_IC_ALLOCATIONS
Comment AUCTION_IC_ALLOCATIONS supports the Settlement Residue Auction by
providing the basis for setting up contracts for individual tranches.
AUCTION_IC_ALLOCATIONS shows the default definitions for the total
number of units and proportion applicable to each directional interconnector
for a specified auction quarter.
15.5.2 Description
Source
Updates are usually quarterly as auctions are held from Settlement Residue Auction team's SRIS
interface.
Volume
AUCTION_IC_ALLOCATIONS contains a maximum of 100 records per year.
15.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.5.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data takes
precedence
INTERCONNECTORID VARCHAR2(10) X Contracted Interconnector Identifier
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
MAXIMUMUNITS NUMBER(5,0) Number of units on the interconnector
PROPORTION NUMBER(8,5) Percentage of the total residue for each
Unit
AUCTIONFEE NUMBER(17,5) Daily auction fee
CHANGEDATE DATE Authorisation date
CHANGEDBY VARCHAR2(15) Name of person authorising this data set
LASTCHANGED DATE Last date and time record changed
15.6.1 AUCTION_REVENUE_ESTIMATE
Name AUCTION_REVENUE_ESTIMATE
Comment AUCTION_REVENUE_ESTIMATE supports the Settlement Residue
Auction, by holding the evaluators estimates of revenue for each month of a
given quarter.
Since reserve prices are no longer applicable from the end of 2001, zero is
used as a default to avoid rewriting the system.
15.6.2 Description
Source
Updates are quarterly from SRA team via SRIS interface
Volume
AUCTION_REVENUE_ESTIMATE contains a maximum of 300 records per year.
15.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.6.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
VALUATIONID VARCHAR2(15) X Identifier of the estimator
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data will take
precedence
15.7.1 AUCTION_REVENUE_TRACK
Name AUCTION_REVENUE_TRACK
Comment AUCTION_REVENUE_TRACK supports the Settlement Residue Auction, by
holding the tracking information for each evaluators estimates for a given
quarter. The status field is dynamic and is used for selection of estimates to
be published.
15.7.2 Description
Source
Updates are quarterly after SRA team updates SRIS interface.
Volume
AUCTION_REVENUE_TRACK contains a maximum of 100 records per year.
15.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.7.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
VALUATIONID VARCHAR2(15) X Identifier of the estimator
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data takes
precedence
EFFECTIVEDATE DATE Date from which the record change is
applicable
STATUS VARCHAR2(10) Internal use
DOCUMENTREF VARCHAR2(30) Reference to methodology document
AUTHORISEDDATE DATE Date of authorisation for this record
15.8.1 AUCTION_RP_ESTIMATE
Name AUCTION_RP_ESTIMATE
Comment AUCTION_RP_ESTIMATE supports the Settlement Residue Auction, by
holding the evaluators estimates of revenue prices for a given quarter.
Since reserve prices are no longer applicable from the end of 2001, zero is
used as a default to avoid rewriting the system.
15.8.2 Description
Source
Updates are quarterly by SRA team via SRIS interface.
Volume
This view contains a maximum of 100 records per year.
15.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.8.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
VALUATIONID VARCHAR2(15) X Identifier of the estimator
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data takes
precedence
INTERCONNECTORID VARCHAR2(10) X Contracted Interconnector
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
RPESTIMATE NUMBER(17,5) Estimate of reserve price
LASTCHANGED DATE Last date and time record was changed
15.9.1 AUCTION_TRANCHE
Name AUCTION_TRANCHE
Comment AUCTION_TRANCHE supports the Settlement Residue Auction, by holding
the default definitions for the percentage number of units allocated and
dates applicable to each tranche for a specified auction quarter. This
information provides the basis for setting up contracts for individual
tranches.
15.9.2 Description
Source
Updates are quarterly from SRA team via SRIS interface.
Volume
AUCTION_TRANCHE contains a maximum of 100 records per year.
15.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.9.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data will take
precedence
TRANCHE NUMBER(2,0) X Label identifying the arbitrary segmented
share of the Interconnector flow
AUCTIONDATE DATE Default date of the auction
NOTIFYDATE DATE Default date participants notified of details
15.10.1 RESIDUE_BID_TRK
Name RESIDUE_BID_TRK
Comment RESIDUE_BID_TRK supports the Settlement Residue Auction, by detailing
which bid was used for which SRA Contract run.
15.10.2 Description
Source
RESIDUE_BID_TRK updates are usually quarterly from participants before an Auction.
RESIDUE_BID_TRK data is confidential to the relevant participant.
RESIDUE_BID_TRK excludes contracts and versions without a valid publication date (i.e invalid bids
are ignored).
Volume
Assuming monthly contracts, RESIDUE_BID_TRK shows a maximum of 500 records per year.
15.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.10.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) SRA Contract unique identifier
VERSIONNO NUMBER(3,0) X Version of Bid used
PARTICIPANTID VARCHAR2(10) X Identifier of participant
BIDLOADDATE DATE Date and time bid used
LASTCHANGED DATE Date and time this record was last
changed
AUCTIONID VARCHAR2(30) X Unique id for each auction date. (new in
March 2003 to support SRA Inter-
Temporal Linking)
15.11.1 RESIDUE_CON_DATA
Name RESIDUE_CON_DATA
Comment RESIDUE_CON_DATA supports the Settlement Residue Auction, by
holding for each participant the confidential data from the auction.
RESIDUE_CON_DATA joins to RESIDUE_PUBLIC_DATA and
RESIDUE_TRK.
15.11.2 Description
Source
RESIDUE_CON_DATA refreshes whenever a Settlement Residue Auction is run (i.e. quarterly).
RESIDUE_CON_DATA data is confidential to the relevant participant.
RESIDUE_CON_DATA excludes contracts and versions without a valid publication date (i.e invalid
bids are ignored).
Volume
RESIDUE_CON_DATA shows a maximum of 6000 records per year.
15.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.11.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X SRA Contract unique identifier
VERSIONNO NUMBER(3,0) X Contract run version
PARTICIPANTID VARCHAR2(10) X Identifier of Contracted Participant
INTERCONNECTORID VARCHAR2(10) X Identifier of Contracted Interconnector
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
UNITSPURCHASED NUMBER(17,5) Units purchased on the directional
15.12.1 RESIDUE_CON_ESTIMATES_TRK
Name RESIDUE_CON_ESTIMATES_TRK
Comment RESIDUE_CON_ESTIMATES_TRK supports the Settlement Residue
Auction, by holding the tracking details of the estimates used to generate the
reserve price for each contract.
15.12.2 Description
Source
RESIDUE_CON_ESTIMATES_TRK updates are quarterly by SRA team.
Volume
Assuming monthly contracts, RESIDUE_CON_ESTIMATES_TRK shows a maximum of 50 records
per year.
15.12.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.12.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X SRA Contract unique identifier
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
QUARTER NUMBER(1,0) X Contract Quarter
VALUATIONID VARCHAR2(15) X Identifier of the estimator
VERSIONNO NUMBER(3,0) Version of a record, as nominated by the
participant
LASTCHANGED DATE Date and time this record was changed
15.13.1 RESIDUE_CON_FUNDS
Name RESIDUE_CON_FUNDS
Comment RESIDUE_CON_FUNDS supports the Settlement Residue Auction, by
holding the fund details for each contract.
15.13.2 Description
Source
RESIDUE_CON_FUNDS updates are quarterly from SRA team via SRIS interface.
Volume
Assuming quarterly contracts, RESIDUE_CON_FUNDS contains a maximum of 600 records per year.
15.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.13.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X SRA Contract unique identifier as
specified by AEMO
INTERCONNECTORID VARCHAR2(10) X Identifier for the Contracted
Interconnector
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
DEFAULTUNITS NUMBER(5,0) Actual number of units allocated based on
the auction default percentage for the
tranche and the total number of units to
be auctioned for this quarter
ROLLOVERUNITS NUMBER(5,0) Units reallocated from the previous
tranche of this quarter
REALLOCATEDUNITS NUMBER(5,0) Units reallocated from the previous
tranche of this quarter because they were
15.14.1 RESIDUE_CONTRACTS
Name RESIDUE_CONTRACTS
Comment RESIDUE_CONTRACTS supports the Settlement Residue Auction, by
holding the contract details for each period for which a residue contract will
be offered.
15.14.2 Description
Source
RESIDUE_CONTRACTS updates are quarterly by AEMO.
Volume
Assuming quarterly contracts, RESIDUE_CONTRACTS contains a maximum of 50 records per year.
15.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.14.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X SRA Contracted Year
QUARTER NUMBER(1,0) X SRA Contracted Quarter
TRANCHE NUMBER(2,0) X Label identifying the arbitrary segmented
share of the Interconnector flow
CONTRACTID VARCHAR2(30) Unique identifier for each SRA Contract
as specified by AEMO
STARTDATE DATE SRA Quarter start date
ENDDATE DATE SRA Quarter end date
NOTIFYDATE DATE Open date of bidding, calculated as
RNOTIFYDATE business days before the
auction date
AUCTIONDATE DATE Close date of bidding, calculated as
15.15.1 RESIDUE_FUNDS_BID
Name RESIDUE_FUNDS_BID
Comment RESIDUE_FUNDS_BID supports the Settlement Residue Auction, by
showing the fund details for each SRA bid by each Participant.
15.15.2 Description
Source
Participant's bid file.
RESIDUE_FUNDS_BID data is confidential to the relevant participant. RESIDUE_FUNDS_BID
shows a maximum of 30,000 records per year.
15.15.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.15.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X SRA Contract identifier
PARTICIPANTID VARCHAR2(10) X Participant identifier
LOADDATE DATE X Date and time the batcher loaded the
SRA offer
OPTIONID NUMBER(3,0) X Unique option identifier (1..20)
INTERCONNECTORID VARCHAR2(10) X Interconnector Identifier
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
UNITS NUMBER(5,0) Quantity of units bid for
LASTCHANGED DATE Last date and time record changed
15.16.1 RESIDUE_PRICE_BID
Name RESIDUE_PRICE_BID
Comment RESIDUE_PRICE_BID supports the Settlement Residue Auction, holding
the unit and bid price details for each participant.
15.16.2 Description
Source
The participant's own bid file
RESIDUE_PRICE_BID data is confidential to the relevant participant.
The public version of the data is available to all auction participants post the associated auction date
in RESIDUE_PRICE_FUNDS_BID.
Volume
RESIDUE_PRICE_BID shows a maximum of 10,000 records per year.
15.16.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.16.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) Not to be used. Unique id for each SRA
contract (specified by AEMO)
PARTICIPANTID VARCHAR2(10) X Participant identifier
LOADDATE DATE X Date and Time the batcher loaded the bid
OPTIONID NUMBER(3,0) X Unique option (bid) identifier (1..800)
BIDPRICE NUMBER(17,5) Price offered for each unit
LASTCHANGED DATE Date and time this record was last
changed
AUCTIONID VARCHAR2(30) X Unique id for each auction date (new in
15.17.1 RESIDUE_PRICE_FUNDS_BID
Name RESIDUE_PRICE_FUNDS_BID
Comment RESIDUE_PRICE_FUNDS_BIDshows the bids producing the auction
outcome, without exposing participant-specific details.
RESIDUE_PRICE_FUNDS_BID is new in March 2003 to support SRA Inter-
Temporal Linking.
15.17.2 Description
RESIDUE_PRICE_FUNDS_BID data is public. The data is available to all auction participants post
the associated auction date.
Volume
The volume is very dependent on the number of active bids. An indication is about 250,000 per year.
15.17.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.17.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X Unique id for each contract specified by
AEMO
INTERCONNECTORID VARCHAR2(10) X Unique interconnector identifier
FROMREGIONID VARCHAR2(10) X Unique region identifier
UNITS NUMBER(5,0) Quantity of units bid
BIDPRICE NUMBER(17,5) Price bid for each unit
LINKEDBIDFLAG NUMBER(6,0) X A unique option id, with respect to the
auction, created to show which bid
elements are linked.
AUCTIONID VARCHAR2(30) X Unique id for each auction date
LASTCHANGED DATE Date and time this record was last
changed
15.18.1 RESIDUE_PUBLIC_DATA
Name RESIDUE_PUBLIC_DATA
Comment RESIDUE_PUBLIC_DATA shows the public auction results.
RESIDUE_PUBLIC_DATA supports the Settlement Residue Auction, by
holding the public details of the auction for a given contract.
RESIDUE_PUBLIC_DATA joins to RESIDUE_CON_DATA and RESIDUE.
15.18.2 Description
RESIDUE_PUBLIC_DATA excludes contracts and versions without a valid publication date (i.e. invalid bids are
ignored).
The data is available to all auction participants post the associated auction date.
Source
RESIDUE_PUBLIC_DATA updates are quarterly from NEMMCO.
Volume
RESIDUE_PUBLIC_DATA shows a maximum of 120 records per year.
15.18.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.18.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X Unique id for each contract to be specified
by AEMO
VERSIONNO NUMBER(3,0) X Version Number
INTERCONNECTORID VARCHAR2(10) X Unique interconnector identifier
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
UNITSOFFERED NUMBER(5,0) Total units offered for auction
15.19.1 RESIDUE_TRK
Name RESIDUE_TRK
Comment RESIDUE_TRK supports the Settlement Residue Auction, by showing the
tracking records for different residue auction runs. RESIDUE_TRK joins to
RESIDUE_PUBLIC_DATA and RESIDUE_CON_DATA.
15.19.2 Description
Source
RESIDUE_TRK updates whenever Settlement Residue Auctions are run and the results published
(i.e. quarterly).
The RESIDUE_TRK data is available to all participants post the associated auction date.
Volume
Assuming quarterly contracts, RESIDUE_TRK shows a maximum of 50 records per year.
15.19.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.19.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) SRA Contract identifier
VERSIONNO NUMBER(3,0) X Contract run version
RUNDATE DATE Date auction results determined
AUTHORISEDDATE DATE Date results published
AUTHORISEDBY VARCHAR2(15) Authorising officer or process
POSTDATE DATE Date the run is authorised
POSTEDBY VARCHAR2(15) Name of authorising officer or process
LASTCHANGED DATE Last date and time record changed
STATUS VARCHAR2(15) Load status [SUCCESSFUL/CORRUPT]
AUCTIONID VARCHAR2(30) X Unique id for each auction date. (new in
March 2003 to support SRA Inter-
Temporal Linking)
15.20.1 RESIDUECONTRACTPAYMENTS
Name RESIDUECONTRACTPAYMENTS
Comment RESIDUECONTRACTPAYMENTS shows Settlement Residue Auction
payment Participant notifications.
15.20.2 Description
15.20.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.20.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) X SRA Contract ID
PARTICIPANTID VARCHAR2(10) X Participant Identifier
LASTCHANGED DATE Date and time this record was last
changed
15.21.1 RESIDUEFILETRK
Name RESIDUEFILETRK
Comment RESIDUEFILETRK records all Settlement Residue Auction offers submitted
by participants.
15.21.2 Description
Source
RESIDUEFILETRK updates are ad hoc from participants
Volume
Assuming quarterly contracts RESIDUEFILETRK contains a maximum of 5,000 records per annum.
Each bid file can contain many bids for each auction. Participants can input multiple bids (with the
last acknowledged file being used in the auction).
15.21.3 Notes
Name Comment Value
Visibility Data in this table is: Private
15.21.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(30) SRA ContractID
PARTICIPANTID VARCHAR2(10) X Participant Identifier
LOADDATE DATE X Date-Time SRA offer was loaded
FILENAME VARCHAR2(40) SRA offer file name
ACKFILENAME VARCHAR2(40) SRA acknowledgment file name
STATUS VARCHAR2(10) Load status [SUCCESSFUL/CORRUPT]
LASTCHANGED DATE Last date and time record changed
AUCTIONID VARCHAR2(30) X Unique id for each auction date. (new in
March 2003 to support SRA Inter-
Temporal Linking)
15.22.1 VALUATIONID
Name VALUATIONID
Comment VALUATIONID shows the identifiers and descriptions of the valuers
submitting estimates of upcoming settlement residues. VALUATIONID
supports the Settlement Residue Auction.
15.22.2 Description
Source
VALUATIONID updates are quarterly from the Settlement Residues Information System [SRIS].
Volume
VALUATIONID shows up to five (5) records. Updates are rare.
15.22.3 Notes
Name Comment Value
Visibility Data in this table is: Public
15.22.6 Content
Name Data Type Mandat Comment
ory
VALUATIONID VARCHAR2(15) X Identifier of the estimator
DESCRIPTION VARCHAR2(80) Full name of estimator
LASTCHANGED DATE Timestamp of record creation or
modification
16 Package: MARKET_CONFIG
Name MARKET_CONFIG
Comment Standing data for the market
INTERCONNECTOR
INTERCONNECTORID
INTERCONNECTORALLOC
INTERCONNECTORCONSTRAINT
EFFECTIVEDATE
VERSIONNO EFFECTIVEDATE
INTERCONNECTORID VERSIONNO
REGIONID INTERCONNECTORID
PARTICIPANTID
REGION BIDTYPESTRK
REGIONID EFFECTIVEDATE
INTRAREGIONALLOC VERSIONNO
EFFECTIVEDATE
VERSIONNO
REGIONID
PARTICIPANTID
REGIONSTANDINGDATA BIDTYPES
EFFECTIVEDATE BIDTYPE
VERSIONNO EFFECTIVEDATE
REGIONID VERSIONNO
TRANSMISSIONLOSSFACTOR
EFFECTIVEDATE
VERSIONNO
CONNECTIONPOINTID
16.3.1 BIDTYPES
Name BIDTYPES
Comment BIDTYPES, together with the associated tracking data in BIDTYPESTRK,
define a set of ancillary services with bidding parameters from a given date.
BIDTYPES is static data describing each type of bid quantity, the number of
applicable bands, how many days ahead a price lock down becomes
effective and the validation rule that applies.
16.3.2 Description
Source
BIDTYPES updates when the static data relating to an ancillary service type is modified.
Volume
Expect modifications to be rare. Allow for approximately 20 records per year.
16.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.3.6 Content
Name Data Type Mandat Comment
ory
BIDTYPE VARCHAR2(10) X Bid Type Identifier
EFFECTIVEDATE DATE X Market date starting at 04:30 inclusive
VERSIONNO NUMBER(3,0) X Record version number
DESCRIPTION VARCHAR2(64) Description of this Bid Type
NUMBEROFBANDS NUMBER(3,0) Number of active bands (1 to 10)
NUMDAYSAHEADPRIC NUMBER(2,0) Number of days prior to the Market Day
ELOCKED when prices are locked from 12:30pm
VALIDATIONRULE VARCHAR2(10) ENERGY or AS validation rules to apply.
LASTCHANGED DATE Last date and time record changed
16.4.1 BIDTYPESTRK
Name BIDTYPESTRK
Comment BIDTYPESTRK, together with the associated data in BIDTYPES, define a
set of ancillary services with bidding parameters from a given date.
16.4.2 Description
Source
BIDTYPESTRK updates when the static data relating to an ancillary service type is modified.
Volume
Expect modifications to be rare. Allow for approximately 20 records per year.
16.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.4.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Market date starting at 04:30 inclusive
VERSIONNO NUMBER(3,0) X Record version number
AUTHORISEDDATE DATE Date of record authorisation. A NULL
value indicates the record is not
authorised.
AUTHORISEDBY VARCHAR2(15) User that authorised record. A NULL
value indicates the record is not
authorised.
LASTCHANGED DATE Last date and time record changed
16.5.1 INTERCONNECTOR
Name INTERCONNECTOR
Comment INTERCONNECTOR sets out valid identifiers for each interconnector.
16.5.2 Description
Source
INTERCONNECTOR changes infrequently, usually annually.
16.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.5.6 Content
Name Data Type Mandat Comment
ory
INTERCONNECTORID VARCHAR2(10) X Unique Id of this interconnector
REGIONFROM VARCHAR2(10) Starting region of the interconnect
RSOID VARCHAR2(10) Not used
REGIONTO VARCHAR2(10) Ending region of the interconnect
DESCRIPTION VARCHAR2(64) Description of interconnector
LASTCHANGED DATE Last date and time record changed
16.6.1 INTERCONNECTORALLOC
Name INTERCONNECTORALLOC
Comment INTERCONNECTORALLOC shows allocations of interconnector residues to
Network Service Providers.
16.6.2 Description
Source
INTERCONNECTORALLOC changes infrequently, typically annually.
16.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
16.6.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective Date of Allocation Details
VERSIONNO NUMBER(5,0) X Version No in respect to effective date
INTERCONNECTORID VARCHAR2(10) X Interconnector identifier
REGIONID VARCHAR2(10) X Region Identifier
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
ALLOCATION NUMBER(12,5) Allocation % / 100
LASTCHANGED DATE Last date and time record changed
16.7.1 INTERCONNECTORCONSTRAINT
Name INTERCONNECTORCONSTRAINT
Comment INTERCONNECTORCONSTRAINT sets out Interconnector limit data used
as defaults in dispatch, predispatch and STPASA and used by SPD in
calculating flows. INTERCONNECTORCONSTRAINT includes an additional
field to restrict an interconnector from support transfer of FCAS.
16.7.2 Description
Source
INTERCONNECTORCONSTRAINT changes infrequently, typically annually.
16.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.7.6 Content
Name Data Type Mandat Comment
ory
RESERVEOVERALLLO NUMBER(5,2) SPD Factor
ADFACTOR
FROMREGIONLOSSSH NUMBER(5,2) Loss share attributable to from region
ARE
EFFECTIVEDATE DATE X Date that this limit is effective from
VERSIONNO NUMBER(3,0) X Version for this date
INTERCONNECTORID VARCHAR2(10) X Unique Id of this interconnector
MAXMWIN NUMBER(15,5) Limit of energy flowing into the
RegionFrom
MAXMWOUT NUMBER(15,5) Limit of energy flowing out of the Region
LOSSCONSTANT NUMBER(15,6) Constant Loss factor
LOSSFLOWCOEFFICIE NUMBER(27,17) Linear coefficient of loss factor calculation
NT
EMSMEASURAND VARCHAR2(40) Identifies the EMS entity that represents
16.8.1 INTRAREGIONALLOC
Name INTRAREGIONALLOC
Comment INTRAREGIONALLOC shows allocations of intra-regional residues to
participants.
16.8.2 Description
Source
The data in INTRAREGIONALLOC changes infrequently.
16.8.3 Notes
Name Comment Value
Visibility Data in this table is: Private
16.8.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective Date of Allocation Details
VERSIONNO NUMBER(5,0) X Version No in respect to effective date
REGIONID VARCHAR2(10) X Region Identifier
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
ALLOCATION NUMBER(12,5) Allocation Percent / 100
LASTCHANGED DATE Last changed date/time
16.9.1 LOSSFACTORMODEL
Name LOSSFACTORMODEL
Comment LOSSFACTORMODEL sets out the demand coefficients for each
interconnector, used by LP Solver modelling of interconnector flows.
16.9.2 Description
Source
LOSSFACTORMODEL only changes annually, when there is a change in the interconnector.
16.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.9.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Calendar date data set is effective
VERSIONNO NUMBER(3,0) X Version number within effective date of
the status proposed
INTERCONNECTORID VARCHAR2(10) X The unique identifier for the
interconnector.
REGIONID VARCHAR2(10) X The unique region identifier for a
connection point of the interconnector
DEMANDCOEFFICIENT NUMBER(27,17) The coefficient applied to the region
demand in the calculation of the
interconnector loss factor
LASTCHANGED DATE Last date and time record changed
16.10.1 LOSSMODEL
Name LOSSMODEL
Comment LOSSMODEL sets out segment breakpoints in loss model for each
interconnector, used by LP Solver modelling of interconnector flows.
16.10.2 Description
Source
LOSSMODEL only changes annually, when there is a change in the interconnector.
16.10.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.10.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Calendar date data set is effective
VERSIONNO NUMBER(3,0) X Version number within effective date
INTERCONNECTORID VARCHAR2(10) X Interconnector identifier
PERIODID VARCHAR2(20) Not used
LOSSSEGMENT NUMBER(6,0) X Segment Identifier (1 to 80 at present)
MWBREAKPOINT NUMBER(6,0) MW Value for segment
LOSSFACTOR NUMBER(16,6) Not used
LASTCHANGED DATE Last date and time record changed
16.11.1 MARKET_PRICE_THRESHOLDS
Name MARKET_PRICE_THRESHOLDS
Comment MARKET_PRICE_THRESHOLDS sets out the market cap , floor and
administered price thresholds applying to the electricity market
16.11.2 Description
Source
MARKET_PRICE_THRESHOLDS only changes when a change is made to a market price threshold.
This table changes infrequently.
16.11.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.11.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Calendar date that this record becomes
effective
VERSIONNO NUMBER(4,0) X version no for the effective date
VOLL NUMBER(15,5) value of lost load if total supply falls short
of demand after load management then
involuntary load
MARKETPRICEFLOOR NUMBER(15,5) The floor price that the spot market price
will not fall below.
ADMINISTERED_PRICE NUMBER(15,5) Threshold value beyond which Aggregate
_THRESHOLD Prices per Region over 336 Trade
Intervals (Energy), or 2016 Dispatch
Intervals (FCAS), will result in an
Administered Price declaration
AUTHORISEDDATE DATE date data authorised
AUTHORISEDBY VARCHAR2(15) user authorising
LASTCHANGED DATE Last date and time record changed
16.12.1 REGION
Name REGION
Comment REGION sets out valid region IDs.
16.12.2 Description
Source
REGION updates if a change is ever made to a region. This table is static data and is likely to change
very infrequently.
16.12.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.12.6 Content
Name Data Type Mandat Comment
ory
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
DESCRIPTION VARCHAR2(64) Full description of region
REGIONSTATUS VARCHAR2(8) Status of the region e.g. working, inactive,
archive.
LASTCHANGED DATE Last date and time record changed
16.13.1 REGIONSTANDINGDATA
Name REGIONSTANDINGDATA
Comment REGIONSTANDINGDATA sets out standing region data including the region
reference node.
16.13.2 Description
Source
REGIONSTANDINGDATA only changes when a change is made to a region. This table changes
infrequently.
16.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.13.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of this record, only the
latest date applies
VERSIONNO NUMBER(3,0) X Version No of the standing data that
should be effective on this date
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
RSOID VARCHAR2(10) the unique identifier of the participant with
responsibility for the region.
REGIONALREFERENCE VARCHAR2(10) unique id of a connection point, being the
POINTID reference point for this region
PEAKTRADINGPERIOD NUMBER(3,0) Period identifier of the peak trading period
of this connection point
AUTHORISEDDATE DATE Date record authorised
AUTHORISEDBY VARCHAR2(15) User authorising record
SCALINGFACTOR NUMBER(15,5) Scaling factor for regional FCAS
requirement
LASTCHANGED DATE Last date and time record changed
16.14.1 TRANSMISSIONLOSSFACTOR
Name TRANSMISSIONLOSSFACTOR
Comment TRANSMISSIONLOSSFACTOR shows the Transmission Loss factors
applied at each connection point.
16.14.2 Description
Source
TRANSMISSIONLOSSFACTOR updates when new connection points are created or loss factors
change.
16.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
16.14.6 Content
Name Data Type Mandat Comment
ory
TRANSMISSIONLOSSF NUMBER(15,5) X Transmission Loss Factor
ACTOR
EFFECTIVEDATE DATE X Effective date of record
VERSIONNO NUMBER(22,0) X Version no of record for given effective
date
CONNECTIONPOINTID VARCHAR2(10) X Connection Point ID
REGIONID VARCHAR2(10)
LASTCHANGED DATE Record creation timestamp
SECONDARY_TLF NUMBER(18,8) Secondary transmission loss factor
applied in settlements for generator
purchases.
17 Package: MARKET_NOTICE
Name MARKET_NOTICE
Comment Market Notice data
MARKETNOTICETYPE
TYPEID
MARKETNOTICEDATA
NOTICEID
TYPEID
PARTICIPANTNOTICETRK
PARTICIPANTID
NOTICEID
17.3.1 MARKETNOTICEDATA
Name MARKETNOTICEDATA
Comment MARKETNOTICEDATA shows market notices data provided to all
participants (market) and specific participants (participant).
17.3.2 Description
MARKETNOTICEDATA data is confidential to each participant, although some notices are sent to all
participants.
Source
MARKETNOTICEDATA updates immediately available.
17.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private & Public
17.3.6 Content
Name Data Type Mandat Comment
ory
NOTICEID NUMBER(10,0) X Notice Identifier
EFFECTIVEDATE DATE Effective Date of Market notice
TYPEID VARCHAR2(25) Market Notice Type Identifier (Market - all
participants. Participant - selected
participants)
NOTICETYPE VARCHAR2(25) Market Notice Type
LASTCHANGED DATE Last date and time record changed
REASON VARCHAR2(200 Detail of market notices.
0)
EXTERNALREFERENC VARCHAR2(255) External Reference for extra data
E pertaining to market notice
17.4.1 MARKETNOTICETYPE
Name MARKETNOTICETYPE
Comment MARKETNOTICETYPE sets out the different types of market notices (e.g.
market systems).
17.4.2 Description
Source
MARKETNOTICETYPE updates whenever market notice types change.
17.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
17.4.6 Content
Name Data Type Mandat Comment
ory
TYPEID VARCHAR2(25) X Identifier for market notice type
DESCRIPTION VARCHAR2(64) Type description
RAISEDBY VARCHAR2(10) Not used
LASTCHANGED DATE Last date and time record changed
17.5.1 PARTICIPANTNOTICETRK
Name PARTICIPANTNOTICETRK
Comment PARTICIPANTNOTICETRK provides the cross-reference between
participant market notices and participants.
17.5.2 Description
Source
PARTICIPANTNOTICETRK updates immediately, whenever a participant notice is issued.
17.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private
17.5.7 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
NOTICEID NUMBER(10,0) X Market notice identifier
LASTCHANGED DATE Last date and time record changed
18 Package: METER_DATA
Name METER_DATA
Comment Wholesale market aggregated Meter data
METERDATA_INDIVIDUAL_READS
CASE_ID
METERDATA_TRK
SETTLEMENTDATE
METER_ID CASE_ID
METER_ID_SUFFIX
PERIODID
METERDATA_INTERCONNECTOR
CASE_ID
METERDATA_AGGREGATE_READS SETTLEMENTDATE
INTERCONNECTORID
CASE_ID
PERIODID
SETTLEMENTDATE
CONNECTIONPOINTID
METER_TYPE
FRMP
LR
PERIODID
18.3.1 METERDATA_AGGREGATE_READS
Name METERDATA_AGGREGATE_READS
Comment Publishes aggregated metering data associated with a wholesale connection
point for a given CASE_ID
18.3.2 Notes
Name Comment Value
Visibility Data in this table is: Private
18.3.5 Content
Name Data Type Mandat Comment
ory
CASE_ID NUMBER(15,0) X Case Identifier
SETTLEMENTDATE DATE X Settlement date within the case
CONNECTIONPOINTID VARCHAR2(20) X Connection Point ID
METER_TYPE VARCHAR2(20) X The meter type for the read, one of:
CUSTOMER; GENERATOR;
EMBEDDED_GENERATOR
FRMP VARCHAR2(20) X The financially responsible market
participantid
LR VARCHAR2(20) X The local retailer at the connection point
id
PERIODID NUMBER(3,0) X The settlement interval identifier
IMPORTVALUE NUMBER(18,8) X The import(pool-centric) value for the
meter read (MWh)
EXPORTVALUE NUMBER(18,8) X The export(pool-centric) value for the
meter read (MWh)
LASTCHANGED DATE Last changed date for the record
18.4.1 METERDATA_INDIVIDUAL_READS
Name METERDATA_INDIVIDUAL_READS
Comment Publishes metering data associated with individual metering points for a
given CASE_ID
18.4.2 Notes
Name Comment Value
Visibility Data in this table is: Private
18.4.5 Content
Name Data Type Mandat Comment
ory
CASE_ID NUMBER(15,0) X Case Identifier
SETTLEMENTDATE DATE X Settlement date within the case
METER_ID VARCHAR2(20) X The National Metering Identifier (NMI)
METER_ID_SUFFIX VARCHAR2(20) X The National Metering Identifier (NMI)
data stream
FRMP VARCHAR2(20) X The financially responsible market
participantid
LR VARCHAR2(20) X The local retailer at the connection point
id
PERIODID NUMBER(3,0) X The settlement interval identifier
CONNECTIONPOINTID VARCHAR2(20) X Connection Point ID
METER_TYPE VARCHAR2(20) X The meter type for the read, one of:
CUSTOMER; GENERATOR;
EMBEDDED_GENERATOR
IMPORTVALUE NUMBER(18,8) X The import(pool-centric) value for the
meter read (MWh)
EXPORTVALUE NUMBER(18,8) X The export(pool-centric) value for the
meter read (MWh)
LASTCHANGED DATE Last changed date for the record
18.5.1 METERDATA_INTERCONNECTOR
Name METERDATA_INTERCONNECTOR
Comment Publishes metering data associated with wholesale interconnectors for a
given CASE_ID
18.5.2 Notes
Name Comment Value
Visibility Data in this table is: Public
18.5.5 Content
Name Data Type Mandat Comment
ory
CASE_ID NUMBER(15,0) X Case Identifier
SETTLEMENTDATE DATE X Settlement date within the case
INTERCONNECTORID VARCHAR2(20) X Interconnector Identifier
PERIODID NUMBER(3,0) X The settlement interval identifier
IMPORTVALUE NUMBER(18,8) The import direction value for the meter
read (MWh)
EXPORTVALUE NUMBER(18,8) The export direction value for the meter
read (MWh)
LASTCHANGED DATE Last changed date for the record
18.6.1 METERDATA_TRK
Name METERDATA_TRK
Comment Tracking table for the publication of wholesale settlement data associated
with BILLING run
18.6.2 Notes
Name Comment Value
Visibility Data in this table is: Public
18.6.5 Content
Name Data Type Mandat Comment
ory
CASE_ID NUMBER(15,0) X Case Identifier
AGGREGATE_READS_ DATE Timestamp of the aggregated reads being
LOAD_DATETIME loaded for this case
INDIVIDUAL_READS_L DATE Timestamp of the non aggregated reads
OAD_DATETIME being loaded for this case
STARTDATE DATE The start date of data associated with the
CASE_ID
ENDDATE DATE The end date of data associated with the
Case_ID
LASTCHANGED DATE Last changed date for the record
19 Package: MREVENT
Name MREVENT
Comment Mandatory Restrictions Event data
MR_EVENT
MR_DATE
REGIONID
MR_DAYOFFER_STACK
MR_EVENT_SCHEDULE
MR_DATE
MR_DATE
REGIONID
REGIONID
VERSION_DATETIME
VERSION_DATETIME
STACK_POSITION
MR_PEROFFER_STACK
MR_DATE
REGIONID
VERSION_DATETIME
STACK_POSITION
PERIODID
19.3.1 MR_DAYOFFER_STACK
Name MR_DAYOFFER_STACK
Comment MR_DAYOFFER_STACK defines the Stack order for each version of the
Acceptance Schedule, including all units submitting MR offers for that event.
MR_DAYOFFER_STACK is the child to MR_EVENT_SCHEDULE, and
parent to MR_PEROFFER_STACK.
19.3.2 Description
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 the MR_EVENT_SCHEDULE, MR_DAYOFFER_STACK and MR_PEROFFER_STACK.
MR_DAYOFFER_STACK updates are confidential on day of submission, with public exposure the
next day.
Source
MR_DAYOFFER_STACK updates are ad hoc.
Volume
100 rows per year
19.3.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
19.3.6 Content
Name Data Type Mandat Comment
ory
MR_DATE DATE X Mandatory Restriction imposition date
REGIONID VARCHAR2(10) X Unique RegionID
VERSION_DATETIME DATE X Allows many Stack versions
STACK_POSITION NUMBER(3,0) X Loss Adjusted Offer Factor Stack order
starting at 1
DUID VARCHAR2(10) Dispatchable Unit ID or LinkID
AUTHORISED NUMBER(1,0) Confirms the unit is allowed to Contribute
MR Capacity
OFFER_SETTLEMENTD DATE Foreign key reference to
ATE XXXX_DayOffer.SettlementDate
OFFER_OFFERDATE DATE Foreign key reference to
XXXX_DayOffer.OfferDate
OFFER_VERSIONNO NUMBER(3,0) Foreign key reference to
XXXX_DayOffer.VersionNo
OFFER_TYPE VARCHAR2(20) Source tables - ENERGY or MNSP
LAOF NUMBER(16,6) Loss Adjusted Offer Factor = TLF times
MR_Factor
LASTCHANGED DATE Date and time the record was last
inserted/modified
19.4.1 MR_EVENT
Name MR_EVENT
Comment MR_EVENT defines an MR Event for a given region on a specific trading
date.
19.4.2 Description
MR_EVENT defines a mandatory restriction event for a given region and trading date (04:30 to
04:00). Data within MR_EVENT includes the cut-off time for submission of MR offers for this event
and a notification that the settlements figures are locked due to results from an independent expert
being engaged to allocate settlement of a significant shortfall. If mandatory restrictions are defined in
two regions on the same trading day, two MR events are defined.
Source
MR_EVENT updates are ad hoc.
Volume
1 Row per year
19.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
19.4.6 Content
Name Data Type Mandat Comment
ory
MR_DATE DATE X Mandatory Restriction imposition date
REGIONID VARCHAR2(10) X Unique RegionID
DESCRIPTION VARCHAR2(200) Description of MR
AUTHORISEDDATE DATE Required for MR_Event to take effect
AUTHORISEDBY VARCHAR2(20) Ignored - Tracking purpose only
OFFER_CUT_OFF_TIM DATE Cut off after when new Offers and Scaling
19.5.1 MR_EVENT_SCHEDULE
Name MR_EVENT_SCHEDULE
Comment MR_EVENT_SCHEDULE defines the Stack version of the Acceptance
Schedule and is the parent table to MR_DayOffer_Stack and
MR_PerOffer_Stack.
19.5.2 Description
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 the MR_Event_Schedule, MR_DayOffer_Stack and MR_PerOffer_Stack table.
The MR_EVENT_SCHEDULE table determines the existence of an MR offer acceptance stack for a
specific MR schedule of an MR event. The MR_EVENT_SCHEDULE table also tracks the time each
stack is exercised. MR_EVENT_SCHEDULE is public and notifies the market that a new offer stack
has been created.
Source
MR_EVENT_SCHEDULE updates are ad hoc.
Volume
2 Rows per year
19.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
19.5.6 Content
Name Data Type Mandat Comment
ory
MR_DATE DATE X Mandatory Restriction imposition date
REGIONID VARCHAR2(10) X Unique RegionID
19.6.1 MR_PEROFFER_STACK
Name MR_PEROFFER_STACK
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.
19.6.2 Description
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.
Source
MR_PEROFFER_STACK updates are ad hoc.
Volume
4800 rows per year
19.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
19.6.6 Content
Name Data Type Mandat Comment
ory
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
20 Package: MTPASA
Name MTPASA
Comment Results from a published Medium Term PASA Run and region-
aggregate offered PASA Availability of scheduled generators
MTPASA_REGIONSOLUTION MTPASA_INTERCONNECTORSOLUTION
RUN_DATETIME RUN_DATETIME
RUN_NO MTPASA_CASESOLUTION RUN_NO
ENERGYBLOCK ENERGYBLOCK
RUN_DATETIME
DAY RUN_NO DAY
LDCBLOCK LDCBLOCK
REGIONID INTERCONNECTORID
RUNTYPE RUNTYPE
MTPASA_RESERVELIMITSOLUTION
RUN_DATETIME
RUN_NO
RUNTYPE
ENERGYBLOCK
DAY
LDCBLOCK
RESERVELIMITID
MTPASA_REGIONAVAILABILITY
MTPASA_REGIONAVAIL_TRK
PUBLISH_DATETIME
PUBLISH_DATETIME DAY
REGIONID
20.3.1 MTPASA_CASESOLUTION
Name MTPASA_CASESOLUTION
Comment MTPASA_CASESOLUTION holds one record for each entire solution.
Change Notice 379 announced the replacement of the MT PASA data model
so all MTPASAxxx tables become obsolete, replaced by MTPASA_xxx
tables.
20.3.2 Description
Source
MTPASA_CASESOLUTION is updated each MTPASA run (i.e. weekly).
Volume
Rows per week: 1
Rows per month: 5
Monthly space increment is based on storing all the MT PASA solutions. To store only the latest
solution, divide these figures by 5 (number of weeks per month rounded up).
20.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
20.3.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins.
Generated from the solution file caseid
RUN_NO NUMBER(3,0) X Unique run id. Generated from the
solution file caseid
PASAVERSION VARCHAR2(10) Version of the PASA solver used to solve
this case
RESERVECONDITION NUMBER(1,0) Low Reserve Condition (LRC) flag for the
20.4.1 MTPASA_CONSTRAINTSOLUTION
Name MTPASA_CONSTRAINTSOLUTION
Comment The MTPASA_CONSTRAINTSOLUTION table holds the binding and
violated constraint results from the capacity evaluation, including the RHS
value.
Change Notice 379 announced the replacement of the MT PASA data model
so all MTPASAxxx tables become obsolete, replaced by MTPASA_xxx
tables.
20.4.2 Description
Source
MTPASA_CONSTRAINTSOLUTION is updated each MTPASA run (i.e. weekly).
Volume
Rows per week: 230
To store only the latest solution, divide these figures by 5.
20.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
20.4.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins
RUN_NO NUMBER(3,0) X Unique run id. Generated from the
solution file caseid
20.5.1 MTPASA_INTERCONNECTORSOLUTION
Name MTPASA_INTERCONNECTORSOLUTION
Comment The MTPASA_INTERCONNECTORSOLUTION table shows the results of
the capacity evaluation for Interconnectors, including the calculated limits for
the ldcblock within the day.
Change Notice 379 announced the replacement of the MT PASA data model
so all MTPASAxxx tables become obsolete, replaced by MTPASA_xxx
tables (see Change Notices 400, 400a and 400b).
20.5.2 Description
Source
MTPASA_INTERCONNECTORSOLUTION is updated each MTPASA run (i.e. weekly).
Volume
Rows per week: 35280
To store only the latest solution, divide these figures by 5 (number of weeks per month rounded up).
20.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
20.5.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins
RUN_NO NUMBER(3,0) X Unique run id. Generated from the
solution file caseid
20.6.1 MTPASA_REGIONAVAIL_TRK
Name MTPASA_REGIONAVAIL_TRK
Comment The tracking table to assist in versioning of the region-aggregate offered
PASA Availability data published to the MTPASA_REGIONAVAILABILITY
table.
20.6.2 Notes
Name Comment Value
Visibility Data in this table is: Public
20.6.4 Content
Name Data Type Mandat Comment
ory
PUBLISH_DATETIME DATE X Date Time the report was published.
STARTDATE DATE First date of the report inclusive.
ENDDATE DATE Last date of the report inclusive.
LATEST_OFFER_DATE DATE Date Time of the latest offer used in the
TIME report.
20.7.1 MTPASA_REGIONAVAILABILITY
Name MTPASA_REGIONAVAILABILITY
Comment Stores the Region-aggregate offered PASA Availability of scheduled
generators for each day over the Medium Term PASA period. The data in
this table is an aggregate of input data to the MT PASA process it is not part
of the MTPASA solution. The aggregate availability does not reflect any
energy limitations in the MT PASA offers.
20.7.2 Notes
Name Comment Value
Visibility Data in this table is: Public
20.7.4 Content
Name Data Type Mandat Comment
ory
PUBLISH_DATETIME DATE X Date Time the report was published.
DAY DATE X Date on which the aggregation applies.
REGIONID VARCHAR2(20) X NEM Region.
PASAAVAILABILITY_SC NUMBER(12,0) Aggregate of the offered PASA
HEDULED Availability for all Scheduled generators in
this region.
LATEST_OFFER_DATE DATE Date Time of the latest offer used in the
TIME aggregation for this region and date.
20.8.1 MTPASA_REGIONSOLUTION
Name MTPASA_REGIONSOLUTION
Comment The MTPASA_REGIONSOLUTION table shows the results of the regional
capacity, maximum surplus reserve and maximum spare capacity
evaluations for each day and ldcblock of the study.
20.8.2 Description
Source
MTPASA_REGIONSOLUTION is updated each MTPASA run (i.e. weekly).
Volume
Rows per week: 29400
To store only the latest solution, divide these figures by 5 (number of weeks per month rounded up).
20.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
20.8.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins
RUN_NO NUMBER(3,0) X Unique run id. Generated from the
solution file caseid
ENERGYBLOCK DATE X Sunday at start of the week for this
solutions energy block. Generated from
the solution file energy block
20.9.1 MTPASA_RESERVELIMITSOLUTION
Name MTPASA_RESERVELIMITSOLUTION
Comment MT PASA Solution table reporting whether a MT PASA Reserve requirement
is binding for each day and LDC block of the run.
20.9.2 Description
Source
Volume
400,000 rows per year
20.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
20.9.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins
RUN_NO NUMBER(3,0) X Unique run ID. Generated from the
solution file Case ID.
RUNTYPE VARCHAR2(20) X Type of run. Values are
RELIABILITY_LRC and OUTAGE_LRC
ENERGYBLOCK DATE X Sunday at start of the week for this
solutions energy block. Generated from
the solution file energy block.
DAY DATE X Day this solution is for. Generated from
the solution file period id.
LDCBLOCK NUMBER(3,0) X Load Duration Curve block this solution is
for. Generated from the solution file
period id.
RESERVELIMITID VARCHAR2(20) X The unique identifier of the MT PASA
LRC Reserve Requirement.
MARGINALVALUE NUMBER(16,6) Marginal Value of the Reserve
Requirement Constraint. A non-zero value
indicates that the reserve requirement is
binding.
LASTCHANGED DATE Timestamp the record was last modified.
21 Package: P5MIN
Name P5MIN
Comment Results from a published Five-Minute Predispatch Run
P5MIN_LOCAL_PRICE Sets out local pricing offsets associated with each DUID connection
point for each dispatch period
P5MIN_REGIONSOLUTION The five-minute predispatch (P5Min) is a MMS system providing
projected dispatch for 12 Dispatch cycles (one hour). The 5-minute
Predispatch cycle runs every 5-minutes to produce a dispatch and
pricing schedule to a 5-minute resolution covering the next hour, a
total of twelve periods.
P5MIN_REGIONSOLUTION shows the results of the regional
capacity, maximum surplus reserve and maximum spare capacity
evaluations for each period of the study.
P5MIN_CONSTRAINTSOLUTION P5MIN_UNITSOLUTION
RUN_DATETIME RUN_DATETIME
INTERVAL_DATETIME INTERVAL_DATETIME
CONSTRAINTID DUID
P5MIN_LOCAL_PRICE
RUN_DATETIME P5MIN_CASESOLUTION
INTERVAL_DATETIME RUN_DATETIME
DUID
P5MIN_INTERCONNECTORSOLN P5MIN_REGIONSOLUTION
RUN_DATETIME RUN_DATETIME
INTERCONNECTORID INTERVAL_DATETIME
INTERVAL_DATETIME REGIONID
P5MIN_BLOCKEDCONSTRAINT
RUN_DATETIME
CONSTRAINTID
21.3.1 P5MIN_BLOCKEDCONSTRAINT
Name P5MIN_BLOCKEDCONSTRAINT
Comment P5MIN Blocked Constraints lists any constraints that were blocked in a
P5MIN run. If no constraints are blocked, there will be no rows for that 5
minute predispatch run.
21.3.2 Notes
Name Comment Value
Visibility Data in this table is: Public
21.3.4 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X 5-minute Predispatch Run
CONSTRAINTID VARCHAR2(20) X Generic Constraint identifier (synonymous
with GenConID)
21.4.1 P5MIN_CASESOLUTION
Name P5MIN_CASESOLUTION
Comment The five-minute predispatch (P5Min) is a MMS system providing projected
dispatch for 12 Dispatch cycles (one hour). The 5-minute Predispatch cycle
runs every 5-minutes to produce a dispatch and pricing schedule to a 5-
minute resolution covering the next hour, a total of twelve periods.
P5MIN_CASESOLUTION shows one record containing results pertaining to
the entire solution.
21.4.2 Description
Source
P5MIN_CASESOLUTION updates every 5 minutes.
Volume
Rows per day: 288
21.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
21.4.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
STARTINTERVAL_DAT VARCHAR2(20) Date and Time of first interval in study
ETIME
TOTALOBJECTIVE NUMBER(27,10) The Objective function from the LP
NONPHYSICALLOSSES NUMBER(1,0) Flag to indicate non-physical losses
occurred in this study
TOTALAREAGENVIOLA NUMBER(15,5) Sum of Regional Energy balance
TION violations
TOTALINTERCONNECT NUMBER(15,5) Sum of Interconnector violations of
ORVIOLATION standing data limits
TOTALGENERICVIOLAT NUMBER(15,5) Sum of Generic Constraint violations
ION
TOTALRAMPRATEVIOL NUMBER(15,5) Sum of Unit Ramp Rate violations
ATION
TOTALUNITMWCAPACI NUMBER(15,5) Sum of unit capacity violations
TYVIOLATION
TOTAL5MINVIOLATION NUMBER(15,5) Sum of regional 5 min FCAS violations
TOTALREGVIOLATION NUMBER(15,5) Sum of regional regulation FCAS
violations
TOTAL6SECVIOLATION NUMBER(15,5) Sum of regional 6 sec FCAS violations
TOTAL60SECVIOLATIO NUMBER(15,5) Sum of regional 60 sec FCAS violations
N
TOTALENERGYCONST NUMBER(15,5) Sum of unit energy constrained violations
RVIOLATION
TOTALENERGYOFFER NUMBER(15,5) Sum of unit offer violations
VIOLATION
TOTALASPROFILEVIOL NUMBER(15,5) Sum of unit FCAS profile offer violations
ATION
TOTALFASTSTARTVIOL NUMBER(15,5) Sum of unit Fast start profile violations
ATION
LASTCHANGED DATE Last changed date and time of this record
21.5.1 P5MIN_CONSTRAINTSOLUTION
Name P5MIN_CONSTRAINTSOLUTION
Comment The Five-Minute Pre-Dispatch (P5Min) is a MMS system providing projected
dispatch for 12 Dispatch cycles (one hour). The Five-Minute Pre-dispatch
cycle runs every 5-minutes to produce a dispatch and pricing schedule to a
5-minute resolution covering the next hour, a total of twelve periods.
P5MIN_CONSTRAINTSOLUTION shows binding and violated constraint
results from the capacity evaluation, including the RHS value.
21.5.2 Description
Source
P5MIN_CONSTRAINTSOLUTION updates every five minutes.
Volume
Rows per day: 57600
21.5.3 Notes
Name Comment Value
Visibility Data in this table is: Private & Public
21.5.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
CONSTRAINTID VARCHAR2(20) X Constraint identifier (synonymous with
GenConID)
RHS NUMBER(15,5) Right Hand Side value in the capacity
evaluation
MARGINALVALUE NUMBER(15,5) Marginal cost of constraint (>0 if binding)
VIOLATIONDEGREE NUMBER(15,5) Amount of Violation (>0 if violating)
21.6.1 P5MIN_INTERCONNECTORSOLN
Name P5MIN_INTERCONNECTORSOLN
Comment The five-minute predispatch (P5Min) is a MMS system providing projected
dispatch for 12 Dispatch cycles (one hour). The 5-minute Predispatch cycle
runs every 5-minutes to produce a dispatch and pricing schedule to a 5-
minute resolution covering the next hour, a total of twelve periods.
P5MIN_INTERCONNECTORSOLN sets out the results of the capacity
evaluation for Interconnectors, including the calculated limits for the interval.
21.6.2 Description
Source
P5MIN_INTERCONNECTORSOLN updates every 5 minutes.
Volume
Rows per day: 1440
Based on 200 interconnector/binding constraints per interval
21.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
21.6.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERCONNECTORID VARCHAR2(10) X Interconnector identifier
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
METEREDMWFLOW NUMBER(15,5) SCADA MW Flow measured at Run start.
For periods subsequent to the first period
of a P5MIN run, this value represents the
21.7.1 P5MIN_LOCAL_PRICE
Name P5MIN_LOCAL_PRICE
Comment Sets out local pricing offsets associated with each DUID connection point for
each dispatch period
21.7.2 Notes
Name Comment Value
Visibility Data in this table is: Public
21.7.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
DUID VARCHAR2(20) X Dispatchable unit identifier
LOCAL_PRICE_ADJUST NUMBER(10, 2) Aggregate Constraint contribution cost of
MENT this unit: Sum(MarginalValue x Factor) for
all relevant Constraints
LOCALLY_CONSTRAIN NUMBER(1,0) Key for Local_Price_Adjustment: 2 = at
ED least one Outage Constraint; 1 = at least
1 System Normal Constraint (and no
Outage Constraint); 0 = No System
Normal or Outage Constraints
21.8.1 P5MIN_REGIONSOLUTION
Name P5MIN_REGIONSOLUTION
Comment The five-minute predispatch (P5Min) is a MMS system providing projected
dispatch for 12 Dispatch cycles (one hour). The 5-minute Predispatch cycle
runs every 5-minutes to produce a dispatch and pricing schedule to a 5-
minute resolution covering the next hour, a total of twelve periods.
P5MIN_REGIONSOLUTION shows the results of the regional capacity,
maximum surplus reserve and maximum spare capacity evaluations for
each period of the study.
21.8.2 Description
Source
Volume
21.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
21.8.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
21.9.1 P5MIN_UNITSOLUTION
Name P5MIN_UNITSOLUTION
Comment The five-minute predispatch (P5Min) is a MMS system providing projected
dispatch for 12 Dispatch cycles (one hour). The 5-minute Predispatch cycle
runs every 5-minutes to produce a dispatch and pricing schedule to a 5-
minute resolution covering the next hour, a total of twelve periods.
P5MIN_UNITSOLUTION shows the Unit results from the capacity
evaluations for each period of the study.
21.9.2 Description
Source
P5MIN_UNITSOLUTION updates every 5 minutes for all units, even zero targets.
Volume
Rows per day: 57600
Based on 200 units per Interval
Note
A bitwise flag exists for each ancillary service type such that a unit trapped or stranded in one or
more service type can be immediately identified. The SPD Formulation document details the logic
determining whether a unit is "trapped" or "stranded". The flag is defined as follows:
Flagged Bit Description Field
Condition value
FCAS profile 0 The bid profile for this service has been activated such that the unit is available to be cleared to 1 or 3
active provide this ancillary service type.
Trapped 1 The unit is enabled to provide this ancillary service type, however the profile for this service type 3
is causing the unit to be trapped in the energy market.
Stranded 2 The unit is bid available to provide this ancillary service type, however, the unit is operating in the 4
energy market outside of the profile for this service type and is stranded from providing this
service.
21.9.3 Notes
Name Comment Value
Visibility Data in this table is: Private
21.9.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
DUID VARCHAR2(10) X Dispatchable unit identifier
CONNECTIONPOINTID VARCHAR2(12) Connection point identifier for DUID
TRADETYPE NUMBER(2,0) Generator or Load
AGCSTATUS NUMBER(2,0) AGC Status from EMS: 1 = on, 0 = off
INITIALMW NUMBER(15,5) Initial MW at start of period. For periods
subsequent to the first period of a P5MIN
run, this value represents the cleared
target for the previous period of that
P5MIN run.
TOTALCLEARED NUMBER(15,5) Target MW for end of period
RAMPDOWNRATE NUMBER(15,5) Ramp down rate (lessor of bid or
telemetered rate).
RAMPUPRATE NUMBER(15,5) Ramp up rate (lessor of bid or
telemetered rate).
LOWER5MIN NUMBER(15,5) Lower 5 min reserve target
LOWER60SEC NUMBER(15,5) Lower 60 sec reserve target
LOWER6SEC NUMBER(15,5) Lower 6 sec reserve target
RAISE5MIN NUMBER(15,5) Raise 5 min reserve target
RAISE60SEC NUMBER(15,5) Raise 60 sec reserve target
RAISE6SEC NUMBER(15,5) Raise 6 sec reserve target
LOWERREG NUMBER(15,5) Lower Regulation reserve target
RAISEREG NUMBER(15,5) Raise Regulation reserve target
AVAILABILITY NUMBER(15,5) Energy Availability (MW)
RAISE6SECFLAGS NUMBER(3,0) Raise 6sec status flag
RAISE60SECFLAGS NUMBER(3,0) Raise 60sec status flag
RAISE5MINFLAGS NUMBER(3,0) Raise 5min status flag
RAISEREGFLAGS NUMBER(3,0) Raise Reg status flag
LOWER6SECFLAGS NUMBER(3,0) Lower 6sec status flag
LOWER60SECFLAGS NUMBER(3,0) Lower 60sec status flag
LOWER5MINFLAGS NUMBER(3,0) Lower 5min status flag
LOWERREGFLAGS NUMBER(3,0) Lower Reg status flag
LASTCHANGED DATE Last date and time record changed
SEMIDISPATCHCAP NUMBER(3,0) Boolean representation flagging if the
Target is Capped
22 Package: PARTICIPANT_REGISTRATION
Name PARTICIPANT_REGISTRATION
Comment Participant registration data
PARTICIPANTCLASS PARTICIPANT
PARTICIPANTCLASSID PARTICIPANTID
PARTICIPANTCLASSID
PARTICIPANTCATEGORY
PARTICIPANTCATEGORYID
STATIONOWNER
STATIONOWNERTRK EFFECTIVEDATE
PARTICIPANTCATEGORYALLOC
EFFECTIVEDATE PARTICIPANTID
PARTICIPANTID STATIONID PARTICIPANTCATEGORYID
VERSIONNO VERSIONNO PARTICIPANTID
STADUALLOC
DUID
EFFECTIVEDATE BIDDUIDDETAILS
STATIONID
DUID
VERSIONNO
EFFECTIVEDATE
VERSIONNO
BIDTYPE
GENUNITS_UNIT
GENUNITS
GENSETID
GENSETID EFFECTIVEDATE
VERSIONNO DUDETAILSUMMARY
UNIT_GROUPING_LABEL DUID
START_DATE
DUALLOC GENMETER
EFFECTIVEDATE METERID
VERSIONNO GENSETID
DUID APPLYDATE
GENSETID VERSIONNO
MNSP_INTERCONNECTOR
LINKID
EFFECTIVEDATE
VERSIONNO
22.3.1 BIDDUIDDETAILS
Name BIDDUIDDETAILS
Comment BIDDUIDDETAILS and the associated tracking object
BIDDUIDDETAILSTRK define the registration data for each ancillary service
a dispatchable unit is registered to provide. The registration data is required
to validate a dispatchable unit bid submitted for that ancillary service.
22.3.2 Description
Source
BIDDUIDDETAILS updates as dispatchable unit registration details are modified.
Volume
Approximately 1000 records per year.
22.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.3.6 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable unit identifier
EFFECTIVEDATE DATE X Market date starting at 04:30 inclusive
VERSIONNO NUMBER(3,0) X Record version number
BIDTYPE VARCHAR2(10) X Bid Type Identifier
MAXCAPACITY NUMBER(22,0) Maximum Capacity of this DUID for this
BIDTYPE
MINENABLEMENTLEVE NUMBER(22,0) Minimum Energy Output (MW) at which
L this ancillary service becomes available
(AS Only)
MAXENABLEMENTLEV NUMBER(22,0) Maximum Energy Output (MW) at which
EL this ancillary service can be supplied (AS
Only)
MAXLOWERANGLE NUMBER(3,0) Maximum Angle at the lower end of the
ancillary service profile (Degrees)
MAXUPPERANGLE NUMBER(3,0) Maximum Angle at the upper end of the
ancillary service profile (Degrees)
LASTCHANGED DATE Last date and time record changed
22.4.1 BIDDUIDDETAILSTRK
Name BIDDUIDDETAILSTRK
Comment BIDDUIDDETAILSTRK shows the tracking for the associated object
BIDDUIDDETAILS. Together, BIDDUIDDETAILSTRK and
BIDDUIDDETAILS define the registration data for each ancillary service a
dispatchable unit is registered to provide. The registration data is required to
validate a dispatchable unit bid submitted for that ancillary service.
22.4.2 Description
Source
BIDDUIDDETAILSTRK updates as dispatchable unit registration details are modified.
Volume
Approximately 200 records per year
22.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.4.6 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable unit identifier
EFFECTIVEDATE DATE X Market date starting at 04:30 inclusive
VERSIONNO NUMBER(3,0) X Record version number
AUTHORISEDDATE DATE Date of record authorisation. A NULL
value indicates the record is not
authorised.
AUTHORISEDBY VARCHAR2(15) User that authorised record. A NULL
value indicates the record is not
authorised.
LASTCHANGED DATE Last date and time record changed
22.5.1 DISPATCHABLEUNIT
Name DISPATCHABLEUNIT
Comment DISPATCHABLEUNIT sets out the unit name and type of each dispatchable
unit in the market.
22.5.2 Description
Source
DISPATCHABLEUNIT pdates as new units added or names changed.
22.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.5.6 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable Unit Identifier
DUNAME VARCHAR2(20) Dispatchable Unit full description
UNITTYPE VARCHAR2(20) Generation or Load
LASTCHANGED DATE Last date and time record changed
22.6.1 DUALLOC
Name DUALLOC
Comment DUALLOC cross references dispatch unit identifier to genset ID for each
participant.
22.6.2 Description
Source
DUALLOC updates where changed.
22.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
22.6.7 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective calendar date of record
VERSIONNO NUMBER(3,0) X Version no of record
DUID VARCHAR2(10) X Dispatchable Unit identifier
GENSETID VARCHAR2(20) X Physical unit identifier
LASTCHANGED DATE Last date and time record changed
22.7.1 DUDETAIL
Name DUDETAIL
Comment DUDETAIL sets out a records specific details for each unit including start
type and whether normally on or off load. Much of this data is information
only and is not used in dispatch or settlements.
22.7.2 Description
Source
DUDETAIL updates only when registration details change.
Note
To find the current set of details for selected dispatchable units, query the participant's local database
as follows.
Select du.* from dudetail du
where (du.EFFECTIVEDATE, du.VERSIONNO) =
(
select effectivedate, max(versionno)
from dudetail
where EFFECTIVEDATE = (select max(effectivedate)
from dudetail
where EFFECTIVEDATE <= sysdate
and duid = du.duid
and authoriseddate is not null)
and duid = du.duid
and authoriseddate is not null
group by effectivedate
)
and du.duid in ('UNIT1', 'UNIT2')
;
The following notes apply to this SQL code:
This table is specific to dispatch units only.
If you wish to query details for a different date, substitute a date expression for "sysdate" in the
"where EFFECTIVEDATE <= sysdate" clause.
If you wish to list all the units, remove the line "and du.duid in ('UNIT1', 'UNIT2')"
The DUDETAIL table does not indicate if a unit is active; this is done through ownership
(STADUALLOC) by an active station owned by an active participant (STATIONOWNER )
If you wish to query Station details refer to STATION, STATIONOWNER and STADUALLOC.
If you wish to look at connection point loss factors, refer to TRANSMISSIONLOSSFACTOR.
22.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.7.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective calendar date of record
DUID VARCHAR2(10) X Dispatchable Unit Identifier
VERSIONNO NUMBER(3,0) X version of Dispatchable Unit details for
this effective date
CONNECTIONPOINTID VARCHAR2(10) Country wide - Unique id of a connection
point
VOLTLEVEL VARCHAR2(10) Voltage Level
REGISTEREDCAPACIT NUMBER(6,0) Registered capacity for normal operations
Y
AGCCAPABILITY VARCHAR2(1) AGC Capability flag
DISPATCHTYPE VARCHAR2(10) Identifies LOAD or GENERATOR
MAXCAPACITY NUMBER(6,0) Maximum Capacity as used for bid
validation
STARTTYPE VARCHAR2(20) Identify unit as Fast or Slow
NORMALLYONFLAG VARCHAR2(1) For a dispatchable load indicates that the
load is normally on or off.
PHYSICALDETAILSFLA VARCHAR2(1) Indicates that the physical details for this
G unit are to be recorded
SPINNINGRESERVEFL VARCHAR2(1) Indicates spinning reserve capability
AG
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
INTERMITTENTFLAG VARCHAR(1) Indicate whether a unit is intermittent (e.g.
a wind farm)
SemiSchedule_Flag VARCHAR2(1) Indicates if the DUID is a Semi-Scheduled
Unit
MAXRATEOFCHANGEU Number(6,0) Maximum ramp up rate for Unit (Mw/min)
P
MAXRATEOFCHANGED Number(6,0) Maximum ramp down rate for Unit
OWN (Mw/min)
22.8.1 DUDETAILSUMMARY
Name DUDETAILSUMMARY
Comment DUDETAILSUMMARY sets out a single summary unit table so reducing the
need for participants to use the various dispatchable unit detail and owner
tables to establish generating unit specific details.
22.8.2 Description
Source
DUDETAILSUMMARY updates only when registration details change.
22.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.8.6 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable Unit Identifier
START_DATE DATE X Start date for effective record
END_DATE DATE X End date for effective record
DISPATCHTYPE VARCHAR2(10) Either Generator or Load
CONNECTIONPOINTID VARCHAR2(10) Country wide - Unique id of a connection
point
REGIONID VARCHAR2(10) Region identifier that unit is in
STATIONID VARCHAR2(10) Station that unit is in
PARTICIPANTID VARCHAR2(10) Participant that owns unit during effective
record period
LASTCHANGED DATE Last date and time record changed
TRANSMISSIONLOSSF NUMBER(15,5) The transmission level loss factor for
ACTOR currently assigned connection point
STARTTYPE VARCHAR2(20) Unit start type. At this time restricted to
Fast, Slow or Non Dispatched
DISTRIBUTIONLOSSFA NUMBER(15,5) The distribution loss factor to the currently
CTOR assigned connection point
22.9.1 GENMETER
Name GENMETER
Comment GENMETER shows details of generator meter sets.
22.9.2 Description
Source
GENMETER updates only when meter details change.
22.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.9.7 Content
Name Data Type Mandat Comment
ory
METERID VARCHAR2(12) X Meter Id
GENSETID VARCHAR2(20) Generator Set ID
CONNECTIONPOINTID VARCHAR2(10) Not used
STATIONID VARCHAR2(10) Station Identifier
METERTYPE VARCHAR2(20) LOAD
METERCLASS VARCHAR2(10) WATT or AUXILARY
VOLTAGELEVEL NUMBER(6,0) Voltage
APPLYDATE DATE X Application date
VERSIONNO NUMBER(3,0) X Version no of the record for the given
effective date
AUTHORISEDBY VARCHAR2(10) AEMO user authorising
AUTHORISEDDATE DATE Date authorised
COMDATE DATE Not used
22.10.1 GENUNITS
Name GENUNITS
Comment GENUNITS shows Genset details for each physical unit with the relevant
station.
22.10.2 Description
Source
GENUNITS updates whenever plant details change.
22.10.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.10.6 Content
Name Data Type Mandat Comment
ory
GENSETID VARCHAR2(20) X Physical Unit identifier
STATIONID VARCHAR2(10) Station Identifier
SETLOSSFACTOR NUMBER(16,6) Not used
CDINDICATOR VARCHAR2(10) Centrally dispatched Indicator
AGCFLAG VARCHAR2(2) AGC Available flag
SPINNINGFLAG VARCHAR2(2) Not used
VOLTLEVEL NUMBER(6,0) Voltage level
REGISTEREDCAPACIT NUMBER(6,0) Registered capacity
Y
DISPATCHTYPE VARCHAR2(10) Scheduled indicator
STARTTYPE VARCHAR2(20) Fast / Slow / Not Dispatched
MKTGENERATORIND VARCHAR2(10) Market Generator Indicator Flag
NORMALSTATUS VARCHAR2(10) On / Off for load
MAXCAPACITY NUMBER(6,0) Maximum capacity
GENSETTYPE VARCHAR2(15) Genset type
GENSETNAME VARCHAR2(40) Genset name
LASTCHANGED DATE Last date and time record changed
22.11.1 GENUNITS_UNIT
Name GENUNITS_UNIT
Comment Physical units within a Gen Unit Set
22.11.2 Notes
Name Comment Value
Visibility Data in this table is: Public
22.11.5 Content
Name Data Type Mandat Comment
ory
GENSETID VARCHAR2(20) X System wide unique Generating Set ID
EFFECTIVEDATE DATE X Effective Date of this detail record
VERSIONNO NUMBER(6,0) X Version with respect to the effective date
UNIT_GROUPING_LAB VARCHAR2(20) X Label of Physical Units within the station
EL
UNIT_COUNT NUMBER(3,0) Number of units in this Gen Unit grouping
UNIT_SIZE NUMBER(8,3) Nameplate Capacity for each unit in this
grouping
UNIT_MAX_SIZE NUMBER(8,3) Maximum Capacity for each unit in this
grouping
AGGREGATION_FLAG NUMBER(1,0) Indicator that Unit is part of an
Aggregated Unit (at the DUID level)
LASTCHANGED DATE Date/Time when record was changed
22.12.1 MNSP_INTERCONNECTOR
Name MNSP_INTERCONNECTOR
Comment MNSP_INTERCONNECTOR sets out attributes of each interconnector.
22.12.2 Description
Source
MNSP_INTERCONNECTOR changes infrequently, typically annually.
Volume
Twice the number of MNSPs.
22.12.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.12.6 Content
Name Data Type Mandat Comment
ory
LINKID VARCHAR2(10) X Identifier for each of the two MNSP
Interconnector Links. Each link pertains to
the direction from and to.
EFFECTIVEDATE DATE X Date when Interconnector becomes
effective
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data will take
precedence
INTERCONNECTORID VARCHAR2(10) Interconnector Identifier
FROMREGION VARCHAR2(10) Nominated source region for
Interconnector
TOREGION VARCHAR2(10) Nominated destination region for
Interconnector
MAXCAPACITY NUMBER(5,0) Maximum capacity
22.13.1 MNSP_PARTICIPANT
Name MNSP_PARTICIPANT
Comment MNSP_PARTICIPANT registers MNSP ownership.
22.13.2 Description
Source
MNSP_PARTICIPANT updates infrequently, typically annually.
Volume
Number of MNSPs.
22.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.13.6 Content
Name Data Type Mandat Comment
ory
INTERCONNECTORID VARCHAR2(10) X Interconnector Identifier
EFFECTIVEDATE DATE X Calendar date when Interconnector
ownership becomes effective
VERSIONNO NUMBER(3,0) X Version of data for other key data - a
higher version for same key data takes
precedence
PARTICIPANTID VARCHAR2(10) X Participant Identifier
LASTCHANGED DATE Last date and time record changed
22.14.1 PARTICIPANT
Name PARTICIPANT
Comment PARTICIPANT sets out Participant ID, name and class for all participants.
22.14.2 Description
Source
PARTICIPANT updates as new participants register or existing participants change details.
22.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.14.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTCLASSID VARCHAR2(20) Class of participant
NAME VARCHAR2(80) Full name of participant
DESCRIPTION VARCHAR2(64) Not used
ACN VARCHAR2(9) Australian Company Number; Nine
Numbers XXX-XXX-XXX
PRIMARYBUSINESS VARCHAR2(40) Identifies primary business activity of
participant
LASTCHANGED DATE Last date and time record changed
22.15.1 PARTICIPANTACCOUNT
Name PARTICIPANTACCOUNT
Comment PARTICIPANTACCOUNT shows financial details on participants.
22.15.2 Description
Source
PARTICIPANTACCOUNT updates as new participants register or existing participants change
details.
22.15.3 Notes
Name Comment Value
Visibility Data in this table is: Private
22.15.6 Content
Name Data Type Mandat Comment
ory
ACCOUNTNAME VARCHAR2(80) Name of the account
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
ACCOUNTNUMBER VARCHAR2(16) Account number
BANKNAME VARCHAR2(16) Bank name
BANKNUMBER NUMBER(10,0) Bank number
BRANCHNAME VARCHAR2(16) Branch name
BRANCHNUMBER NUMBER(10,0) Branch number
BSBNUMBER VARCHAR2(20) BSB number
NEMMCOCREDITACCO NUMBER(10,0) AEMO credit account number
UNTNUMBER
NEMMCODEBITACCOU NUMBER(10,0) AEMO debit account number
NTNUMBER
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Authorised date
EFFECTIVEDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
ABN VARCHAR2(20) Australian Business Number
22.16.1 PARTICIPANTCATEGORY
Name PARTICIPANTCATEGORY
Comment PARTICIPANTCATEGORY sets out valid participant categories.
22.16.2 Description
Source
PARTICIPANTCATEGORY updates as categories change. PARTICIPANTCATEGORY changes
infrequently.
22.16.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.16.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTCATEGO VARCHAR2(10) X Participant category identifier
RYID
DESCRIPTION VARCHAR2(64) Category description
LASTCHANGED DATE Last date and time record changed
22.17.1 PARTICIPANTCATEGORYALLOC
Name PARTICIPANTCATEGORYALLOC
Comment PARTICIPANTCATEGORYALLOC sets out the assignment of participants
to particular categories.
22.17.2 Description
Source
PARTICIPANTCATEGORYALLOC updates for new participants or when categories change.
PARTICIPANTCATEGORYALLOC changes infrequently.
22.17.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.17.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTCATEGO VARCHAR2(10) X Category unique identifier
RYID
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
LASTCHANGED DATE Last date and time record changed
22.18.1 PARTICIPANTCLASS
Name PARTICIPANTCLASS
Comment PARTICIPANTCLASS sets out valid participant classifications.
22.18.2 Description
Source
PARTICIPANTCLASS updates only if classifications change. This table changes infrequently.
22.18.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.18.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTCLASSID VARCHAR2(20) X Class of participant
DESCRIPTION VARCHAR2(64) Description of participant class
LASTCHANGED DATE Last date and time record changed
22.19.1 PARTICIPANTCREDITDETAIL
Name PARTICIPANTCREDITDETAIL
Comment
22.19.2 Description
Source
PARTICIPANTCREDITDETAIL updates infrequently.
22.19.3 Notes
Name Comment Value
Visibility Data in this table is: Private
22.19.7 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X
PARTICIPANTID VARCHAR2(10) X
CREDITLIMIT NUMBER(10,0)
AUTHORISEDBY VARCHAR2(15)
AUTHORISEDDATE DATE
LASTCHANGED DATE Last date and time record changed
22.20.1 STADUALLOC
Name STADUALLOC
Comment STADUALLOC sets out details on the allocation of dispatchable units to
particular sites or stations.
22.20.2 Description
Source
STADUALLOC is updated whenever there is a station configuration change or new unit registration.
22.20.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.20.8 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable Unit Identifier
EFFECTIVEDATE DATE X Effective date of this record
STATIONID VARCHAR2(10) X Station Identifier
22.21.1 STATION
Name STATION
Comment STATION sets out valid station identifiers.
22.21.2 Description
Source
STATION updates whenever there is a station configuration change or new unit registration.
22.21.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.21.6 Content
Name Data Type Mandat Comment
ory
STATIONID VARCHAR2(10) X Station Identifier
STATIONNAME VARCHAR2(80) Full name of station
ADDRESS1 VARCHAR2(80) Station Address
ADDRESS2 VARCHAR2(80) Station Address
ADDRESS3 VARCHAR2(80) Station Address
ADDRESS4 VARCHAR2(80) Station Address
CITY VARCHAR2(40) City
STATE VARCHAR2(10) State of Australia
POSTCODE VARCHAR2(10) Post Code
LASTCHANGED DATE Last date and time record changed
CONNECTIONPOINTID VARCHAR2(10) Not used. Do not use as the Connection
Point Identifier for station load
22.22.1 STATIONOPERATINGSTATUS
Name STATIONOPERATINGSTATUS
Comment STATIONOPERATINGSTATUS sets out the operating status of each
station.
22.22.2 Description
Source
STATIONOWNER is updated whenever there is a change in the station owner or new units are
registered.
22.22.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.22.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of this record
STATIONID VARCHAR2(10) X Unique station identifier
VERSIONNO NUMBER(3,0) X Version no of record within the effective
date
STATUS VARCHAR2(20) The operating status of this station, valid
values are COMMISSIONED and
DECOMMISSIONED
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
22.23.1 STATIONOWNER
Name STATIONOWNER
Comment STATIONOWNER sets out the owner details of each station.
22.23.2 Description
Source
STATIONOWNER is updated whenever there is a change in the station owner or new units are
registered.
22.23.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.23.8 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of this record
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
STATIONID VARCHAR2(10) X Station Identifier
22.24.1 STATIONOWNERTRK
Name STATIONOWNERTRK
Comment STATIONOWNERTRK shows the tracking for the associated object
STATIONOWNER. Together, STATIONOWNERTRK and STATIONOWNER
sets out the owner details of each station.
22.24.2 Description
Source
STATIONOWNER is updated whenever there is a change in the station owner or new units are
registered.
22.24.3 Notes
Name Comment Value
Visibility Data in this table is: Public
22.24.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of this record
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
VERSIONNO NUMBER(3,0) X Version no of record within the effective
date
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
23 Package: PRE_DISPATCH
Name PRE_DISPATCH
Comment Results from a published Predispatch Run
PREDISPATCH_FCAS_REQ PREDISPATCHINTERSENSITIVITIES
PREDISPATCHSCENARIODEMAND
GENCONID INTERCONNECTORID
EFFECTIVEDATE REGIONID DATETIME
VERSIONNO BIDTYPE
SCENARIO DATETIME
REGIONID
PREDISPATCHSCENARIODEMANDTRK PREDISPATCHBLOCKEDCONSTRAINT
EFFECTIVEDATE PREDISPATCHSEQNO
VERSIONNO CONSTRAINTID
PREDISPATCH_LOCAL_PRICE
DATETIME
DUID
23.3.1 PREDISPATCH_FCAS_REQ
Name PREDISPATCH_FCAS_REQ
Comment PREDISPATCH_FCAS_REQ shows Predispatch Constraint tracking for
Regional FCAS Requirements.
23.3.2 Description
Source
PREDISPATCH_FCAS_REQ updates with each pre-dispatch run (half hourly)
Volume
Approximately 2,000 rows per day.
Note
The PERIODID columns in tables PREDISPATCHCONSTRAINT and PREDISPATCH_FCAS_REQ have
no consistent relationship with the other PERIODID values in the other tables in the PRE-DISPATCH
package (such as PREDISPATCHPRICE). AEMO and many Participants appreciate the data model is
inconsistent, but the cost of changing existing systems has been judged as being unjustifiable. An
additional field DATETIME was added to allow joins between these data sets.
23.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.3.6 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) PreDispatch Sequence number
RUNNO NUMBER(3,0) Case Run number
INTERVENTION NUMBER(2,0) Intervention Flag
PERIODID VARCHAR2(20) Unique period identifier, in the format
yyyymmddpp. The period (pp) is 01 to 48,
with 01 corresponding to the half-hour
ending at 04:30am.
GENCONID VARCHAR2(20) X Generic Constraint ID - Join to table
GenConData
REGIONID VARCHAR2(10) X Region ID
BIDTYPE VARCHAR2(10) X Bid Type Identifier
GENCONEFFECTIVEDA DATE Generic Constraint EffectiveDate - Join to
TE table GenConData
GENCONVERSIONNO NUMBER(3,0) Generic Constraint Version number - Join
to table GenConData
MARGINALVALUE NUMBER(16,6) Marginal Value of generic constraint
DATETIME DATE X Date and Time of trading interval
LASTCHANGED DATE Last date and time record changed
BASE_COST NUMBER(18,8) The base cost of the constraint for this
service, before the regulation/contingency
split
ADJUSTED_COST NUMBER(18,8) The adjusted cost of the constraint for this
service, before the regulation/contingency
split
ESTIMATED_CMPF NUMBER(18,8) An estimated value for the constraint
CMPF, based on dispatched data
ESTIMATED_CRMPF NUMBER(18,8) An estimated value for the constraint
CRMPF, based on dispatched data
RECOVERY_FACTOR_ NUMBER(18,8) Estimated recovery factor for CMPF
CMPF based recovery
RECOVERY_FACTOR_ NUMBER(18,8) Estimated recovery factor for CRMPF
CRMPF based recovery
23.4.1 PREDISPATCH_LOCAL_PRICE
Name PREDISPATCH_LOCAL_PRICE
Comment Sets out local pricing offsets associated with each DUID connection point for
each dispatch period
23.4.2 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
23.4.5 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
DATETIME DATE X The unique identifier for the interval within
this study
DUID VARCHAR2(20) X Dispatchable unit identifier
PERIODID VARCHAR2(20) A period count, starting from 1 for each
predispatch run. Use DATETIME to
determine half hour period
LOCAL_PRICE_ADJUST NUMBER(10, 2) Aggregate Constraint contribution cost of
MENT this unit: Sum(MarginalValue x Factor) for
all relevant Constraints
LOCALLY_CONSTRAIN NUMBER(1,0) Key for Local_Price_Adjustment: 2 = at
ED least one Outage Constraint; 1 = at least
1 System Normal Constraint (and no
Outage Constraint); 0 = No System
Normal or Outage Constraints
LASTCHANGED DATE Last date and time record changed
23.5.1 PREDISPATCH_MNSPBIDTRK
Name PREDISPATCH_MNSPBIDTRK
Comment PREDISPATCH_MNSPBIDTRK shows the MNSP bid tracking, including the
bid version used in each predispatch run for each MNSP Interconnector
Link. PREDISPATCH_MNSPBIDTRK shows the audit trail of the bid used
for each predispatch run.
23.5.2 Description
Source
Own (confidential) data updates every predispatch run. All bids are available to all participants as
part of next day market data.
Volume
1, 700, 000 per year
23.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.5.6 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Predispatch run identifier
LINKID VARCHAR2(10) X Identifier for each of the two MNSP
Interconnector Links. Each link pertains to
the direction from and to.
PERIODID VARCHAR2(20) X Trading Interval number
PARTICIPANTID VARCHAR2(10) Participant Identifier
SETTLEMENTDATE DATE Market Date from which bid is active
OFFERDATE DATE Offer date for bid
VERSIONNO NUMBER(3,0) Version No. for given offer date and
settlement date used
DATETIME DATE Period expressed as Date/Time
LASTCHANGED DATE Record creation timestamp
23.6.1 PREDISPATCHBLOCKEDCONSTRAINT
Name PREDISPATCHBLOCKEDCONSTRAINT
Comment PREDISPATCH Blocked Constraints lists any constraints that were blocked
in a Predispatch run. If no constraints are blocked, there will be no rows for
that predispatch run.
23.6.2 Notes
Name Comment Value
Visibility Data in this table is: Public
23.6.4 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
CONSTRAINTID VARCHAR2(20) X Generic Constraint identifier (synonymous
with GenConID)
23.7.1 PREDISPATCHCASESOLUTION
Name PREDISPATCHCASESOLUTION
Comment PREDISPATCHCASESOLUTION provides information relating to the
complete predispatch run. The fields provide an overview of the dispatch run
results allowing immediate identification of conditions such as energy or
FCAS deficiencies.
23.7.2 Description
Source
PREDISPATCHCASESOLUTION updates every half-hour.
Volume
Approximately 48 records per day.
23.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.7.6 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) X Predispatch run no, normally 1.
SOLUTIONSTATUS NUMBER(2,0) If non-zero indicated one of the following
conditions: 1 = Supply Scarcity, Excess
generation or constraint violations, -X =
Model failure
SPDVERSION VARCHAR2(20) Current version of SPD
NONPHYSICALLOSSES NUMBER(1,0) Non-Physical Losses algorithm invoked
during this run
TOTALOBJECTIVE NUMBER(27,10) The Objective function from the LP
TOTALAREAGENVIOLA NUMBER(15,5) Total Region Demand violations
TION
TOTALINTERCONNECT NUMBER(15,5) Total interconnector violations
ORVIOLATION
TOTALGENERICVIOLAT NUMBER(15,5) Total generic constraint violations
ION
TOTALRAMPRATEVIOL NUMBER(15,5) Total ramp rate violations
ATION
TOTALUNITMWCAPACI NUMBER(15,5) Total unit capacity violations
TYVIOLATION
TOTAL5MINVIOLATION NUMBER(15,5) Total of 5 minute ancillary service region
violations
TOTALREGVIOLATION NUMBER(15,5) Total of Regulation ancillary service
region violations
TOTAL6SECVIOLATION NUMBER(15,5) Total of 6 second ancillary service region
violations
TOTAL60SECVIOLATIO NUMBER(15,5) Total of 60 second ancillary service region
N violations
TOTALASPROFILEVIOL NUMBER(15,5) Total of ancillary service trader profile
ATION violations
TOTALENERGYCONST NUMBER(15,5) Total of Energy Constrained unit offer
RVIOLATION violations.
TOTALENERGYOFFER NUMBER(15,5) Total of unit summated offer band
VIOLATION violations
LASTCHANGED DATE Last date and time record changed
INTERVENTION NUMBER(2,0) Flag to indicate if this Pre-Dispatch case
includes an intervention pricing run: 0 =
case does not include an intervention
pricing run, 1 = case does include an
intervention pricing run. This field has a
default value of 0 and is not nullable
23.8.1 PREDISPATCHCONSTRAINT
Name PREDISPATCHCONSTRAINT
Comment PREDISPATCHCONSTRAINT sets out constraints that are binding in each
predispatch run and interconnector constraints (whether binding or not).
Only binding and interconnector constraints are reported. Binding contracts
have marginal value greater than $0. Interconnector constraints are listed so
RHS values can be reported for ST PASA.
Constraint solutions only report fixed loading /MR constraints on the next
day.
23.8.2 Description
Source
PREDISPATCHCONSTRAINT updates with every thirty-minute predispatch run.
Note
The PERIODID columns in tables PREDISPATCHCONSTRAINT and PREDISPATCH_FCAS_REQ have
no consistent relationship with the other PERIODID values in the other tables in the PRE-DISPATCH
package (such as PREDISPATCHPRICE). AEMO and many Participants appreciate the data model is
inconsistent, but the cost of changing existing systems has been judged as being unjustifiable. An
additional field DATETIME was added to allow joins between these data sets.
23.8.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
23.8.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) SPD Predispatch run no, typically 1. It
increments if the case is re-run.
CONSTRAINTID VARCHAR2(20) X Generic constraint identifier
PERIODID VARCHAR2(20) Unique period identifier, in the format
yyyymmddpp. The period (pp) is 01 to 48,
with 01 corresponding to the half-hour
ending at 04:30am.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
there is not intervention in the market,
both pricing and physical runs correspond
to INTERVENTION=0
RHS NUMBER(15,5) RHS value used.
MARGINALVALUE NUMBER(15,5) Marginal value of violated constraint
VIOLATIONDEGREE NUMBER(15,5) Degree of constraint violation
LASTCHANGED DATE Last date and time record changed
DATETIME DATE X Period date and time
DUID VARCHAR2(20) DUID to which the Constraint is
confidential. Null denotes non-confidential
GENCONID_EFFECTIV DATE Effective date of the Generic Constraint
EDATE (ConstraintID). This field is used to track
the version of this generic constraint
applied in this dispatch interval
GENCONID_VERSIONN NUMBER(22,0) Version number of the Generic Constraint
O (ConstraintID). This field is used to track
the version of this generic constraint
applied in this dispatch interval
LHS number(15,5) Aggregation of the constraints LHS term
solution values
23.9.1 PREDISPATCHINTERCONNECTORRES
Name PREDISPATCHINTERCONNECTORRES
Comment PREDISPATCHINTERCONNECTORRES records Interconnector flows and
losses for the periods calculated in each predispatch run. Only binding and
interconnector constraints are reported.
Some fields are for the Frequency Controlled Ancillary Services export and
import limits and extra reporting of the generic constraint setting the energy
import and export limits.
23.9.2 Description
Source
PREDISPATCHINTERCONNECTORRES updates with every thirty-minute predispatch run.
Note
MW losses can be negative depending on the flow.
The definition of direction of flow for an interconnector is that positive flow starts from the
FROMREGION in INTERCONNECTOR.
23.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.9.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
23.10.1 PREDISPATCHINTERSENSITIVITIES
Name PREDISPATCHINTERSENSITIVITIES
Comment PREDISPATCHINTERSENSITIVITIES sets out the sensitivity flows for each
interconnector by period.
23.10.4 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) LP Solver Predispatch run no, typically 1.
It increments if the case is re-run.
INTERCONNECTORID VARCHAR2(10) X Unique interconnector identifier
PERIODID VARCHAR2(20) PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
there is not intervention in the market,
both pricing and physical runs correspond
to INTERVENTION=0
DATETIME DATE X Period date and time
INTERVENTION_ACTIV NUMBER(1,0) Flag to indicate if this period has an active
E intervention constraint: 0= No, 1= Yes
MWFLOW1 NUMBER(15,5) MW flow for given Interconnector for
scenario 1
MWFLOW2 NUMBER(15,5) MW flow for given Interconnector for
scenario 2
MWFLOW3 NUMBER(15,5) MW flow for given Interconnector for
scenario 3
MWFLOW4 NUMBER(15,5) MW flow for given Interconnector for
scenario 4
MWFLOW5 NUMBER(15,5) MW flow for given Interconnector for
scenario 5
MWFLOW6 NUMBER(15,5) MW flow for given Interconnector for
scenario 6
MWFLOW7 NUMBER(15,5) MW flow for given Interconnector for
scenario 7
MWFLOW8 NUMBER(15,5) MW flow for given Interconnector for
scenario 8
MWFLOW9 NUMBER(15,5) MW flow for given Interconnector for
scenario 9
MWFLOW10 NUMBER(15,5) MW flow for given Interconnector for
scenario 10
MWFLOW11 NUMBER(15,5) MW flow for given Interconnector for
scenario 11
MWFLOW12 NUMBER(15,5) MW flow for given Interconnector for
scenario 12
MWFLOW13 NUMBER(15,5) MW flow for given Interconnector for
scenario 13
MWFLOW14 NUMBER(15,5) MW flow for given Interconnector for
scenario 14
MWFLOW15 NUMBER(15,5) MW flow for given Interconnector for
scenario 15
MWFLOW16 NUMBER(15,5) MW flow for given Interconnector for
scenario 16
MWFLOW17 NUMBER(15,5) MW flow for given Interconnector for
scenario 17
MWFLOW18 NUMBER(15,5) MW flow for given Interconnector for
scenario 18
MWFLOW19 NUMBER(15,5) MW flow for given Interconnector for
scenario 19
MWFLOW20 NUMBER(15,5) MW flow for given Interconnector for
scenario 20
MWFLOW21 NUMBER(15,5) MW flow for given Interconnector for
scenario 21
MWFLOW22 NUMBER(15,5) MW flow for given Interconnector for
scenario 22
MWFLOW23 NUMBER(15,5) MW flow for given Interconnector for
scenario 23
MWFLOW24 NUMBER(15,5) MW flow for given Interconnector for
scenario 24
MWFLOW25 NUMBER(15,5) MW flow for given Interconnector for
scenario 25
MWFLOW26 NUMBER(15,5) MW flow for given Interconnector for
scenario 26
MWFLOW27 NUMBER(15,5) MW flow for given Interconnector for
scenario 27
MWFLOW28 NUMBER(15,5) MW flow for given Interconnector for
scenario 28
MWFLOW29 NUMBER(15,5) MW flow for given Interconnector for
scenario 29
MWFLOW30 NUMBER(15,5) MW flow for given Interconnector for
scenario 30
MWFLOW31 NUMBER(15,5) MW flow for given Interconnector for
scenario 31
MWFLOW32 NUMBER(15,5) MW flow for given Interconnector for
scenario 32
MWFLOW33 NUMBER(15,5) MW flow for given Interconnector for
scenario 33
MWFLOW34 NUMBER(15,5) MW flow for given Interconnector for
scenario 34
MWFLOW35 NUMBER(15,5) MW flow for given Interconnector for
scenario 35
MWFLOW36 NUMBER(15,5) MW flow for given Interconnector for
scenario 36
MWFLOW37 NUMBER(15,5) MW flow for given Interconnector for
scenario 37
MWFLOW38 NUMBER(15,5) MW flow for given Interconnector for
scenario 38
MWFLOW39 NUMBER(15,5) MW flow for given Interconnector for
scenario 39
MWFLOW40 NUMBER(15,5) MW flow for given Interconnector for
scenario 40
MWFLOW41 NUMBER(15,5) MW flow for given Interconnector for
scenario 41
MWFLOW42 NUMBER(15,5) MW flow for given Interconnector for
scenario 42
MWFLOW43 NUMBER(15,5) MW flow for given Interconnector for
scenario 43
LASTCHANGED DATE Last date and time record changed
23.11.1 PREDISPATCHLOAD
Name PREDISPATCHLOAD
Comment PREDISPATCHLOAD shows pre-dispatch targets for each dispatchable
unit, including additional fields to handle the Ancillary Services functionality.
No record is written where a unit is not dispatched. PREDISPATCHLOAD
shows all the results for each period.
23.11.2 Description
Source
Own (confidential) data updates every thirty minutes, with whole market data for the day before available
as part of next day market data.
Note
** A flag exists for each ancillary service type such that a unit trapped or stranded in one or more service
type can be immediately identified. The flag is defined using the low 3 bits as follows:
Flag Bit Description
Name
Enabled 0 The unit is enabled to provide this ancillary service type.
Trapped 1 The unit is enabled to provide this ancillary service type, however the profile for this service type is
causing the unit to be trapped in the energy market.
Stranded 2 The unit is bid available to provide this ancillary service type, however, the unit is operating in the
energy market outside of the profile for this service type and is stranded from providing this service.
Interpretation of the bit-flags as a number gives the following possibilities (i.e. other combinations are not
possible):
Numeric Bit Meaning
Value (2,1,0)
0 000 Not stranded, not trapped, not enabled (i.e. is unavailable).
1 001 Not stranded, not trapped, is enabled (i.e. available).
3 011 Not stranded, is trapped, is enabled (i.e. trapped).
4 100 Is stranded, not trapped, not enabled (i.e. stranded).
For example, testing for availability can be done by checking for odd (=available) or even (=unavailable)
number (e.g. mod(flag,2) results in 0 for unavailable and 1 for available).
*** "Actual FCAS availability" is determined in a post-processing step based on the energy target
(TotalCleared) and bid FCAS trapezium for that interval. However, if the unit is outside the bid FCAS
trapezium at the start of the interval (InitialMW), the "Actual FCAS availability" is set to zero. For
regulation services, the trapezium is the most restrictive of the bid/SCADA trapezium values.
23.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
23.11.8 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) SPD Predispatch run no, typically 1. It
increments if the case is re-run.
DUID VARCHAR2(10) X Dispatchable unit identifier for fast start
TRADETYPE NUMBER(2,0) Not used
PERIODID VARCHAR2(20) PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
there is not intervention in the market,
both pricing and physical runs correspond
to INTERVENTION=0
CONNECTIONPOINTID VARCHAR2(12) Connection point identifier
AGCSTATUS NUMBER(2,0) AGC Status from EMS
DISPATCHMODE NUMBER(2,0) Dispatch mode of unit for fast start (1-4)
INITIALMW NUMBER(15,5) Initial MW at start of first period. For
periods subsequent to the first period of a
Pre-Dispatch run, this value represents
the cleared target for the previous period
of that Pre-Dispatch run.
TOTALCLEARED NUMBER(15,5) Target MW at end of period
LOWER5MIN NUMBER(15,5) Lower 5 min MW target in period
LOWER60SEC NUMBER(15,5) Lower 60 sec MW target in period
LOWER6SEC NUMBER(15,5) Lower 6 sec MW target in period
RAISE5MIN NUMBER(15,5) Raise 5 min MW target in period
RAISE60SEC NUMBER(15,5) Raise 60 sec MW target in period
RAISE6SEC NUMBER(15,5) Raise 6 sec MW target in period
RAMPDOWNRATE NUMBER(15,5) Ramp down rate in period in MW/minute
RAMPUPRATE NUMBER(15,5) Ramp up rate in period in MW/minute
DOWNEPF NUMBER(15,5) Not used in Pre-Dispatch
UPEPF NUMBER(15,5) Not used in Pre-Dispatch
MARGINAL5MINVALUE NUMBER(15,5) Marginal $ value for 5 min from LP Solver
MARGINAL60SECVALU NUMBER(15,5) Marginal $ value for 60 seconds from LP
E Solver
23.12.1 PREDISPATCHOFFERTRK
Name PREDISPATCHOFFERTRK
Comment PREDISPATCHOFFERTRK is for the ancillary service bid tracking of
predispatch processing. PREDISPATCHOFFERTRK identifies which bids
from BIDDAYOFFER and BIDPEROFFER were applied for a given unit and
ancillary service for each predispatch run.
23.12.2 Description
Source
PREDISPATCHOFFERTRK updates every 30 minutes. The data is confidential to each participant
until the next trading day.
Volume
Approximately 45,000 records per day.
23.12.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
23.12.6 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
DUID VARCHAR2(10) X Dispatchable Unit identifier
BIDTYPE VARCHAR2(20) X Bid type Identifier - the ancillary service to
which the bid applies
PERIODID VARCHAR2(20) X PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
BIDSETTLEMENTDATE DATE Settlement date of bid applied
BIDOFFERDATE DATE Offer date of bid applied
23.13.1 PREDISPATCHPRICE
Name PREDISPATCHPRICE
Comment PREDISPATCHPRICE records predispatch prices for each region by period
for each predispatch run, including fields to handle the Ancillary Services
functionality.
23.13.2 Description
Source
PREDISPATCHPRICE updates with every thirty-minute predispatch run.
23.13.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.13.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) LP Solver Predispatch run no, typically 1.
It increments if the case is re-run.
REGIONID VARCHAR2(10) X Unique region identifier
PERIODID VARCHAR2(20) PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
23.14.1 PREDISPATCHPRICESENSITIVITIES
Name PREDISPATCHPRICESENSITIVITIES
Comment PREDISPATCHPRICESENSITIVITIES sets out the sensitivity prices for
each region by period.
23.14.2 Description
Source
The plan is to provide this data every half-hour.
23.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.14.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) LP Solver Predispatch run no, typically 1.
It increments if the case is re-run.
REGIONID VARCHAR2(10) X Unique region identifier
PERIODID VARCHAR2(20) PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
there is not intervention in the market,
both pricing and physical runs correspond
to INTERVENTION=0
23.15.1 PREDISPATCHREGIONSUM
Name PREDISPATCHREGIONSUM
Comment PREDISPATCHREGIONSUM sets out the overall regional Pre-Dispatch
results for base case details (excluding price).
23.15.2 Description
PREDISPATCHREGIONSUM includes the forecast demand (total demand) and Frequency Control
Ancillary Services (FCAS) requirements (specifically, for the Raise Regulation and Lower Regulation
Ancillary Services plus improvements to demand calculations). PREDISPATCHREGIONSUM
updates each half-hour with the latest Pre-Dispatch details for the remaining period.
Regional demand can be calculated as total demand plus dispatchable load (i.e. Regional demand =
Total Demand + Dispatchable Load)
Source
PREDISPATCHREGIONSUM updates every thirty minutes.
Note
*** "Actual FCAS availability" is determined in a post-processing step based on the energy target
(TotalCleared) and bid FCAS trapezium for that interval. However, if the unit is outside the bid FCAS
trapezium at the start of the interval (InitialMW), the "Actual FCAS availability" is set to zero. For
regulation services, the trapezium is the most restrictive of the bid/SCADA trapezium values.
From 16 February 2006, the old reserve values are no longer populated (i.e. are null), being LORSurplus and
LRCSurplus. For more details on the changes to Reporting of Reserve Condition Data, refer to AEMO
Communication 2042. For the best available indicator of reserve condition in each of the regions of the NEM for each
trading interval, refer to the latest run of the Pre-Dispatch PASA (see table PDPASA_REGIONSOLUTION).
23.15.3 Notes
Name Comment Value
Visibility Data in this table is: Public
23.15.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
RUNNO NUMBER(3,0) LP Solver Pre-Dispatch run no, typically
1. It increments if the case is re-run.
REGIONID VARCHAR2(10) X Unique region identifier
PERIODID VARCHAR2(20) PERIODID is just a period count, starting
from 1 for each Pre-Dispatch run. Use
DATETIME to determine half hour period.
INTERVENTION NUMBER(2,0) Flag to indicate if this result set was
sourced from the pricing run
(INTERVENTION=0) or the physical run
(INTERVENTION=1). In the event that
there is not intervention in the market,
both pricing and physical runs correspond
to INTERVENTION=0
TOTALDEMAND NUMBER(15,5) Total demand in MW for period (less
normally on loads)
AVAILABLEGENERATIO NUMBER(15,5) Aggregate generation bid available in
N region
AVAILABLELOAD NUMBER(15,5) Aggregate load bid available in region
DEMANDFORECAST NUMBER(15,5) Delta MW value only
DISPATCHABLEGENER NUMBER(15,5) Generation dispatched in period
ATION
DISPATCHABLELOAD NUMBER(15,5) Load dispatched in period
NETINTERCHANGE NUMBER(15,5) Net interconnector flow from the regional
reference node
EXCESSGENERATION NUMBER(15,5) Excess generation in period / Deficit
generation if VOLL
LOWER5MINDISPATCH NUMBER(15,5) Not used since Dec 2003. Lower 5 min
MW dispatch
LOWER5MINIMPORT NUMBER(15,5) Not used since Dec 2003. Lower 5 min
MW imported
LOWER5MINLOCALDIS NUMBER(15,5) Lower 5 min local dispatch
PATCH
LOWER5MINLOCALPRI NUMBER(15,5) Not used since Dec 2003. Local price of
CE lower 5 min
LOWER5MINLOCALRE NUMBER(15,5) Not used since Dec 2003. Lower 5 min
Q local requirement
LOWER5MINPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of lower 5 min
LOWER5MINREQ NUMBER(15,5) Not used since Dec 2003. Lower 5 min
total requirement
LOWER5MINSUPPLYP NUMBER(15,5) Not used since Dec 2003. Supply price of
RICE lower 5 min
LOWER60SECDISPATC NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
H MW dispatch
LOWER60SECIMPORT NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
MW imported
LOWER60SECLOCALDI NUMBER(15,5) Lower 60 sec local dispatch
SPATCH
LOWER60SECLOCALP NUMBER(15,5) Not used since Dec 2003. Local price of
RICE lower 60 sec
LOWER60SECLOCALR NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
EQ local requirement
23.16.1 PREDISPATCHSCENARIODEMAND
Name PREDISPATCHSCENARIODEMAND
Comment PREDISPATCHSCENARIODEMAND defines the demand offsets that are
applied for each of the predispatch sensitivity scenarios.
23.16.3 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X The effective date of this set of scenarios
VERSIONNO NUMBER(3) X The version of this set of scenarios
SCENARIO NUMBER(2) X The scenario identifier.
REGIONID VARCHAR(20) X The region to which to apply the deltaMW
for this SCENARIO.
DELTAMW NUMBER(4) The MW offset that is applied for this
scenario
23.17.1 PREDISPATCHSCENARIODEMANDTRK
Name PREDISPATCHSCENARIODEMANDTRK
Comment Tracks the predispatch scenario offset updates across time
23.17.4 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X The effective date of this set of scenarios
VERSIONNO NUMBER(3) X The version of this set of scenarios
AUTHORISEDBY VARCHAR(15) The user that authorised the scenario
update
AUTHORISEDDATE DATE The datetime that the scenario update
was authorised
LASTCHANGED DATE The datetime that the record was last
changed
24 Package: RESERVE_DATA
Name RESERVE_DATA
Comment Energy and FCAS reserve requirements
RESERVE MTPASA_RESERVELIMIT_SET
SETTLEMENTDATE EFFECTIVEDATE
VERSIONNO VERSION_DATETIME
REGIONID
PERIODID
MTPASA_RESERVELIMIT
EFFECTIVEDATE
VERSION_DATETIME
RESERVELIMITID
MTPASA_RESERVELIMIT_REGION
EFFECTIVEDATE
VERSION_DATETIME
RESERVELIMITID
REGIONID
24.3.1 MTPASA_RESERVELIMIT
Name MTPASA_RESERVELIMIT
Comment MT PASA input table defining a MT PASA Reserve Requirement within a
single set. An MT PASA Reserve Requirement can span more than one
region.
24.3.2 Description
Source
Volume
~20 rows per year
24.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
24.3.5 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Trade date when the set of reserve
requirements become effective
VERSION_DATETIME DATE X Timestamp when the set of reserve
requirements become effective
RESERVELIMITID VARCHAR2(20) X MT PASA Reserve Requirement identifier
DESCRIPTION VARCHAR2(200) Description of this Reserve Requirement
RHS NUMBER(16,6) Right hand side value for this Reserve
requirement
LASTCHANGED DATE Timestamp the record was last modified.
24.4.1 MTPASA_RESERVELIMIT_REGION
Name MTPASA_RESERVELIMIT_REGION
Comment MT PASA input table to define the regions that are part of a single MT PASA
Reserve Requirement
24.4.2 Description
Source
Volume
~50 rows per year
24.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
24.4.5 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Trade date when the set of reserve
requirements become effective
VERSION_DATETIME DATE X Timestamp when the set of reserve
requirements become effective
RESERVELIMITID VARCHAR2(20) X MT PASA Reserve requirement identifier
REGIONID VARCHAR2(20) X Region ID - identifier of a NEM region
included in this requirement
COEF NUMBER(16,6) Coefficient for the region in this reserve
requirement
LASTCHANGED DATE Timestamp the record was last modified
24.5.1 MTPASA_RESERVELIMIT_SET
Name MTPASA_RESERVELIMIT_SET
Comment MT PASA input table defining a set of MT PASA Reserve Requirements.
Note only one set can be active on a given date.
24.5.2 Description
Source
Volume
~2 rows per year
24.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
24.5.5 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Trade date when the set of reserve
requirements become effective
VERSION_DATETIME DATE X Timestamp when the set of reserve
requirements become effective
RESERVELIMIT_SET_I VARCHAR2(20) MT PASA LRC Reserve Requirement Set
D Identifier
DESCRIPTION VARCHAR2(200) Description of this set of Reserve
Requirements
AUTHORISEDDATE DATE Date the requirement set was authorised
AUTHORISEDBY VARCHAR2(20) User authorising this requirement set
LASTCHANGED DATE Timestamp the record was last modified
24.6.1 RESERVE
Name RESERVE
Comment RESERVE sets out specific reserve requirements for dispatch, predispatch
and STPASA, for each half-hour interval by region. Updates show as new
versions for a date.
24.6.2 Description
Two fields specify Frequency Controlled Ancillary Services requirements for the regulation ancillary
services. Another two fields specify the Lack of Reserve levels to be applied in the ST PASA solver.
Change Notice 324 (for the FCAS Constraint enhancements project) means that Dispatch no longer
utilises the static FCAS requirements defined in the DELTAMW and RESERVE tables. These tables
are replaced with constraint data as a source of FCAS requirements.
Source
RESERVE updates as AEMO updates forecasts, daily.
24.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
24.6.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:00am
VERSIONNO NUMBER(3,0) X Version No of record for this date, the
version of the file loaded to produce these
reserve figures
REGIONID VARCHAR2(12) X Differentiates this region from all other
regions
25 Package: SETTLEMENT_CONFIG
Name SETTLEMENT_CONFIG
Comment Configuration and input data for the Settlements Process
MARKET_FEE_CAT_EXCL
MARKETFEEID
EFFECTIVEDATE
VERSION_DATETIME
PARTICIPANT_CATEGORYID
MARKETFEETRK MARKETFEE
MARKETFEEVERSIONNO MARKETFEEID
MARKET_FEE_EXCLUSIONTRK
EFFECTIVEDATE
PARTICIPANTID
EFFECTIVEDATE
VERSIONNO
MARKET_FEE_EXCLUSION MARKETFEEDATA
PARTICIPANTID MARKETFEEID
EFFECTIVEDATE MARKETFEEVERSIONNO
VERSIONNO EFFECTIVEDATE
MARKETFEEID
SETCFG_PARTICIPANT_MPFTRK
REALLOCATION
PARTICIPANTID
REALLOCATIONID
EFFECTIVEDATE
VERSIONNO
SETCFG_PARTICIPANT_MPF
PARTICIPANTID REALLOCATIONINTERVAL
EFFECTIVEDATE
REALLOCATIONID
VERSIONNO
PERIODID
PARTICIPANTCATEGORYID
CONNECTIONPOINTID
PARTICIPANT_BANDFEE_ALLOC
ANCILLARY_RECOVERY_SPLIT
PARTICIPANTID
EFFECTIVEDATE
MARKETFEEID
VERSIONNO
EFFECTIVEDATE
SERVICE
VERSIONNO
PAYMENTTYPE
PARTICIPANTCATEGORYID
25.3.1 ANCILLARY_RECOVERY_SPLIT
Name ANCILLARY_RECOVERY_SPLIT
Comment ANCILLARY_RECOVERY_SPLIT holds the actual customer portion for
each service and payment type. A single EFFECTIVEDATE/VERSIONNO
combination applies to all services (i.e. the latest
EFFECTIVEDATE/VERSIONNO is not retrieved for a single service, but
applies to a data set).
25.3.2 Description
Source
This table is updated infrequently.
25.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.3.6 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Calendar settlement date record becomes
effective.
VERSIONNO NUMBER(3,0) X Version number of the record for the
given date.
SERVICE VARCHAR2(10) X Ancillary service name (e.g. AGC,
FCASCOMP)
PAYMENTTYPE VARCHAR2(20) X A payment type associated with the
service (can be ENABLING,
AVAILABILITY, USAGE, or
COMPENSATION).
CUSTOMER_PORTION NUMBER(8,5) The percentage value of the recovery
funded by market customers.
LASTCHANGED DATE Last date and time record changed
25.4.1 MARKET_FEE_CAT_EXCL
Name MARKET_FEE_CAT_EXCL
Comment Market fee exclusions for participant categories.
25.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
25.4.4 Content
Name Data Type Mandat Comment
ory
MARKETFEEID VARCHAR2(20) X The excluded market fee
EFFECTIVEDATE DATE X The date the exclusion is effective from
VERSION_DATETIME DATE X The version information for this record
PARTICIPANT_CATEG VARCHAR2(20) X Participant category to be excluded from
ORYID this market fee
25.5.1 MARKET_FEE_CAT_EXCL_TRK
Name MARKET_FEE_CAT_EXCL_TRK
Comment Tracking table for market fee exclusions for participant categories.
25.5.2 Notes
Name Comment Value
Visibility Data in this table is: Public
25.5.4 Content
Name Data Type Mandat Comment
ory
MARKETFEEID VARCHAR2(20) X The excluded market fee
EFFECTIVEDATE DATE X The date the exclusion is effective from
VERSION_DATETIME DATE X The version information for this record
LASTCHANGED DATE Last date and time the record changed
25.6.1 MARKET_FEE_EXCLUSION
Name MARKET_FEE_EXCLUSION
Comment MARKET_FEE_EXCLUSION shows the list of market fees from which a
participant is excluded from funding after a particular settlement date.
25.6.2 Description
Source
MARKET_FEE_EXCLUSION updates only on change of participant configuration.
25.6.3 Notes
Name Comment Value
Visibility Data in this table is: Private
25.6.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
EFFECTIVEDATE DATE X Date on which this data becomes
effective
VERSIONNO NUMBER(3,0) X Version of fees for this ID
MARKETFEEID VARCHAR2(10) X Identifier for Market Fee
LASTCHANGED DATE Last date and time record changed
25.7.1 MARKET_FEE_EXCLUSIONTRK
Name MARKET_FEE_EXCLUSIONTRK
Comment MARKET_FEE_EXCLUSIONTRK shows authorisation details of participant
market fee exclusion data sets.
25.7.2 Description
Source
25.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private
25.7.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
EFFECTIVEDATE DATE X Date on which this data becomes
effective
VERSIONNO NUMBER(3,0) X Version of fees for this ID
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
25.8.1 MARKETFEE
Name MARKETFEE
Comment MARKETFEE sets out fee type and period for each market fee.
25.8.2 Description
Source
MARKETFEE updates when fees change.
25.8.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.8.6 Content
Name Data Type Mandat Comment
ory
MARKETFEEID VARCHAR2(10) X Identifier for Market Fee
MARKETFEEPERIOD VARCHAR2(20) Period type - PERIOD, DAILY, WEEKLY
MARKETFEETYPE VARCHAR2(12) Type - MW or $
DESCRIPTION VARCHAR2(64) Description of market fee
LASTCHANGED DATE Last date and time record changed
GL_TCODE VARCHAR2(15)
GL_FINANCIALCODE VARCHAR2(10)
FEE_CLASS VARCHAR2(40)
25.9.1 MARKETFEEDATA
Name MARKETFEEDATA
Comment MARKETFEEDATA sets out actual fee rates, as adjusted from time to time.
25.9.2 Description
Source
25.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.9.6 Content
Name Data Type Mandat Comment
ory
MARKETFEEID VARCHAR2(10) X Identifier for Market Fee
MARKETFEEVERSIONN NUMBER(3,0) X Version of fees for this id
O
EFFECTIVEDATE DATE X Date on which this data becomes
effective
MARKETFEEVALUE NUMBER(22,8) Market fee rate/MWh, a dollar amount
LASTCHANGED DATE Last date and time record changed
25.10.1 MARKETFEETRK
Name MARKETFEETRK
Comment MARKETFEETRK sets out versions of each market fee used and its
effective date.
25.10.2 Description
Source
MARKETFEETRK updated infrequently, when new annual rates must be inserted.
Volume
One record inserted per year.
25.10.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.10.6 Content
Name Data Type Mandat Comment
ory
MARKETFEEVERSIONN NUMBER(3,0) X Version of fees for this ID
O
EFFECTIVEDATE DATE X Effective Date of Market notice
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
25.11.1 PARTICIPANT_BANDFEE_ALLOC
Name PARTICIPANT_BANDFEE_ALLOC
Comment PARTICIPANT_BANDFEE_ALLOC shows the market fee for each
Participant/Participant Category over time.
25.11.2 Description
Source
This view updates only on change of participant configuration.
25.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private
25.11.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
MARKETFEEID VARCHAR2(10) X Identifier for Market Fee
EFFECTIVEDATE DATE X Date on which this data becomes
effective.
VERSIONNO NUMBER(3,0) X Period identifier
PARTICIPANTCATEGO VARCHAR2(10) X The participant category that the market
RYID fee recovery amount pertains to.
MARKETFEEVALUE NUMBER(15,5) The value of this market fee
LASTCHANGED DATE Last date and time record changed
25.12.1 REALLOCATION
Name REALLOCATION
Comment The REALLOCATION table shows the financial transactions agreed
between two participants that are settled through the AEMO pool
settlements process.
25.12.2 Description
Note
The column REALLOCATION_TYPE can be used in conjunction with CREDITPARTICIPANT or
DEBITPARTICIPANT to determine who submitted a reallocation.
25.12.3 Notes
Name Comment Value
Visibility Data in this table is: Private
25.12.6 Content
Name Data Type Mandat Comment
ory
REALLOCATIONID VARCHAR2(20) X Reallocation identifier
CREDITPARTICIPANTID VARCHAR2(10) The participant to be credited for the
reallocation
DEBITPARTICIPANTID VARCHAR2(10) The participant to be debited for the
reallocation
REGIONID VARCHAR2(10) Region identifier, being the spot price
reference node for this reallocation
AGREEMENTTYPE VARCHAR2(10) $, (Quantity) Mwh, SWAP, CAP or
FLOOR
CREDITREFERENCE VARCHAR2(400) Optional reference detail for credit
participant
DEBITREFERENCE VARCHAR2(400) Optional reference detail for debit
participant
LASTCHANGED DATE Last date and time record changed
STARTDATE DATE First day of the Reallocation contract
ENDDATE DATE Last day of the Reallocation contract
CURRENT_STEPID VARCHAR2(20) Reallocation state. One of SUBMITTED,
AUTHORISED, CANCELLED.
25.13.1 REALLOCATIONINTERVAL
Name REALLOCATIONINTERVAL
Comment Half-hour data comprising a single reallocation transaction.
25.13.2 Notes
Name Comment Value
Visibility Data in this table is: Private
25.13.5 Content
Name Data Type Mandat Comment
ory
REALLOCATIONID VARCHAR2(20) X Reallocation identifier
PERIODID NUMBER(3) X Period identifier (1..48)
VALUE NUMBER(15,5) Reallocation value in the units of the
agreement type
LASTCHANGED DATE Last date and time record changed
NRP NUMBER(15,5) Nominated Reallocation Price, only used
in agreement types of SWAP, CAP and
FLOOR, being the contract strike price in
$/MWh
25.14.1 SETCFG_PARTICIPANT_MPF
Name SETCFG_PARTICIPANT_MPF
Comment SETCFG_PARTICIPANT_MPF shows the Market Participation Factors
(MPF) for each participant for each connection point. The MPF values are
used to determine recovery amounts for regulation FCAS.
25.14.2 Description
Volume
Approximately 20,000 records per year
25.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.14.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Participant identifier
EFFECTIVEDATE DATE X Effective date of the MPF data
VERSIONNO NUMBER(3,0) X Version number of the MPF data
PARTICIPANTCATEGO VARCHAR2(10) X Participant Category
RYID
CONNECTIONPOINTID VARCHAR2(10) X Connection point identifier
MPF NUMBER(15,5) Market Participation Factor
LASTCHANGED DATE Last date and time record changed
25.15.1 SETCFG_PARTICIPANT_MPFTRK
Name SETCFG_PARTICIPANT_MPFTRK
Comment SETCFG_PARTICIPANT_MPFTRK is the tracking table for Market
Participation Factors (MPF) data stored in the
SETCFG_PARTICIPANT_MPF table for each participant.
25.15.2 Description
Volume
Approximately 2,000 records per year
25.15.3 Notes
Name Comment Value
Visibility Data in this table is: Public
25.15.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Participant identifier
EFFECTIVEDATE DATE X Effective date of the MPF data
VERSIONNO NUMBER(3,0) X Version number of the MPF data
AUTHORISEDBY VARCHAR2(15) Authorising user
AUTHORISEDDATE DATE Authorised date and time
LASTCHANGED DATE Last date and time record changed
26 Package: SETTLEMENT_DATA
Name SETTLEMENT_DATA
Comment Results from a published Settlements Run. The settlement data and
billing run data are updated daily between 6am and 8am for AEMO's
prudential processes. In a normal week, AEMO publishes one
PRELIM, one FINAL and two REVISION runs in addition to the daily
runs.
SETIRSURPLUS SET_MR_RECOVERY
SET_MR_PAYMENT SETRESERVERECOVERY
SETTLEMENTDATE SETTLEMENTDATE
SETTLEMENTRUNNO VERSIONNO SETTLEMENTDATE SETTLEMENTDATE
PERIODID REGIONID VERSIONNO VERSIONNO
INTERCONNECTORID DUID REGIONID PERIODID
REGIONID PERIODID DUID CONTRACTID
PERIODID PARTICIPANTID
SET_FCAS_PAYMENT SET_FCAS_RECOVERY
SETTLEMENTDATE SETTLEMENTDATE SETRPOWERPAYMENT SETLULOADRECOVERY
VERSIONNO VERSIONNO SETLSHEDRECOVERY
SETTLEMENTDATE SETTLEMENTDATE
DUID PARTICIPANTID
PERIODID VERSIONNO VERSIONNO SETTLEMENTDATE
REGIONID
PARTICIPANTID PARTICIPANTID VERSIONNO
PERIODID
CONTRACTID PERIODID PARTICIPANTID
PERIODID REGIONID PERIODID
SETFCASCOMP SETIRFMRECOVERY
REGIONID
SETTLEMENTDATE SETTLEMENTDATE
VERSIONNO VERSIONNO
PARTICIPANTID DAYTRACK
PERIODID
DUID IRFMID SETTLEMENTDATE SETAGCRECOVERY
PERIODID PARTICIPANTID EXPOSTRUNNO SETTLEMENTDATE
VERSIONNO
Generally DAYTRACK should be PARTICIPANTID
SETRPOWERRECOVERY PERIODID
regarded as the parent table, having one
SETTLEMENTDATE row per settlement run. The linking key is REGIONID
The daily settlement runs
VERSIONNO Settlement Date and versionno or runno
can be linked to the billing
PARTICIPANTID or expostrunno
runs using BILLINGDAYTRK
PERIODID
REGIONID
SETFCASREGIONRECOVERY
SETTLEMENTDATE
SETLUNLOADRECOVERY SETRESTARTRECOVERY
VERSIONNO
SETTLEMENTDATE SETTLEMENTDATE BIDTYPE
VERSIONNO VERSIONNO REGIONID
PARTICIPANTID PARTICIPANTID PERIODID
PERIODID PERIODID
REGIONID REGIONID
SETGENDATAREGION
SETTLEMENTDATE
SETINTERVENTIONRECOVERY SETLUNLOADPAYMENT SETCPDATAREGION VERSIONNO
PERIODID
SETTLEMENTDATE SETTLEMENTDATE
SETTLEMENTDATE REGIONID
VERSIONNO VERSIONNO VERSIONNO
PARTICIPANTID PERIODID
PERIODID SETGENDATA
CONTRACTID CONTRACTID REGIONID
PARTICIPANTID PERIODID SETTLEMENTDATE
SETCPDATA VERSIONNO
SETRESTARTPAYMENT SETAGCPAYMENT PERIODID
SETTLEMENTDATE
SETINTERVENTION STATIONID
SETTLEMENTDATE SETTLEMENTDATE VERSIONNO DUID
SETTLEMENTDATE VERSIONNO VERSIONNO PERIODID GENSETID
VERSIONNO PARTICIPANTID PARTICIPANTID PARTICIPANTID
REGIONID
PERIODID CONTRACTID CONTRACTID TCPID
DUID PERIODID PERIODID MDA
SETSMALLGENDATA
SETTLEMENTDATE
VERSIONNO
CONNECTIONPOINTID
PERIODID
PARTICIPANTID
SETTLEMENTDATE SETTLEMENTDATE
VERSIONNO VERSIONNO
APEVENTID APEVENTID
CLAIMID CLAIMID
PARTICIPANTID PARTICIPANTID
PERIODID PERIODID
REGIONID
SET_NMAS_RECOVERY SET_NMAS_RECOVERY_RBF
SETTLEMENTDATE SETTLEMENTDATE
VERSIONNO VERSIONNO
PERIODID PERIODID
PARTICIPANTID SERVICE
SERVICE CONTRACTID
CONTRACTID PAYMENTTYPE
PAYMENTTYPE REGIONID
REGIONID
SET_FCAS_REGULATION_TRK
SETTLEMENTDATE
VERSIONNO
INTERVAL_DATETIME
CONSTRAINTID
26.3.1 DAYTRACK
Name DAYTRACK
Comment DAYTRACK identifies the actual settlement run processed for each
settlement day. Settlement run is in the column EXPOSTRUNNO. Generally
the number of the settlement run used in the latest statement is the
maximum number.
26.3.2 Description
Source
Volume
Daily billing runs insert one row per day. A non-interim statement has seven records
inserted per week. An indicative maximum is 35 records inserted per week.
26.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.3.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
REGIONID VARCHAR2(10) Not Used
EXANTERUNSTATUS VARCHAR2(15) Not Used
EXANTERUNNO NUMBER(3,0) Not Used
EXPOSTRUNSTATUS VARCHAR2(15) Not Used
EXPOSTRUNNO NUMBER(3,0) X Settlement Run No
LASTCHANGED DATE Last date and time record changed
26.4.2 Notes
Name Comment Value
Visibility Data in this table is: Private
26.4.4 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement run date
VERSIONNO NUMBER(3) X Settlement run number
APEVENTID NUMBER(6) X AP Event Id
CLAIMID NUMBER(6) X AP Event Claim Id
PARTICIPANTID VARCHAR2(20) X Participant identifier
PERIODID NUMBER(3) X Trading interval identifier
COMPENSATION_AMO NUMBER(18,8) Compensation amount for the event claim
UNT in this interval
26.5.2 Notes
Name Comment Value
Visibility Data in this table is: Private
26.5.4 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement run date
VERSIONNO NUMBER(3) X Settlement run number
APEVENTID NUMBER(6) X AP Event Id
CLAIMID NUMBER(6) X AP Event Claim Id
PARTICIPANTID VARCHAR2(20) X Participant identifier
PERIODID NUMBER(3) X Trading interval identifier
REGIONID VARCHAR2(20) X Region id for the recovery amount
RECOVERY_AMOUNT NUMBER(18,8) Recovery amount in the region
attributable to the participant for the event
claim in this interval
REGION_RECOVERY_ NUMBER(18,8) Total Recovery amount in the region for
AMOUNT the event claim in this interval
26.6.1 SET_ANCILLARY_SUMMARY
Name SET_ANCILLARY_SUMMARY
Comment SET_ANCILLARY_SUMMARY summarises payments for all Ancillary
Services to participants on the basis of regions and trading intervals.
26.6.2 Description
Volume
Approximately 30, 000 per week.
26.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.6.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No
SERVICE VARCHAR2(20) X Ancillary service identifier (e.g.
REACTIVE_POWER)
PAYMENTTYPE VARCHAR2(20) X Payment type identifier (e.g.
COMPENSATION)
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Trading interval
PAYMENTAMOUNT NUMBER(18,8) The NEM ancillary summary regional
payment amount ($)
LASTCHANGED DATE Last date and time record changed
26.7.1 SET_FCAS_PAYMENT
Name SET_FCAS_PAYMENT
Comment SET_FCAS_PAYMENT sets out the enabling payment details for frequency
controlled Ancillary Services.
26.7.2 Description
Volume
Approximately 150,000 per week.
26.7.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.7.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No
PARTICIPANTID VARCHAR2(10) Participant identifier
DUID VARCHAR2(10) X Dispatchable unit identifier
REGIONID VARCHAR2(10) Region Identifier
PERIODID NUMBER(3,0) X Trading interval
LOWER6SEC_PAYMEN NUMBER(18,8) Lower 6 Second Payment
T
RAISE6SEC_PAYMENT NUMBER(18,8) Raise 6 Second Payment
LOWER60SEC_PAYME NUMBER(18,8) Lower 60 Second Payment
NT
RAISE60SEC_PAYMEN NUMBER(18,8) Raise 60 Second Payment
T
LOWER5MIN_PAYMEN NUMBER(18,8) Lower 5 Minute Payment
T
RAISE5MIN_PAYMENT NUMBER(18,8) Raise 5 Minute Payment
26.8.1 SET_FCAS_RECOVERY
Name SET_FCAS_RECOVERY
Comment SET_FCAS_RECOVERY shows reimbursements for the Frequency Control
Ancillary Services (FCAS) to be recovered from participants. Beware of
potential confusion with the table SETFCASRECOVERY, which reports
reimbursements for Frequency Control Ancillary Services Compensation
(now unused).
26.8.2 Description
Volume
Approximately 1, 500, 000 per week.
26.8.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.8.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO VARCHAR2(3) X Settlement Run No
PARTICIPANTID VARCHAR2(10) X Participant identifier
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Trading interval
LOWER6SEC_RECOVE NUMBER(18,8) Recovery amount for the Lower 6 Second
RY service attributable to customer
connection points
RAISE6SEC_RECOVER NUMBER(18,8) Recovery amount for the Raise 6 Second
Y service attributable to customer
connection points
LOWER60SEC_RECOV NUMBER(18,8) Recovery amount for the Lower 60
26.9.1 SET_FCAS_REGULATION_TRK
Name SET_FCAS_REGULATION_TRK
Comment SET_FCAS_REGULATION_TRK shows FCAS Regulation Service
Constraint tracking for Regional FCAS Regulation recovery
26.9.2 Description
Volume
Approximately 350,000 per week.
26.9.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.9.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No
INTERVAL_DATETIME DATE X Dispatch Interval Date Time
CONSTRAINTID VARCHAR2(20) X Generic Constraint ID
CMPF NUMBER(18,8) Constraint Market Participant Factor
CRMPF NUMBER(18,8) Constraint Residual Market Participant
Factor
RECOVERY_FACTOR_ NUMBER(18,8) Recovery factor for CMPF based recovery
CMPF
RECOVERY_FACTOR_ NUMBER(18,8) Recovery factor for CRMPF based
CRMPF recovery
LASTCHANGED DATE Last date and time record changed
26.10.1 SET_MR_PAYMENT
Name SET_MR_PAYMENT
Comment SET_MR_PAYMENT shows trading interval payments on a dispatchable
unit basis for accepted MR capacity.
26.10.2 Description
Source
SET_MR_PAYMENT updates are ad hoc, being for MR events only.
Volume
24000 rows per year
26.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.10.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date (Calendar)
VERSIONNO NUMBER(3,0) X Settlement Run Number for this date
REGIONID VARCHAR2(10) X Unique Region Identifier
PARTICIPANTID VARCHAR2(10) Unique Participant identifier
DUID VARCHAR2(10) X Unique identifier for DUID / MNSP LinkID
PERIODID NUMBER(3,0) X Calendar day Trading Interval number
MR_CAPACITY NUMBER(16,6) Accepted MR Capacity
UNCAPPED_PAYMENT NUMBER(16,6) Uncapped Trading Interval Payment
CAPPED_PAYMENT NUMBER(16,6) Capped Trading Interval Payment
LASTCHANGED DATE Date/Time record inserted/modified
26.11.1 SET_MR_RECOVERY
Name SET_MR_RECOVERY
Comment SET_MR_RECOVERY shows the trading interval recovery charges on a
dispatchable unit basis for spot market income from dispatch of MR
capacity.
26.11.2 Description
Source
SET_MR_RECOVERY updates are ad hoc, being for MR events only.
Volume
24000 rows per year
26.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.11.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date (Calendar)
VERSIONNO NUMBER(3,0) X Settlement Run Number for this date
REGIONID VARCHAR2(10) X Unique Region Identifier
PARTICIPANTID VARCHAR2(10) Unique Participant identifier
DUID VARCHAR2(10) X Unique identifier for DUID / MNSP LinkID
PERIODID NUMBER(3,0) X Calendar day Trading Interval number
ARODEF NUMBER(16,6) Accepted Restriction Offer Dispatched
Energy Factor
NTA NUMBER(16,6) The amount payable to AEMO for that
accepted restriction offer and trading
interval
LASTCHANGED DATE Date/Time record inserted/modified
26.12.1 SET_NMAS_RECOVERY
Name SET_NMAS_RECOVERY
Comment SET_NMAS_RECOVERY sets out the NSCAS recovery data for payments
other than testing.
26.12.2 Notes
Name Comment Value
Visibility Data in this table is: Private
26.12.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement run number
PERIODID NUMBER(3,0) X Half Hourly Interval
PARTICIPANTID VARCHAR(20) X The Participant from whom the amount is
recovered
SERVICE VARCHAR(10) X The type of NSCAS service. Current
value values are:
- REACTIVE
- LOADSHED
26.13.1 SET_NMAS_RECOVERY_RBF
Name SET_NMAS_RECOVERY_RBF
Comment SET_NMAS_RECOVERY_RBF publishes the RBF for NSCAS non testing
payments on a half hourly basis.
26.13.2 Notes
Name Comment Value
Visibility Data in this table is: Public
26.13.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement run number
PERIODID NUMBER(3,0) X Half Hourly Interval
SERVICE VARCHAR(10) X The type of NSCAS service. Current
value values are:
- REACTIVE
- LOADSHED
26.14.1 SET_RUN_PARAMETER
Name SET_RUN_PARAMETER
Comment SET_RUN_PARAMETER shows the input parameters and value associated
with each settlement run (e.g. Residual System Load Causer Pays Factor).
26.14.2 Description
Change History
19 August 2005 for 4.5.0:
Changed index name again to have suffix of _LCX
Note: primary key shows PK_ as prefix in Oracle SQL script, even though name of key has _PK as suffix - but cannot
change since would not improve participant systems .
26.14.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.14.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date (Calendar)
VERSIONNO NUMBER(3) X Settlement Run Number for this date
PARAMETERID VARCHAR2(20) X Parameter Identifier
NUMVALUE NUMBER(18,8) Settlement Run Amount for the Constant
Identifier
LASTCHANGED DATE Last date the record changed
26.15.1 SETAGCPAYMENT
Name SETAGCPAYMENT
Comment SETAGCPAYMENT sets out specific payment details for Automatic
Generation Control (AGC) services by period.
26.15.2 Description
Source
SETAGCPAYMENT updates with each settlement run.
26.15.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.15.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
CONTRACTID VARCHAR2(10) X Contract Identifier
PERIODID NUMBER(3,0) X Settlement Period Identifier
DUID VARCHAR2(10) Dispatchable Unit ID
REGIONID VARCHAR2(10) Region Identifier
TLF NUMBER(7,5) Transmission Loss Factor of Unit
EBP NUMBER(15,5) Eligible Bid Price
RRP NUMBER(15,5) Regional Reference Price
26.16.1 SETAGCRECOVERY
Name SETAGCRECOVERY
Comment SETAGCRECOVERY shows reimbursements for Automatic Generation
Control (AGC) Ancillary Services to be recovered from participants.
26.16.2 Description
Source
SETAGCRECOVERY updates with each settlement run.
26.16.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.16.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10)
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
ENABLINGPAYMENT NUMBER(15,5) Enabling Payment
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region
REGIONDEMAND NUMBER(15,5) Total Regional Demand
ENABLINGRECOVERY NUMBER(15,5) Enabling Recovery
LASTCHANGED DATE Last date and time record changed
ENABLINGRECOVERY_ NUMBER(15,5) Enabling Recovery for Generator
GEN
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region for
_GEN Generator
26.17.1 SETCPDATA
Name SETCPDATA
Comment SETCPDATA shows meter settlement data for each connection point. This
is the key view for retailers to verify energy charges. A regional summary
view is also provided. As the view has values for each connection point by
period, for each meter data file, it is a very large view.
26.17.2 Description
The Connection point details (in SETCPDATA) are confidential to the participant and host retailer
that the connection points relate to. By comparison, the regional data (SETCPDATAREGION) is
publically available.
Source
SETCPDATA updates with each Settlement run.
26.17.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.17.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(10,0) X Settlement run no
PERIODID NUMBER(10,0) X Settlement Period identifier
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
TCPID VARCHAR2(10) X Connection point identifier
26.18.1 SETCPDATAREGION
Name SETCPDATAREGION
Comment SETCPDATAREGION sets out summary meter settlement data for each
region.
26.18.2 Description
Source
SETCPDATAREGION is a summary based on grouping on SETCPDATA and is updated with each
settlement run.
26.18.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.18.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(22,10) X Settlement run no
PERIODID NUMBER(22,10) X Settlement Period identifier
REGIONID VARCHAR2(10) X Region Identifier
SUMIGENERGY NUMBER(27,5) Import Gross energy into the pool - MWh
SUMXGENERGY NUMBER(27,5) Export Gross energy from the pool - MWh
SUMINENERGY NUMBER(27,5) Import Nett energy into the pool - MWh
SUMXNENERGY NUMBER(27,5) Export Nett energy from the pool - MWh
SUMIPOWER NUMBER(22,0) Not used
SUMXPOWER NUMBER(22,0) Not used
LASTCHANGED DATE current system date, to enable automatic
replication
SUMEP NUMBER(15,5) Sum of energy price across the region
26.19.1 SETFCASCOMP
Name SETFCASCOMP
Comment SETFCASCOMP shows the compensation details for Frequency Controlled
Ancillary Services (FCAS). These compensation values are calculated by a
separate what if run of the LP Solver and entered as an unconstrained MW
value into settlements.
26.19.2 Description
Source
SETFCASCOMP updates with each Settlement run, if required.
26.19.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.19.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
DUID VARCHAR2(10) X Dispatchable Unit ID
REGIONID VARCHAR2(10) Region Identifier
PERIODID NUMBER(3,0) X Period Identifier
CCPRICE NUMBER(15,5) Compensation Cap
CLEAREDMW NUMBER(15,5) Cleared MW of Unit in First Dispatch
period in Trading Interval
UNCONSTRAINEDMW NUMBER(15,5) Initial MW of Unit in First Dispatch period
in Trading Interval
EBP NUMBER(15,5) Eligible Bid Price
TLF NUMBER(7,5) Transmission Loss Factor of Unit
26.20.1 SETFCASREGIONRECOVERY
Name SETFCASREGIONRECOVERY
Comment SETFCASREGIONRECOVERY shows FCAS Regional Recovery Data
against each Trading Interval.
26.20.2 Description
Source
SETFCASREGIONRECOVERY updates with each settlements run.
Volume
Approximately 10,000 rows per day
26.20.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.20.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date of trading interval
VERSIONNO NUMBER(3,0) X Settlement run no
BIDTYPE VARCHAR2(10) X FCAS Service Type
REGIONID VARCHAR2(10) X RegionID
PERIODID NUMBER(3,0) X Trading interval periodid (01 to 48)
GENERATORREGIONE NUMBER(16,6) Generator Regional Energy Amount
NERGY
CUSTOMERREGIONEN NUMBER(16,6) Customer Region Energy Amount
ERGY
REGIONRECOVERY NUMBER(18,8) The NEM Regional Recovery Amount for
FCAS
26.21.1 SETGENDATA
Name SETGENDATA
Comment SETGENDATA shows meter settlement data for each generation meter
point. A regional summary is also provided.
26.21.2 Description
SETGENDATA shows generator meter details, and SETGENDATA data is confidential to the
participant.
Source
SETGENDATA updates with each Settlement run.
26.21.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.21.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(10,0) X Settlement run no
PERIODID NUMBER(10,0) X Settlement Period identifier
PARTICIPANTID VARCHAR2(10) Unique participant identifier
26.22.1 SETGENDATAREGION
Name SETGENDATAREGION
Comment SETGENDATAREGION sets out summary settlement data for generation
within the specified region.
26.22.2 Description
Source
SETGENDATAREGION updates with each Settlement run.
26.22.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.22.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(22,10) X Settlement run no
PERIODID NUMBER(22,10) X Settlement Period identifier
REGIONID VARCHAR2(10) X Region Identifier
GENERGY NUMBER(22,0) Generated energy - Not used in MMS
Data Model
AENERGY NUMBER(22,0) Purchased Energy - Not used in MMS
Data Model
GPOWER NUMBER(22,0) Not used in MMS Data Model
APOWER NUMBER(22,0) Not used in MMS Data Model
NETENERGY NUMBER(27,5) Net energy MW/hours
ENERGYCOST NUMBER(27,5) Cost of net energy $
EXCESSENERGYCOST NUMBER(27,5) Cost of excess energy $
EXPENERGY NUMBER(27,6) Export Energy (Generator Purchases)
EXPENERGYCOST NUMBER(27,6) Export Energy Cost
LASTCHANGED DATE current system date, to enable automatic
replication
26.23.1 SETINTERVENTION
Name SETINTERVENTION
Comment SETINTERVENTION shows intervention settlement payment details by unit.
26.23.2 Description
SETINTERVENTION became unused when Ancillary Services Review was implemented. For more
details, see Change Notice 126.
Source
SETINTERVENTION is unused; was updating when intervention occurred in a billing run.
26.23.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.23.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PERIODID NUMBER(3,0) X Settlement Period identifier
CONTRACTID VARCHAR2(10) Intervention Contract Identifier
CONTRACTVERSION NUMBER(3,0) Intervention Contract Version
PARTICIPANTID VARCHAR2(10) Unique participant identifier
REGIONID VARCHAR2(10) Region Identifier
DUID VARCHAR2(10) X Dispatchable Unit ID
RCF CHAR(1) Regional Recovery Flag
INTERVENTIONPAYME NUMBER(12,5) Payment to Generator for Intervention
NT
LASTCHANGED DATE Last date and time record changed
26.24.1 SETINTERVENTIONRECOVERY
Name SETINTERVENTIONRECOVERY
Comment SETINTERVENTIONRECOVERY shows intervention recovery details by
participant.
26.24.2 Description
Status
SETINTERVENTIONRECOVERY became unused when Ancillary Services Review was implemented.
For more details, see Change Notice 126.
Confidential to participant
Source
Unused; was updating when intervention occurred in a billing run.
26.24.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.24.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PERIODID NUMBER(3,0) X Settlement Period identifier
CONTRACTID VARCHAR2(10) X Intervention Contract Identifier
RCF CHAR(1) Regional Recovery Flag
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTDEMAND NUMBER(12,5) Demand of Participant in Region/Market
TOTALDEMAND NUMBER(12,5) Total Demand of Region/Market
INTERVENTIONPAYME NUMBER(12,5) Payment to Generator for Intervention
NT
INTERVENTIONAMOUN NUMBER(12,5) Retailer Payment to Pool for Intervention
T
LASTCHANGED DATE Last date and time record changed
REGIONID VARCHAR2(10) Region Identifier
26.25.1 SETINTRAREGIONRESIDUES
Name SETINTRAREGIONRESIDUES
Comment
26.25.2 Description
Source
SETINTRAREGIONRESIDUES updates with each settlement run.
Note
The relationship between the data columns for each key is expressed in the following formula:
EP + EC + (EXP * RRP) = IRSS
26.25.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.25.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
RUNNO NUMBER(3) X Settlement run number
PERIODID NUMBER(3) X Settlement period in the day (1..48)
REGIONID VARCHAR2(10) X Region Identifier
EP NUMBER(15,5) Energy payments to generators
EC NUMBER(15,5) Energy purchased by customers
RRP NUMBER(15,5) Regional price
EXP NUMBER(15,5) Net import in MWh into the region
calculated at the regional reference node
(export is negative)
IRSS NUMBER(15,5) Intra-regional surplus (a negative sign
indicates surplus, and a positive sign
indicates a deficiency)
LASTCHANGED DATE Last date and time record changed
26.26.1 SETIRAUCSURPLUS
Name SETIRAUCSURPLUS
Comment This view supports the Settlements Residue Auction, by holding the NSP
participant allocations of IRSurplus arising as a result of the unsold units for
a quarter.
26.26.2 Description
Source
SETIRAUCSURPLUS updates with each settlement run.
Volume
SETIRAUCSURPLUS contains a maximum of 10 million records per year.
26.26.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.26.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
SETTLEMENTRUNNO NUMBER(3,0) X Settlement run number
CONTRACTID VARCHAR2(10) X SRA Contract unique identifier
PERIODID NUMBER(2,0) X Settlement Period in day (1..48)
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
INTERCONNECTORID VARCHAR2(10) X Contracted Interconnector identifier
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
26.27.1 SETIRFMRECOVERY
Name SETIRFMRECOVERY
Comment SETIRFMRECOVERY sets out reimbursements for Industrial Relations
Force Majeure to be recovered from participants.
26.27.2 Description
Source
SETIRFMRECOVERY updates with each settlement run.
26.27.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.27.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
VERSIONNO NUMBER(3,0) X Version number
PERIODID NUMBER(3,0) X Settlement period ID
IRFMID VARCHAR2(10) X Industrial Relations Forced Majeure event
number
IRMFVERSION NUMBER(3,0) Industrial Relations Forced Majeure event
number
PARTICIPANTID VARCHAR2(10) X Participant unique identifier
PARTICIPANTDEMAND NUMBER(12,5) Participant demand
TOTALTCD NUMBER(12,5) Total non franchised load in Victoria.
TOTALTFD NUMBER(12,5) Total franchised load in Victoria.
IRFMAMOUNT NUMBER(12,5) Industrial Relations Forced Majeure event
amount in $.
IRFMPAYMENT NUMBER(12,5) Industrial Relations Forced Majeure
payment amount in $.
26.28.1 SETIRNSPSURPLUS
Name SETIRNSPSURPLUS
Comment This view supports the Settlements Residue Auction, by showing the TNSP
participant allocations of Interconnector Residue (IR) Surplus (i.e.
derogated amounts) arising as a result of the sold units for a quarter.
26.28.2 Description
Source
SETIRNSPSURPLUS updates with each settlement run.
Volume
SETIRNSPSURPLUS contains a maximum of 10 million records per year.
26.28.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.28.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
SETTLEMENTRUNNO NUMBER(3,0) X Settlement run number
CONTRACTID VARCHAR2(10) X SRA Contract unique identifier
PERIODID NUMBER(2,0) X Settlement period in day (1..48)
PARTICIPANTID VARCHAR2(10) X Participant unique identifier
INTERCONNECTORID VARCHAR2(10) X Identifier of Contracted Interconnector
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
26.29.1 SETIRPARTSURPLUS
Name SETIRPARTSURPLUS
Comment This view supports the Settlements Residue Auction, holding the participant
allocations of IRSurplus.
26.29.2 Description
Source
SETIRPARTSURPLUS updates with each settlement run.
Volume
SETIRPARTSURPLUS contains a maximum of 20 million records per year.
26.29.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.29.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
SETTLEMENTRUNNO NUMBER(3,0) X Settlement run number
CONTRACTID VARCHAR2(10) X Ancillary Service Contract
PERIODID NUMBER(2,0) X Settlement period in the day (1..48)
PARTICIPANTID VARCHAR2(10) X Participant unique identifier
INTERCONNECTORID VARCHAR2(10) X Identifier of the Contracted Interconnector
FROMREGIONID VARCHAR2(10) X Nominated source region for
Interconnector
TOTALSURPLUS NUMBER(15,5) Total value of surplus before allocation
26.30.1 SETIRSURPLUS
Name SETIRSURPLUS
Comment SETIRSURPLUS records the interregional residue calculation for each
interconnector and each side of the interconnector.
26.30.2 Description
Source
SETIRSURPLUS updates once a day at 8am.
Note
MWFLOW and LOSSFACTOR are now both calculated as MWh (energy) values for the half hour, and
not MW (average demand) values. By way of clarification, the MWFLOW value is derived from half-
hour revenue class metering, adjusted by a fixed fraction of the LOSSFACTOR value. The
LOSSFACTOR value is taken to be exactly half of the MWLOSSES value in the
TRADINGINTERCONNECT table.
The METEREDMWFLOW field in the TRADINGINTERCONNECT table contains averaged SCADA
metering demand values available in real time, whereas the MWFLOW field in the
SETIRSURPLUS table contains settlement energy metering values available only after a settlement
run is posted.
26.30.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.30.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
SETTLEMENTRUNNO NUMBER(3,0) X Settlement run number
26.31.1 SETLSHEDPAYMENT
Name SETLSHEDPAYMENT
Comment SETLSHEDPAYMENT shows specific payment details for load shed
services by period.
26.31.2 Description
Source
SETLSHEDPAYMENT updates with each settlement run.
26.31.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.31.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
CONTRACTID VARCHAR2(10) X AS Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
DUID VARCHAR2(10) Dispatchable Unit Identifier
REGIONID VARCHAR2(10) Region Identifier
TLF NUMBER(7,5) Transmission Loss Factor
RRP NUMBER(15,5) Regional Reference Price
LSEPRICE NUMBER(15,5) Load Shed Enabling Price
26.32.1 SETLSHEDRECOVERY
Name SETLSHEDRECOVERY
Comment SETLSHEDRECOVERY shows reimbursements for Load shed Ancillary
Services to be recovered from participants. (Data no longer created for
Settlement Days from 01/07/2012)
26.32.2 Description
Source
SETLSHEDRECOVERY updates with each settlement run.
Note
Only the payment fields (LSEPAYMENT and CCPAYMENT) are on a regional basis. All other
demand and recovery fields are on NEM basis rather than a regional basis.
26.32.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.32.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10) Contract Identifier for reserve,
intervention, settlement and ancillary
service contracts. Contracts are coded by
type and unit.
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
26.33.1 SETLULOADRECOVERY
Name SETLULOADRECOVERY
Comment SETLULOADRECOVERY shows reimbursements for rapid-unit-load
Ancillary Services to be recovered from participants.
26.33.2 Description
SETLULOADRECOVERY became unused when Ancillary Services Review was implemented. For
more details, see Change Notice 126.
Source
SETLULOADRECOVERY is unused; was updated with each settlement run.
26.33.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.33.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10) AS Contract ID
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
ENABLINGPAYMENT NUMBER(15,5) Enabling Payment
USAGEPAYMENT NUMBER(15,5) Usage Payment
COMPENSATIONPAYM NUMBER(15,5) Compensation Payment
ENT
26.34.1 SETLUNLOADPAYMENT
Name SETLUNLOADPAYMENT
Comment SETLUNLOADPAYMENT shows specific payment details for rapid unit
unload service.
26.34.2 Description
Source
SETLUNLOADPAYMENT updates with each settlement run.
26.34.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.34.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
VERSIONNO NUMBER(3,0) X Settlement run no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
CONTRACTID VARCHAR2(10) X Ancillary Services contract identifier
PERIODID NUMBER(3,0) X Region Identifier
DUID VARCHAR2(10) Dispatchable unit identifier
REGIONID VARCHAR2(10) Region identifier
TLF NUMBER(7,5) Transmission Loss Factor
EBP NUMBER(15,5) Eligible bid price
RRP NUMBER(15,5) Regional Reference Price
26.35.1 SETLUNLOADRECOVERY
Name SETLUNLOADRECOVERY
Comment SETLUNLOADRECOVERY shows reimbursements for rapid unit unloading
Ancillary Services to be recovered from participants.
26.35.2 Description
Source
SETLUNLOADRECOVERY updates with each settlement run.
26.35.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.35.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10) AS Contract
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
ENABLINGPAYMENT NUMBER(15,5) Enabling Payment
USAGEPAYMENT NUMBER(15,5) Usage Payment
COMPENSATIONPAYM NUMBER(15,5) Compensation Payment
ENT
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region
REGIONDEMAND NUMBER(15,5) Total Regional Demand
ENABLINGRECOVERY NUMBER(15,5) Enabling Recovery
USAGERECOVERY NUMBER(15,5) Usage Recovery
COMPENSATIONRECO NUMBER(15,5) Compensation Recovery
VERY
LASTCHANGED DATE Last date and time record changed
ENABLINGRECOVERY_ NUMBER(15,5) Enabling Recovery for Generator
GEN
USAGERECOVERY_GE NUMBER(15,5) Usage Recovery for Generator
N
COMPENSATIONRECO NUMBER(15,5) Compensation Recovery for Generator
VERY_GEN
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region for
_GEN Generator
REGIONDEMAND_GEN NUMBER(15,5) Total Regional Demand for Generator
26.36.1 SETMARKETFEES
Name SETMARKETFEES
Comment SETMARKETFEES shows payments for market fees for each settlement
date.
26.36.2 Description
Source
SETMARKETFEES updates with each settlement run.
26.36.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.36.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
RUNNO NUMBER(3,0) X Settlement run no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PERIODID NUMBER(3,0) X Period identifier
MARKETFEEID VARCHAR2(10) X Market fee identifier (e.g. V_EST)
MARKETFEEVALUE NUMBER(15,5) Fee charge
ENERGY NUMBER(16,6) Energy amount for variable fees
LASTCHANGED DATE Last date and time record changed
PARTICIPANTCATEGO VARCHAR2(10) X The participant category that the market
RYID fee recovery pertains to. Corresponds to
the PARTICIPANTCATEGORYID column
of the
PARTICIPANT_BANDFEE_CATEGORY
ALLOC_C_V view for BAND$ type fees,
26.37.1 SETREALLOCATIONS
Name SETREALLOCATIONS
Comment SETREALLOCATIONS shows the trading interval value of reallocations
processed, for those participants whose reallocation submissions have been
accepted by AEMO.
26.37.2 Description
Source
SETREALLOCATIONS updates by the posting of a billing run.
Volume
Generally, there are approximately 550 records inserted per week.
26.37.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.37.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
RUNNO NUMBER(3,0) X Settlement run no
PERIODID NUMBER(3,0) X Settlement Period identifier
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REALLOCATIONID VARCHAR2(20) X Reallocation contract identifier
REALLOCATIONVALUE NUMBER(15,5) Reallocation value in $
ENERGY NUMBER(15,5) Energy in MWh if reallocation agreement
type is MWh
RRP NUMBER(15,5) Regional Reference Price
LASTCHANGED DATE Last date and time record changed
26.38.1 SETRESERVERECOVERY
Name SETRESERVERECOVERY
Comment SETRESERVERECOVERY shows reserve recovery details.
26.38.2 Description
SETRESERVERECOVERY is unused.
Source
Unused; was updated when reserve recovery occurred in a billing run.
26.38.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.38.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PERIODID NUMBER(3,0) X Period Identifier
CONTRACTID VARCHAR2(10) X
RCF CHAR(1) Regional Recovery Flag
SPOTPAYMENT NUMBER(12,5) Cap difference for generator
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTDEMAND NUMBER(12,5) Demand of Participant in Region/Market
TOTALDEMAND NUMBER(12,5) Total Demand of Region/Market
RESERVEPAYMENT NUMBER(12,5) Payment made to generator for Reserve
Trader Contract
RESERVEAMOUNT NUMBER(12,5) Payment owed by Retailer to pool for
Reserve Trader Contract
LASTCHANGED DATE Last date and time record changed
REGIONID VARCHAR2(10) Region Identifier
26.39.1 SETRESTARTPAYMENT
Name SETRESTARTPAYMENT
Comment SETRESTARTPAYMENT shows specific payment details for System
Restart services by period.
26.39.2 Description
Source
SETRESTARTPAYMENT updates with each settlement run.
26.39.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.39.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
CONTRACTID VARCHAR2(10) X Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) Region Identifier
RESTARTTYPE NUMBER(1,0) System Restart Type (0 = FRC, 1 = GRC,
2 = TTH)
AVAFLAG NUMBER(1,0) Availability Flag
AVAILABILITYPRICE NUMBER(15,5) Availability Price
26.40.1 SETRESTARTRECOVERY
Name SETRESTARTRECOVERY
Comment SETRESTARTRECOVERY shows reimbursements for system restart
Ancillary Services to be recovered from participants. (Data no longer created
for Settlement Days from 01/07/2012)
26.40.2 Description
Source
SETRESTARTRECOVERY updates with each settlement run.
26.40.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.40.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10) Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
AVAILABILITYPAYMEN NUMBER(15,5) Availability Payment
T
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region
REGIONDEMAND NUMBER(15,5) NEM Demand (NB sum of ALL Regions)
AVAILABILITYRECOVE NUMBER(15,5) Availability Recovery
RY
LASTCHANGED DATE Last date and time record changed
AVAILABILITYRECOVE NUMBER(15,5) Availability Recovery for Generator
RY_GEN
PARTICIPANTDEMAND NUMBER(15,5) Participant Demand in Region for
_GEN Generator
REGIONDEMAND_GEN NUMBER(15,5) Sum of all generation including SGA
generation across all regions of the NEM
and floored to zero
ENABLINGPAYMENT NUMBER(18,8) The enabling payment made for system
restart in this half-hour interval
ENABLINGRECOVERY NUMBER(18,8) The enabling recovery amount for system
restart in this half-hour interval attributable
to customer activity
ENABLINGRECOVERY_ NUMBER(18,8) The enabling recovery amount for system
GEN restart in this half-hour interval attributable
to generator activity
26.41.1 SETRPOWERPAYMENT
Name SETRPOWERPAYMENT
Comment SETRPOWERPAYMENT shows specific payment details for Reactive power
services by period.
26.41.2 Description
Source
SETRPOWERPAYMENT updates with each settlement run.
26.41.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.41.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
CONTRACTID VARCHAR2(10) X AS Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
DUID VARCHAR2(10) Dispatchable Unit Identifier
REGIONID VARCHAR2(10) Region Identifier
TLF NUMBER(7,5) Transmission Loss Factor
EBP NUMBER(15,5) Eligible Bid Price
RRP NUMBER(15,5) Regional Reference Price
MVARAPRICE NUMBER(15,5) Availability price per MVAr of RP
absorption capability
MVAREPRICE NUMBER(15,5) Enabling Price
MVARGPRICE NUMBER(15,5) Availability price per MVAr of RP
generation capability
26.42.1 SETRPOWERRECOVERY
Name SETRPOWERRECOVERY
Comment SETRPOWERRECOVERY shows reimbursements for Reactive Power
Ancillary Services to be recovered from participants. (Data no longer created
for Settlement Days from 01/07/2012)
26.42.2 Description
Source
SETRPOWERRECOVERY updates with each settlement run.
Note
Only the payment fields (AVAILABILITYPAYMENT, ENABLINGPAYMENT and CCPAYMENT) are
on a regional basis. All other demand and recovery fields are on NEM basis rather than a regional
basis.
26.42.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.42.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10) AS Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
AVAILABILITYPAYMEN NUMBER(15,5) Availability Payment
T
26.43.1 SETSMALLGENDATA
Name SETSMALLGENDATA
Comment Publishes metering data and associated settlement values for with a
registered Small Generator Aggregator participants connection points.
26.43.2 Notes
Name Comment Value
Visibility Data in this table is: Private
26.43.4 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
VERSIONNO NUMBER(3,0) X Version number of the record for the
settlement date
CONNECTIONPOINTID VARCHAR2(20) X Transmission Node Identifier (TNI)
PERIODID NUMBER(3,0) X Settlement interval identifier (half hour
period)
PARTICIPANTID VARCHAR2(20) X Unique participant identifier
REGIONID VARCHAR2(20) Region Identifier
IMPORTENERGY NUMBER(18,8) The import direction value for the meter
read (MWh)
EXPORTENERGY NUMBER(18,8) The export direction value for the meter
read (MWh)
RRP NUMBER(18,8) Regional Reference Price
TLF NUMBER(18,8) Transmission Loss Factor
IMPENERGYCOST NUMBER(18,8) Import Energy Cost ($)
EXPENERGYCOST NUMBER(18,8) Export Energy Cost ($)
LASTCHANGED DATE Last date and time the record changed
26.44.1 SETVICBOUNDARYENERGY
Name SETVICBOUNDARYENERGY
Comment SETVICBOUNDARYENERGY is as requested by Participants for the
settlement of Victorian Vesting contracts.
26.44.2 Description
Source
SETVICBOUNDARYENERGY is populated by the posting of a billing run.
Volume
Generally there are approximately 550 records inserted per week.
26.44.3 Notes
Name Comment Value
Visibility Data in this table is: Private
26.44.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement and date
VERSIONNO NUMBER(3,0) X Version number
PARTICIPANTID VARCHAR2(10) X Participant Identifier
PERIODID NUMBER(3,0) X Period Identifier
BOUNDARYENERGY NUMBER(15,5) Interval energy purchases in Victoria
when host distributor = Pool (in MWh)
LASTCHANGED DATE Last changed
26.45.1 SETVICENERGYFIGURES
Name SETVICENERGYFIGURES
Comment SETVICENERGYFIGURES is used in settlement of Victorian Vesting
contracts.
26.45.2 Description
Source
SETVICENERGYFIGURES updates daily, with settlements.
26.45.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.45.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
VERSIONNO NUMBER(3,0) X Version number
PERIODID NUMBER(3,0) X Settlement period
TOTALGENOUTPUT NUMBER(15,5) Total generator output
TOTALPCSD NUMBER(15,5) Total participant demand
LASTCHANGED DATE Last changed
TLR NUMBER(15,6) Transmission loss factor
MLF NUMBER(15,6) Marginal loss factor
26.46.1 SETVICENERGYFLOW
Name SETVICENERGYFLOW
Comment SETVICENERGYFLOW is used in settlement of Victorian Vesting contracts.
26.46.2 Description
Source
SETVICENERGYFLOW updates daily, with settlements
26.46.3 Notes
Name Comment Value
Visibility Data in this table is: Public
26.46.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
VERSIONNO NUMBER(3,0) X Version number
PERIODID NUMBER(3,0) X Settlement period
NETFLOW NUMBER(15,5) Net metered energy flowing across the V-
SN and V-SA interconnectors
LASTCHANGED DATE Last changed
27 Package: STPASA_SOLUTION
Name STPASA_SOLUTION
Comment Results from a published Short Term PASA Run
STPASA_CASESOLUTION
RUN_DATETIME
STPASA_REGIONSOLUTION
STPASA_CONSTRAINTSOLUTION
RUN_DATETIME
RUN_DATETIME INTERVAL_DATETIME
INTERVAL_DATETIME REGIONID
CONSTRAINTID RUNTYPE
RUNTYPE
27.3.1 STPASA_CASESOLUTION
Name STPASA_CASESOLUTION
Comment STPASA_CASESOLUTION holds one record containing results pertaining to
each entire solution
27.3.2 Description
Source
STPASA_CASESOLUTION is updated each STPASA run (i.e. every 2 hours).
Volume
Rows per day: 12
Mb per month: <1
27.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
27.3.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
PASAVERSION VARCHAR2(10) Version of the PASA solver used to solve
this case
RESERVECONDITION NUMBER(1,0) Low Reserve Condition (LRC) flag for the
case (1 - LRC in the case, 0 - No LRCs in
the case) for capacity run
LORCONDITION NUMBER(1,0) Lack of Reserve Condition (LOR) flag for
the case indicates the most severe
condition in the case (3 = LOR3, 2 =
LOR2, 1 = LOR1, 0 = No LOR)
CAPACITYOBJFUNCTI NUMBER(12,3) Objective Function from the Capacity
ON Adequacy run
CAPACITYOPTION NUMBER(12,3) Not populated as of 2005 End of Year
Release; was the demand forecast used
27.4.1 STPASA_CONSTRAINTSOLUTION
Name STPASA_CONSTRAINTSOLUTION
Comment STPASA_CONSTRAINTSOLUTION shows binding and violated constraint
results from the capacity evaluation, including the RHS value.
27.4.2 Description
Source
STPASA_CONSTRAINTSOLUTION is updated each STPASA run (i.e. every 2 hours).
Volume
Rows per day: 19000 (est.)
Mb per month: 90
27.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
27.4.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
CONSTRAINTID VARCHAR2(20) X Constraint identifier (synonymous with
GenConID)
CAPACITYRHS NUMBER(12,2) The RHS value in the capacity evaluation.
CAPACITYMARGINALV NUMBER(12,2) Capacity adequacy assessment marginal
ALUE value, 0 if not binding
CAPACITYVIOLATIOND NUMBER(12,2) Capacity adequacy assessment violation
27.5.1 STPASA_INTERCONNECTORSOLN
Name STPASA_INTERCONNECTORSOLN
Comment STPASA_INTERCONNECTORSOLN shows the results of the capacity
evaluation for Interconnectors, including the calculated limits for the interval.
27.5.2 Description
Source
STPASA_INTERCONNECTORSOLN is updated each STPASA run (i.e. every 2 hours).
Volume
Rows per day: 576
Mb per month: 4
27.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
27.5.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
INTERCONNECTORID VARCHAR2(10) X Interconnector Identifier
CAPACITYMWFLOW NUMBER(12,2) Interconnector loading level (MW) that
can be reached in case of capacity
scarcity in neighbouring regions subject to
network and energy constraints
CAPACITYMARGINALV NUMBER(12,2) Capacity adequacy assessment marginal
ALUE value, 0 if not binding
CAPACITYVIOLATIOND NUMBER(12,2) Capacity adequacy assessment violation
27.6.1 STPASA_REGIONSOLUTION
Name STPASA_REGIONSOLUTION
Comment STPASA_REGIONSOLUTION shows the results of the regional capacity,
maximum surplus reserve and maximum spare capacity evaluations for
each period of the study.
27.6.2 Description
Source
STPASA_REGIONSOLUTION is updated each STPASA run (i.e every 2 hours).
Volume
Rows per day: 480
Mb per month: 8
27.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
27.6.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
REGIONID VARCHAR2(10) X Region Identifier
DEMAND10 NUMBER(12,2) Input value for 10% probability demand
DEMAND50 NUMBER(12,2) Input value for 50% probability demand
DEMAND90 NUMBER(12,2) Input value for 90% probability demand
RESERVEREQ NUMBER(12,2) Input reserve requirement
CAPACITYREQ NUMBER(12,2) Demand + Reserve Requirement
ENERGYREQDEMAND5 NUMBER(12,2) Sum of: (Region Period Demand - given
0 Demand50)/Period (sum by trading day,
28 Package: TRADING_DATA
Name TRADING_DATA
Comment 30 minute Trading interval results
28.3.1 TRADINGINTERCONNECT
Name TRADINGINTERCONNECT
Comment TRADINGINTERCONNECT shows the half-hourly summary of
Interconnector flows based on 5-minute averages.
28.3.2 Description
Source
TRADINGINTERCONNECT is updated half hourly.
28.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
28.3.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date that this data applies to
RUNNO NUMBER(3,0) X Dispatch run no.
INTERCONNECTORID VARCHAR2(10) X Interconnector identifier
PERIODID NUMBER(3,0) X Period Identifier
METEREDMWFLOW NUMBER(15,5) Average of the metered MW flow from the
start of each dispatch interval.
MWFLOW NUMBER(15,5) Calculated MW Flow from SPD
MWLOSSES NUMBER(15,5) MW losses at calculated MW flow
LASTCHANGED DATE Last date and time record changed
28.4.1 TRADINGLOAD
Name TRADINGLOAD
Comment TRADINGLOAD shows half-hourly average dispatch levels, including fields
to handle the Ancillary Services functionality.
28.4.2 Description
Source
Own (confidential) TRADINGLOAD data updates half hourly, with public availability of all data on
next day.
28.4.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
28.4.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date that this data applies to
RUNNO NUMBER(3,0) X Dispatch run no.
DUID VARCHAR2(10) X Dispatchable Unit Identifier
TRADETYPE NUMBER(2,0) X Not used
PERIODID NUMBER(3,0) X Period Identifier
INITIALMW NUMBER(15,5) Average Initial MW at start of each period
TOTALCLEARED NUMBER(15,5) Average total MW dispatched over period
RAMPDOWNRATE NUMBER(15,5) Average ramp down rate
28.5.1 TRADINGPRICE
Name TRADINGPRICE
Comment TRADINGPRICE sets out half-hourly spot market price, including fields to
handle the Ancillary Services functionality. If prices are adjusted, the final
price is recorded in the regional reference price (RRP) field with price before
adjustment recorded in the regional original price (ROP) field.
28.5.2 Description
Source
TRADINGPRICE updates every 30 minutes.
Notes
INVALIDFLAG
The INVALIDFLAG field is used to indicate whether the Trading interval price has been adjusted
after the trading interval was completed. On a very restricted set of events, the market rules allow a
dispatch price (5 min) to be adjusted on the next business day, and, when this occurs, the
corresponding trading interval price for that region is also adjusted and marked as adjusted with
INVALIDFLAG of 'A'.
The INVALIDFLAG = 'Y' only applies to historical periods when not all six of the 5-minute dispatch
intervals were run in the trading interval. System changes implemented on 30 September 2001 mean
this situation no longer occurs since missing dispatch intervals are automatically populated from a
previous interval.
If the INVALIDFLAG field = '0', the price was not adjusted and all six dispatch intervals are present.
Prices
There is no field in the TRADINGPRICE table (or the MMS data model anywhere) telling you that
the price is provisional or final. The only reliable method is to ensure that the trading date is at least
2 business days old.
28.5.3 Notes
Name Comment Value
Visibility Data in this table is: Public
LASTCHANGED
28.5.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date that this data applies to
RUNNO NUMBER(3,0) X Run No
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Trading Interval Period
RRP NUMBER(15,5) Regional reference price for this dispatch
period
EEP NUMBER(15,5) Excess energy price where negative
average
INVALIDFLAG VARCHAR2(1) Indicates when the Trading interval price
has been adjusted after the trading
interval was completed
LASTCHANGED DATE Last date and time record changed
ROP NUMBER(15,5) Regional Original Price. The price before
any adjustments were made
RAISE6SECRRP NUMBER(15,5) Regional reference price for this dispatch
period
RAISE6SECROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
RAISE60SECRRP NUMBER(15,5) Regional reference price for this dispatch
period
RAISE60SECROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
RAISE5MINRRP NUMBER(15,5) Regional reference price for this dispatch
period
RAISE5MINROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
RAISEREGRRP NUMBER(15,5) Regional reference price for this dispatch
period
RAISEREGROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
LOWER6SECRRP NUMBER(15,5) Regional reference price for this dispatch
period
LOWER6SECROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
LOWER60SECRRP NUMBER(15,5) Regional reference price for this dispatch
period
LOWER60SECROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
LOWER5MINRRP NUMBER(15,5) Regional reference price for this dispatch
period
LOWER5MINROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
LOWERREGRRP NUMBER(15,5) Regional reference price for this dispatch
period
LOWERREGROP NUMBER(15,5) Original regional price - prior to APC or
VoLL overrides applied
PRICE_STATUS VARCHAR2(20) Status of regional prices for this dispatch
interval "NOT FIRM" or "FIRM"
28.6.1 TRADINGREGIONSUM
Name TRADINGREGIONSUM
Comment TRADINGREGIONSUM sets out the half-hourly average regional demand
and frequency control services. TRADINGREGIONSUM includes fields for
the Raise Regulation and Lower Regulation Ancillary Services plus
improvements to demand calculations.
28.6.2 Description
Source
TRADINGREGIONSUM is updated every 30 minutes.
28.6.3 Notes
Name Comment Value
Visibility Data in this table is: Public
28.6.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Date that this data applies to
RUNNO NUMBER(3,0) X Dispatch run no.
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Trading interval identifier within settlement
day.
TOTALDEMAND NUMBER(15,5) Total demand for region
AVAILABLEGENERATIO NUMBER(15,5) The available generation in the Region for
N the interval
AVAILABLELOAD NUMBER(15,5) Not used
DEMANDFORECAST NUMBER(15,5) Forecast demand for region
DISPATCHABLEGENER NUMBER(15,5) Averaged generation dispatched in region
ATION
DISPATCHABLELOAD NUMBER(15,5) Averaged load dispatched in region
NETINTERCHANGE NUMBER(15,5) Average energy transferred over
interconnector
EXCESSGENERATION NUMBER(15,5) Average excess generation in region
LOWER5MINDISPATCH NUMBER(15,5) Not used since Dec 2003. Lower 5 min
MW dispatch
LOWER5MINIMPORT NUMBER(15,5) Not used since Dec 2003. Lower 5 min
MW imported
LOWER5MINLOCALDIS NUMBER(15,5) Lower 5 min local dispatch
PATCH
LOWER5MINLOCALPRI NUMBER(15,5) Not used since Dec 2003. Local price of
CE lower 5 min
LOWER5MINLOCALRE NUMBER(15,5) Not used since Dec 2003. Lower 5 min
Q local requirement
LOWER5MINPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of lower 5 min
LOWER5MINREQ NUMBER(15,5) Not used since Dec 2003. Lower 5 min
total requirement
LOWER5MINSUPPLYP NUMBER(15,5) Not used since Dec 2003. Supply price of
RICE lower 5 min
LOWER60SECDISPATC NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
H MW dispatch
LOWER60SECIMPORT NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
MW imported
LOWER60SECLOCALDI NUMBER(15,5) Lower 60 sec local dispatch
SPATCH
LOWER60SECLOCALP NUMBER(15,5) Not used since Dec 2003. Local price of
RICE lower 60 sec
LOWER60SECLOCALR NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
EQ local requirement
LOWER60SECPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of lower 60 sec
LOWER60SECREQ NUMBER(15,5) Not used since Dec 2003. Lower 60 sec
total requirement
LOWER60SECSUPPLY NUMBER(15,5) Not used since Dec 2003. Supply price of
PRICE lower 60 sec
LOWER6SECDISPATCH NUMBER(15,5) Not used since Dec 2003. Lower 6 sec
MW dispatch
LOWER6SECIMPORT NUMBER(15,5) Not used since Dec 2003. Lower 6 sec
MW imported
LOWER6SECLOCALDIS NUMBER(15,5) Lower 6 sec local dispatch
PATCH
LOWER6SECLOCALPRI NUMBER(15,5) Not used since Dec 2003. Local price of
CE lower 6 sec
LOWER6SECLOCALRE NUMBER(15,5) Not used since Dec 2003. Lower 6 sec
Q local requirement
LOWER6SECPRICE NUMBER(15,5) Not used since Dec 2003. Regional price
of lower 6 sec
LOWER6SECREQ NUMBER(15,5) Not used since Dec 2003. Lower 6 sec
total requirement
LOWER6SECSUPPLYP NUMBER(15,5) Not used since Dec 2003. Supply price of
RICE lower 6 sec
RAISE5MINDISPATCH NUMBER(15,5) Not used since Dec 2003. Raise 5 min
MW dispatch
RAISE5MINIMPORT NUMBER(15,5) Not used since Dec 2003. Raise 5 min
MW imported
RAISE5MINLOCALDISP NUMBER(15,5) Raise 5 min local dispatch
ATCH
RAISE5MINLOCALPRIC NUMBER(15,5) Not used since Dec 2003. Local price of
E raise 5 min
RAISE5MINLOCALREQ NUMBER(15,5) Not used since Dec 2003. Raise 5 min
local requirement
capability.
PASACASESOLUTION PASACASESOLUTION sets out ST PASA case listing providing
details of each STPASA case run.
PASACONSTRAINTSOLUTIO PASACONSTRAINTSOLUTION records the latest binding STPASA
N constraint details for each period. For each solution, the latest
recalculation for each period overwrites the previous entry.
PASAINTERCONNECTORSO PASAINTERCONNECTORSOLUTION records ST PASA
LUTION interconnector solutions for the latest period.
PASAREGIONSOLUTION PASAREGIONSOLUTION shows the Regional solution for ST
PASA showing reserves for each half-hour period. This table
(PASAREGIONSOLUTION_D) shows the latest calculated result
for each period.
PEROFFER PEROFFER contains the half-hourly period details of daily bids and
rebids, to be used in conjunction with DAYOFFER. These views
provide period varying details such as rate of change up (ROCUP),
rate of change down (ROCDOWN) and band quantities
(BANDAVAIL from 1 to 10).
PEROFFER is a child table of DAYOFFER.
SET_CSP_SUPPORTDATA_C A settlements table for the publication of support data for the Snowy
ONSTRAINT CSP derogation amounts. This table publishes the constraint-level
information for each five minute interval in the settlement run
SET_CSP_SUPPORTDATA_E A settlements table for the publication of support data for the Snowy
NERGYDIFF CSP derogation amounts. This table publishes energy differential
information for each half-hour interval in the settlement run
SET_CSP_SUPPORTDATA_S A settlements table for the publication of support data for the Snowy
UBPRICE CSP derogation amounts. This table publishes substitution price
information for each five minute interval in the settlement run
SETAPCCOMPENSATION SETAPCCOMPENSATION shows Administered Price Cap (APC)
compensation payments for each period.
SETAPCRECOVERY SETAPCRECOVERY shows reimbursements for Administered
29.3.1 APCCOMP
Name APCCOMP
Comment APCCOMP is to set out Administered Price Cap (APC) compensation
periods for a participant.
29.3.2 Description
Source
APCCOMP is empty until an Administered Price Cap event occurs.
Not in use - never used
29.3.5 Content
Name Data Type Mandat Comment
ory
APCID VARCHAR2(10) X APC event identifier.
REGIONID VARCHAR2(10) Region
STARTDATE DATE Settlement start date
STARTPERIOD NUMBER(3,0) Settlement start period (1-48)
ENDDATE DATE Settlement end date
ENDPERIOD NUMBER(3,0) Settlement end period (1-48)
LASTCHANGED DATE Last date and time record changed
29.4.1 APCCOMPAMOUNT
Name APCCOMPAMOUNT
Comment APCCOMPAMOUNT shows the Administered Price Cap (APC)
compensation amount.
29.4.2 Description
Confidential to participants.
Source
Updated with settlement positive and issued with daily data.
29.4.5 Content
Name Data Type Mandat Comment
ory
APCID VARCHAR2(10) X APC Identifier
PARTICIPANTID VARCHAR2(10) X Participant identifier
VERSIONNO NUMBER(3,0) X Version number
PERIODID NUMBER(6,0) X Offset from start date and period in
APCCOMP table.
AMOUNT NUMBER(15,5) Compensation audit.
LASTCHANGED DATE Last date and time record changed
29.5.1 APCCOMPAMOUNTTRK
Name APCCOMPAMOUNTTRK
Comment APCCOMPAMOUNTTRK sets out the relevant Administered Price Cap
(APC) period for compensation purposes. Use the APCCOMPAMOUNTTRK
table in conjunction with APCAMOUNT.
29.5.2 Description
Public
Source
29.5.5 Content
Name Data Type Mandat Comment
ory
APCID VARCHAR2(10) X APC Identifier
VERSIONNO NUMBER(3,0) X Version number
AUTHORISEDBY VARCHAR2(10) Authorised by
AUTHORISEDDATE DATE Authorised date
LASTCHANGED DATE Last date and time record changed
29.6.1 BILLADJUSTMENTS
Name BILLADJUSTMENTS
Comment
29.6.2 Description
Source
Ad hoc
29.6.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X
BILLRUNNO NUMBER(3,0) The sequential number of a billing run
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTTYPE VARCHAR2(10) Participant type Generator/Customer
ADJCONTRACTYEAR NUMBER(4,0) X The contract year of the new revised
billing run for this adjustment
ADJWEEKNO NUMBER(3,0) X Week number of the new revised billing
run for this adjustment
ADJBILLRUNNO NUMBER(3,0) X Billing run number of the new revised
billing run for this adjustment
PREVAMOUNT NUMBER(16,6) Prior account
ADJAMOUNT NUMBER(16,6) The total bill figure for the new revised
billing run
LASTCHANGED DATE
LRS NUMBER(15,5)
PRS NUMBER(15,5)
OFS NUMBER(15,5)
IRN NUMBER(15,5) Interest rate applying to the new amount
IRP NUMBER(15,5) Interest rate applying to the principal
amount
INTERESTAMOUNT NUMBER(15,5) The total interest payable for this
adjustment
29.7.1 BILLING_CSP_DEROGATION_AMOUNT
Name BILLING_CSP_DEROGATION_AMOUNT
Comment CSP derogation amounts with respect to participant allocated payment
29.7.2 Description
Source
BILLING_CSP_DEROGATION_AMOUNT is populated by the posting of a billing run.
Volume
An indicative maximum is one record inserted per billing run, or 11 records inserted per week.
29.7.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.7.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4) X Billing contract year
WEEKNO NUMBER(3) X Billing week number
BILLRUNNO NUMBER(3) X Billing run number
29.8.1 BILLINGCPSUM
Name BILLINGCPSUM
Comment BILLINGCPSUM shows adjustments for a billing run by participant.
29.8.2 Description
Source
Weekly update with billing run.
29.8.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PARTICIPANTTYPE VARCHAR2(10) X Participant type Generator/Customer
PREVIOUSAMOUNT NUMBER(16,6) Previous amount billed
ADJUSTEDAMOUNT NUMBER(16,6) Adjusted amount billed
ADJUSTMENTWEEKNO NUMBER(3,0) Week no of adjustment
ADJUSTMENTRUNNO NUMBER(3,0) Run no of adjustment
LASTCHANGED DATE Last date and time record changed
29.9.1 BILLINGCUSTEXCESSGEN
Name BILLINGCUSTEXCESSGEN
Comment BILLINGCUSTEXCESSGEN shows excess generation payments for each
participant cutover.
29.9.2 Description
Source
Obsolete; was updated with relevant settlement runs.
29.9.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.9.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
SETTLEMENTDATE DATE X Calendar Settlement Date
PERIODID NUMBER(3,0) X Half hourly trading period that excess
generation is for
EXCESSGENPAYMENT NUMBER(16,6) Payment by Customer for Excess
Generation
LASTCHANGED DATE Last date and time record changed
REGIONID VARCHAR2(10) X Region Identifier
29.10.1 BILLINGEXCESSGEN
Name BILLINGEXCESSGEN
Comment BILLINGEXCESSGEN shows the excess generation cost by period for each
participant.
29.10.2 Description
Source
Obsolete; was updated weekly with each billing run.
29.10.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.10.7 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
SETTLEMENTDATE DATE X Calendar settlement date record becomes
effective
PERIODID NUMBER(3,0) X Settlement interval within the settlement
29.11.1 BILLINGINTERVENTION
Name BILLINGINTERVENTION
Comment BILLINGINTERVENTION shows billing intervention recovery details.
29.11.2 Description
Source
Updated when reserve trading occurs in a billing run, such as during an Administered Price Cap
event. View is empty until such an event occurs.
29.11.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.11.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
MARKETINTERVENTIO NUMBER(15,5) Intervention Amounts paid to Generator
N for Market Recovery for region
TOTALINTERVENTION NUMBER(15,5) Total Intervention Amounts paid to
Generator
LASTCHANGED DATE Last date and time record changed
29.12.1 BILLINGINTERVENTIONREGION
Name BILLINGINTERVENTIONREGION
Comment BILLINGINTERVENTIONREGION shows recovery charges for region
intervention.
29.12.2 Description
Source
BILLINGINTERVENTIONREGION is updated with relevant settlement runs, such as containing an
Administered Price Cap. BILLINGINTERVENTIONREGION is empty until such an event occurs.
29.12.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.12.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REGIONID VARCHAR2(10) X Region ID
REGIONINTERVENTIO NUMBER(15,5) Recovery amount for that region
N
LASTCHANGED DATE Last changed date
29.13.1 BILLINGRESERVERECOVERY
Name BILLINGRESERVERECOVERY
Comment BILLINGRESERVERECOVERY shows Market Reserve recovery details for
each participant in a bill run.
29.13.2 Description
Source
BILLINGRESERVERECOVERY updates when reserve trading occurs in a billing run, such as during
an Administered Price Cap event. BILLINGRESERVERECOVERY is empty until such an event
occurs.
29.13.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.13.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
MARKETRESERVE NUMBER(15,5) Amount Retailer pays for Reserve Trader
Contracts with Market Recovery
LASTCHANGED DATE Last date and time record changed
29.14.1 BILLINGRESERVEREGIONRECOVERY
Name BILLINGRESERVEREGIONRECOVERY
Comment BILLINGRESERVEREGIONRECOVERY shows Billing Region Reserve
region recovery details for each participant (by region).
29.14.2 Description
Source
BILLINGRESERVEREGIONRECOVERY updates when reserve trading occurs in a billing run, such
as during an Administered Price Cap event. View is empty until such an event occurs.
29.14.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.14.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REGIONID VARCHAR2(10) X Region Identifier for region recovery.
REGIONRESERVE NUMBER(15,5) Amount Retailer pays for Reserve Trader
Contracts with Region Recovery
LASTCHANGED DATE
29.15.1 BILLINGRESERVETRADER
Name BILLINGRESERVETRADER
Comment BILLINGRESERVETRADER shows Billing Market Reserve TRADER
payment details to Generators.
29.15.2 Description
Source
BILLINGRESERVETRADER updates when reserve trading occurs in a billing run, such as during an
Administered Price Cap event. View is empty until such an event occurs.
29.15.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.15.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
MARKETRESERVE NUMBER(15,5) Reserve Trader Amounts paid to
Generator for Market Recovery
TOTALRESERVE NUMBER(15,5) Total Reserve Trader Amounts paid to
Generator
LASTCHANGED DATE Last date and time record changed
TOTALCAPDIFFERENC NUMBER(15,5)
E
29.16.1 BILLINGRESERVETRADERREGION
Name BILLINGRESERVETRADERREGION
Comment BILLINGRESERVETRADERREGION shows Billing Region Reserve Trader
payment details.
29.16.2 Description
Source
BILLINGRESERVETRADERREGION updates when reserve trading occurs in a billing run, such as during
an Administered Price Cap event. View is empty until such an event occurs.
29.16.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.16.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REGIONID VARCHAR2(10) X Region Identifier
REGIONRESERVE NUMBER(15,5) Reserve Trader Amounts paid to
Generator for Region Recovery
LASTCHANGED DATE Last date and time record changed
29.17.1 BILLINTERVENTIONRECOVERY
Name BILLINTERVENTIONRECOVERY
Comment BILLINTERVENTIONRECOVERY shows billing market intervention
recovery details for each participant.
29.17.2 Description
Source
BILLINTERVENTIONRECOVERY updates when reserve trading occurs in a billing run, such as
during an Administered Price Cap event. View is empty until such an event occurs.
29.17.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.17.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
MARKETINTERVENTIO NUMBER(15,5) Amount Retailer pays for Intervention with
N Market Recovery
LASTCHANGED DATE Last date and time record changed
29.18.1 BILLINTERVENTIONREGIONRECOVERY
Name BILLINTERVENTIONREGIONRECOVERY
Comment BILLINTERVENTIONREGIONRECOVERY shows billing region intervention
recovery details for each participant by region.
29.18.2 Description
Source
BILLINTERVENTIONREGIONRECOVERY updates when reserve trading occurs in a billing run,
such as during an Administered Price Cap event. View is empty until such an event occurs.
29.18.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.18.6 Content
Name Data Type Mandat Comment
ory
CONTRACTYEAR NUMBER(4,0) X AEMO Contract Year number starting in
week containing 1st January
WEEKNO NUMBER(3,0) X Week no within the contract year. Week
no 1 is the week containing 1st January
BILLRUNNO NUMBER(3,0) X Unique run no within a given contract year
and week no
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
REGIONID VARCHAR2(10) X Region Identifier
REGIONINTERVENTIO NUMBER(15,5) Amount retailer pays for intervention with
N Region Recovery
LASTCHANGED DATE Last date and time record changed
29.19.1 BILLSMELTERRATE
Name BILLSMELTERRATE
Comment BILLSMELTERRATE is standing data, setting out the rates used in smelter
reduction calculations.
29.19.2 Description
Source
BILLSMELTERRATE updates infrequently, when inserting new annual rates.
Volume
Two records inserted per year
29.19.5 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Calendar settlement date record becomes
effective
VERSIONNO NUMBER(3,0) X Version no of the record for the given
effective date
CONTRACTYEAR NUMBER(22,0) X AEMO Contract Year number starting in
week containing 1st January
RAR1 NUMBER(6,2) Smelter rate 1
RAR2 NUMBER(6,2) Smelter rate 2
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(10) Who authorised
LASTCHANGED DATE Last date and time record changed
29.20.1 CONNECTIONPOINT
Name CONNECTIONPOINT
Comment CONNECTIONPOINT shows all valid connection points and their type.
Transmission loss factors are available for all connection points in
TRANSMISSIONLOSSFACTOR.
29.20.2 Description
Source
CONNECTIONPOINT updates for new connection points as required.
29.20.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.20.6 Content
Name Data Type Mandat Comment
ory
CONNECTIONPOINTID VARCHAR2(10) X Connection Point Identifier
CONNECTIONPOINTNA VARCHAR2(80) Connection point full description
ME
CONNECTIONPOINTTY VARCHAR2(20) Connection point type. transmission,
PE distribution, station, genunit, or
interconnector
ADDRESS1 VARCHAR2(80) Connection point location
ADDRESS2 VARCHAR2(80) Connection point location
ADDRESS3 VARCHAR2(80) Connection point location
ADDRESS4 VARCHAR2(80) Not Used
CITY VARCHAR2(40) City
STATE VARCHAR2(10) State of Australia
POSTCODE VARCHAR2(10) Post Code
LASTCHANGED DATE Last date and time record changed
29.21.1 CONNECTIONPOINTDETAILS
Name CONNECTIONPOINTDETAILS
Comment CONNECTIONPOINTDETAILS is obsolete, since it was never populated by
Participants accessing AEMO's Oracle Interface.
CONNECTIONPOINTDETAILS was designed to show relevant details for
each connection point including the responsible party, loss factor and
relevant MDAs.
29.21.2 Description
Source
CONNECTIONPOINTDETAILS updates periodically, such as for Transmission Loss Factor (TLF)
changes
29.21.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.21.8 Content
Name Data Type Mandat Comment
ory
29.22.1 CONNECTIONPOINTOPERATINGSTA
Name CONNECTIONPOINTOPERATINGSTA
Comment CONNECTIONPOINTOPERATINGSTA shows whether a connection point
is active or not.
29.22.2 Description
Source
CONNECTIONPOINTOPERATINGSTA updates periodically with changes in connection point
status, such as for Transmission Loss Factor (TLF) changes.
29.22.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.22.7 Content
Name Data Type Mandat Comment
ory
EFFECTIVEDATE DATE X Effective date of record
VERSIONNO NUMBER(3,0) X
CONNECTIONPOINTID VARCHAR2(10) X Connection point identifier
OPERATINGSTATUS VARCHAR2(16) Active or inactive indicator
AUTHORISEDDATE DATE Date record authorised
AUTHORISEDBY VARCHAR2(15) User authorising record
LASTCHANGED DATE Last date and time record changed
29.23.1 CONTRACTGOVERNOR
Name CONTRACTGOVERNOR
Comment CONTRACTGOVERNOR became unused when Ancillary Services Review
was implemented in 2001. For more details, see Change Notice 126.
CONTRACTGOVERNOR shows Governor contract details used in the
settlement and dispatch of this service. Note services are dispatched as 6
and 60 raise and lower Frequency Control Ancillary Services (FCAS). Lower
and raise 6 and 60 second fields are used in dispatch of services. Deadband
and Droop details are used in settlements.
29.23.2 Description
Confidential to participant
Source
Not in Use - discontinued 30/09/2001: was updated only where there was a contract variation.
29.23.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
CCPRICE NUMBER(10,2) Compensation Cap
LOWER60SECBREAKP NUMBER(9,6) Limit Equation Lower 60 Second
OINT Breakpoint MW
LOWER60SECMAX NUMBER(9,6) Limit Equation Lower 60 Second
Maximum MW
29.24.1 CONTRACTRESERVEFLAG
Name CONTRACTRESERVEFLAG
Comment CONTRACTRESERVEFLAG has never been or will be used. It was to show
a period by period flag for regional or market recovery of reserve trading
contract amounts.
29.24.2 Description
Source
CONTRACTRESERVEFLAG updates when we want to enter a reserve contract.
29.24.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Reserve Trader Contract Identifier
VERSIONNO NUMBER(3,0) X Reserve Trader Contract Version
PERIODID NUMBER(3,0) X Calendar settlement date period identifier,
i.e. period 1 is 00:30
RCF CHAR(1) Reserve Recovery Flag
LASTCHANGED DATE Last date and time record changed
29.25.1 CONTRACTRESERVETHRESHOLD
Name CONTRACTRESERVETHRESHOLD
Comment CONTRACTRESERVETHRESHOLD shows reserve contract threshold
details for enabling, usage and availability thresholds and rates for reserve
trader contracts.
29.25.2 Description
Source
CONTRACTRESERVETHRESHOLD updates when reserve contracts are first entered or updated.
29.25.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version
CRA NUMBER(16,6) Availability Rate $
CRE NUMBER(16,6) Enabling Rate $
CRU NUMBER(16,6) Usage Rate $
CTA NUMBER(16,6) Availability Threshold MW/h
CTE NUMBER(16,6) Enabling Threshold MW/h
CTU NUMBER(16,6) Usage Threshold MW/h
AUTHORISEDBY VARCHAR2(15) User name
AUTHORISEDDATE DATE Date contract was authorised
LASTCHANGED DATE Last date and time record changed
29.26.1 CONTRACTRESERVETRADER
Name CONTRACTRESERVETRADER
Comment CONTRACTRESERVETRADER shows reserve trader contract details.
Version numbers do not apply as contracts exist for specified purposes.
29.26.2 Description
Source
CONTRACTRESERVETRADER updates when reserve trader activities occur.
29.26.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Reserve Trader Contract Identifier
DUID VARCHAR2(10) Dispatchable Unit ID
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Terminate Date of contract
STARTPERIOD NUMBER(3,0) Starting period of contract
ENDPERIOD NUMBER(3,0) Terminate period of contract based on
calendar date.
DEREGISTRATIONDAT DATE De-registration date of contract; Not Used
E
DEREGISTRATIONPERI NUMBER(3,0) De-registration period of contract; Not
OD Used
PARTICIPANTID VARCHAR2(10) Unique participant identifier
LASTCHANGED DATE Last date and time record changed
REGIONID VARCHAR2(10) Region Identifier
29.27.1 CONTRACTUNITLOADING
Name CONTRACTUNITLOADING
Comment CONTRACTUNITLOADING became unused when Ancillary Services
Review was implemented in 2001. For more details, see Change Notice
126.
CONTRACTUNITLOADING shows Unit Loading contract details used in the
settlement and dispatch of this service.
29.27.2 Description
Source
CONTRACTUNITLOADING is not in Use - discontinued 30/09/2001; was updated only where there
was a contract variation.
29.27.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
RPRICE NUMBER(10,2) Enabling Price
SUPRICE NUMBER(10,2) Usage Price
CCPRICE NUMBER(10,2) Compensation Cap
ACR NUMBER(10,2) Available Control Range
BS NUMBER(10,2) Block Size of Unit
PP NUMBER(10,2) Estimated Price for supply
EU NUMBER(10,2) Estimated Power consumption of unit
when enabled for RGUL
29.28.1 CONTRACTUNITUNLOADING
Name CONTRACTUNITUNLOADING
Comment CONTRACTUNITUNLOADING shows Ancillary Service contract data for
rapid generator unit unloading.
29.28.2 Description
Source
CONTRACTUNITUNLOADING updates only where there is a contract variation.
29.28.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Identifier
VERSIONNO NUMBER(3,0) X Contract Version No.
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Termination Date of Contract
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
RPRICE NUMBER(10,2) Enabling Price
SUPRICE NUMBER(10,2) Usage Price
CCPRICE NUMBER(10,2) Compensation Cap
AUTHORISEDBY VARCHAR2(15) User Name
AUTHORISEDDATE DATE Date Contract was Authorised
LASTCHANGED DATE Last date and time record changed
29.29.1 DAYOFFER
Name DAYOFFER
Comment DAYOFFER sets out the participants daily components of participant bid
containing details applying for the whole day (such as prices, daily energy
constraint and fast start profiles).
To retrieve full bid details, read in conjunction with PEROFFER.
29.29.2 Description
DAYOFFER data is confidential to the submitting participant until made public after 4am the next
day.
The table DAYOFFER_D is quite distinct, with same field names (see DAYOFFER_D).
29.29.3 Primary Key Columns
Name
DUID
OFFERDATE
SETTLEMENTDATE
VERSIONNO
29.29.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:00am
DUID VARCHAR2(10) X Dispatchable unit identifier
VERSIONNO NUMBER(3,0) X Version no. for given offer date
OFFERDATE DATE X Offer date of data
SELFCOMMITFLAG VARCHAR2(1) Not used
DAILYENERGYCONSTR NUMBER(12,6) Maximum energy available from Energy
AINT Constrained Plant.
ENTRYTYPE VARCHAR2(20) Daily or Rebid
CONTINGENCYPRICE NUMBER(9,2) Not used
REBIDEXPLANATION VARCHAR2(64) Explanation for all rebids and inflexibilities
BANDQUANTISATIONID NUMBER(2,0) Not used
PRICEBAND1 NUMBER(9,2) Price for Availability Band 1
PRICEBAND2 NUMBER(9,2) Price for Availability Band 2
PRICEBAND3 NUMBER(9,2) Price for Availability Band 3
PRICEBAND4 NUMBER(9,2) Price for Availability Band 4
29.30.1 DAYOFFER_D
Name DAYOFFER_D
Comment DAYOFFER_D sets out the participants daily components of participant bid
containing just the latest details (such as prices, daily energy constraint and
fast start profiles).
To retrieve latest bid details, read in conjunction with PEROFFER_D.
29.30.2 Description
29.30.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:00am
DUID VARCHAR2(10) X Dispatchable unit identifier
VERSIONNO NUMBER(3,0) X Version no. for given offer date
OFFERDATE DATE X Offer date of data
SELFCOMMITFLAG VARCHAR2(1) Not used
DAILYENERGYCONSTR NUMBER(12,6) Maximum energy available from Energy
AINT Constrained Plant.
ENTRYTYPE VARCHAR2(20) Daily or Rebid
CONTINGENCYPRICE NUMBER(9,2) Not used
REBIDEXPLANATION VARCHAR2(64) Explanation for all rebids and inflexibilities
BANDQUANTISATIONID NUMBER(2,0) Not used
PRICEBAND1 NUMBER(9,2) Price for Availability Band 1
PRICEBAND2 NUMBER(9,2) Price for Availability Band 2
PRICEBAND3 NUMBER(9,2) Price for Availability Band 3
29.31.1 DEFAULTDAYOFFER
Name DEFAULTDAYOFFER
Comment DEFAULTDAYOFFER shows day-based details of participants default bids
unit for the same day.
29.31.2 Description
Source
Obsolete; was updated only when participant changed their default bid.
29.31.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:30
DUID VARCHAR2(10) X Dispatchable unit Identifier
VERSIONNO NUMBER(3,0) X Version No for given offer date
SELFCOMMITFLAG VARCHAR2(1) Not used
DAILYENERGYCONSTR NUMBER(12,6) Maximum energy available from Energy
AINT Constrained Plant.
ENTRYTYPE VARCHAR2(20) Daily or Rebid
CONTINGENCYPRICE NUMBER(9,2) Not used
REBIDEXPLANATION VARCHAR2(64) Explanation for all rebids and inflexibilities
BANDQUANTISATIONID NUMBER(2,0) Not used
PRICEBAND1 NUMBER(9,2) Price for Availability Band 1
PRICEBAND2 NUMBER(9,2) Price for Availability Band 2
PRICEBAND3 NUMBER(9,2) Price for Availability Band 3
PRICEBAND4 NUMBER(9,2) Price for Availability Band 4
PRICEBAND5 NUMBER(9,2) Price for Availability Band 5
PRICEBAND6 NUMBER(9,2) Price for Availability Band 6
PRICEBAND7 NUMBER(9,2) Price for Availability Band 7
PRICEBAND8 NUMBER(9,2) Price for Availability Band 8
PRICEBAND9 NUMBER(9,2) Price for Availability Band 9
PRICEBAND10 NUMBER(9,2) Price for Availability Band 10
MAXRAMPUP NUMBER(9,2) Not used
MAXRAMPDOWN NUMBER(9,2) Not used
MINIMUMLOAD NUMBER(6,0) Minimum stable load
T1 NUMBER(6,0) Time to synchronise in minutes
29.32.1 DEFAULTOFFERTRK
Name DEFAULTOFFERTRK
Comment DEFAULTOFFERTRK shows the file names of default offers submitted for
each unit.
29.32.2 Description
Source
Obsolete; was updated only when participant changed their default bid.
29.32.5 Content
Name Data Type Mandat Comment
ory
DUID VARCHAR2(10) X Dispatchable Unit Identifier
EFFECTIVEDATE DATE X Market date default offer file is effective
VERSIONNO NUMBER(3,0) X Version no of file for this date
FILENAME VARCHAR2(40) Load File identifier
AUTHORISEDBY VARCHAR2(15) User authorising record
AUTHORISEDDATE DATE Date record authorised
LASTCHANGED DATE Last date and time record changed
29.33.1 DEFAULTPEROFFER
Name DEFAULTPEROFFER
Comment DEFAULTPEROFFER shows half hourly period-based data in the default
bid for each Dispatchable Unit, such as period availability, rate of change
and band quantities.
29.33.2 Description
Source
Obsolete; was updated only when participant changes their default bid.
29.33.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:30
DUID VARCHAR2(10) X Dispatchable Unit Identifier
PERIODID NUMBER(3,0) X Market data. Trading Interval number
VERSIONNO NUMBER(3,0) X Version no of the offer file.
SELFDISPATCH NUMBER(9,6) Not used
MAXAVAIL NUMBER(12,6) Maximum planned availability MW
FIXEDLOAD NUMBER(9,6) Fixed unit output MW. A value of zero
means no fixed load so the unit is
dispatched according to bid and market
(rather than zero fixed load)
ROCUP NUMBER(6,0) Rate of change up MW/min
ROCDOWN NUMBER(6,0) Rate of change down MW/min
LASTCHANGED DATE Last date and time record changed
BANDAVAIL1 NUMBER(6,0) Availability at price band 1
BANDAVAIL2 NUMBER(6,0) Availability at price band 2
BANDAVAIL3 NUMBER(6,0) Availability at price band 3
BANDAVAIL4 NUMBER(6,0) Availability at price band 4
BANDAVAIL5 NUMBER(6,0) Availability at price band 5
BANDAVAIL6 NUMBER(6,0) Availability at price band 6
BANDAVAIL7 NUMBER(6,0) Availability at price band 7
BANDAVAIL8 NUMBER(6,0) Availability at price band 8
BANDAVAIL9 NUMBER(6,0) Availability at price band 9
BANDAVAIL10 NUMBER(6,0) Availability at price band 10
29.34.1 DELTAMW
Name DELTAMW
Comment DELTAMW sets out the Frequency Control Ancillary Services (FCAS)
requirement to be provided locally within each region and each half-hour
period in a market day. Two fields specify Frequency Controlled Ancillary
Services requirements to be provided locally for the new regulation ancillary
services.
29.34.2 Description
Change Notice 324 (for the FCAS Constraint enhancements project) means that Dispatch no longer
utilises the static FCAS requirements defined in the DELTAMW and RESERVE tables. These tables
are replaced with constraint data as a source of FCAS requirements.
The name of the table derives from the now obsolete delta MW for participant factors in Queensland.
Source
DELTAMW updates result from action by operational control staff, generally once a day.
Not in Use - discontinued 16/11/2003
29.34.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:30
VERSIONNO NUMBER(3,0) X Version No of record for this date
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
PERIODID NUMBER(2,0) X Market trading interval from 1 to 48
starting at 04:30
DELTAMW NUMBER(6,0) Not Used
LOWER5MIN NUMBER(6,0) Lower 5 min local share requirement
LOWER60SEC NUMBER(6,0) Lower 60 sec local share requirement
LOWER6SEC NUMBER(6,0) Lower 6 sec local share requirement
RAISE5MIN NUMBER(6,0) Raise 5 minute local share requirement
RAISE60SEC NUMBER(6,0) Raise 60 sec local share requirement
RAISE6SEC NUMBER(6,0) Raise 6 sec local share requirement
29.35.1 DISPATCHBIDTRK
Name DISPATCHBIDTRK
Comment DISPATCHBIDTRK shows the bid tracking, including the bid version used in
each dispatch run for each unit. DISPATCHBIDTRK is the audit trail of the
bid actually used in each dispatch.
29.35.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no from 1 to 288 (as per bid)
OFFEREFFECTIVEDAT DATE X Effective date of offer used
E
OFFERVERSIONNO NUMBER(3,0) X Version no of offer used
DUID VARCHAR2(10) X Dispatchable unit identifier
BIDTYPE VARCHAR2(10) Bid type (daily, default or rebid)
LASTCHANGED DATE Last date and time record changed
29.36.1 DISPATCHCASE_OCD
Name DISPATCHCASE_OCD
Comment DISPATCHCASE_OCD shows the key data to indicate when an over-
constrained dispatch (OCD) re-run actually occurred. One record per over-
constrained dispatch interval.
29.36.2 Description
Source
The occurrences of Over-constrained dispatch (OCD) or binding intra-regional network constraints (BNC)
re-runs are ad hoc, with significant dependencies on the configuration or events in the physical power
system. Potentially updated every 5 minutes.
Volume
Rows per day: ~2
Mb per month: <1
The estimates on the number of rows are based on a 1% occurrence rate for OCD runs.
Note
Due to the close dependency with the dispatch process, the OCD and BNC data models use a
CaseSolution key table in the same manner as the DISPATCHCASESOLUTION table.
29.36.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.36.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X End date and time of the dispatch interval
RUNNO NUMBER(3,0) X Dispatch run no; always 1
LASTCHANGED DATE Last date and time record changed
29.37.1 DISPATCHCASESOLUTION_BNC
Name DISPATCHCASESOLUTION_BNC
Comment DISPATCHCASESOLUTION_BNC was discontinued on 30 September
2009. Prior: DISPATCHCASESOLUTION_BNC is the key data to indicate
when a binding intra-regional network constraints (BNC) re-run actually
occurred.
29.37.2 Description
In accordance with the "Arrangements for Managing Risks Associated with Transmission Network
Congestion" set of rule changes the Dispatch Binding Network Constraints re-run was discontinued
on September 30, 2009.
Source
The occurrences of Over-constrained dispatch (OCD) or binding intra-regional network constraints
(BNC) re-runs are ad hoc, with significant dependencies on the configuration or events in the
physical power system. Potentially updated every 5 minutes.
Volume
Rows per day: ~72
Mb per month: 25% of DISPATCHCASESOLUTION
The estimates on the number of rows are based on a 25% occurrence rate for BNC runs.
Note
Due to the close dependency with the dispatch process, the OCD and BNC data models use a
CaseSolution key table in the same manner as DISPATCHCASESOLUTION.
29.37.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.37.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X End date and time of the dispatch interval
RUNNO NUMBER(3,0) X Dispatch run no; always 1
INTERVENTION NUMBER(2,0) X Manual intervention flag
CASESUBTYPE VARCHAR2(3) always BNC
SOLUTIONSTATUS NUMBER(2,0) If non-zero indicated one of the following
conditions:
* 1 = Supply Scarcity, Excess generation
or constraint violations
* X = Model failure
SPDVERSION NUMBER(10,3) Current version of SPD
STARTPERIOD VARCHAR2(20) Period identifier of first interval of the case
(yyyymmddppp)
NONPHYSICALLOSSES NUMBER(1,0) Non-Physical Losses algorithm invoked
occurred during this run
TOTALOBJECTIVE NUMBER(27,10) The Objective function from the LP
TOTALAREAGENVIOLA NUMBER(15,5) Total Region Demand violations
TION
TOTALINTERCONNECT NUMBER(15,5) Total interconnector violations
ORVIOLATION
TOTALGENERICVIOLAT NUMBER(15,5) Total generic constraint violations
ION
TOTALRAMPRATEVIOL NUMBER(15,5) Total ramp rate violations
ATION
TOTALUNITMWCAPACI NUMBER(15,5) Total unit capacity violations
TYVIOLATION
TOTAL5MINVIOLATION NUMBER(15,5) Total of 5 minute ancillary service region
violations
TOTALREGVIOLATION NUMBER(15,5) Total of Regulation ancillary service
region violations
TOTAL6SECVIOLATION NUMBER(15,5) Total of 6 second ancillary service region
violations
TOTAL60SECVIOLATIO NUMBER(15,5) Total of 60 second ancillary service region
N violations
TOTALENERGYCONST NUMBER(15,5)
RVIOLATION
TOTALENERGYOFFER NUMBER(15,5) Total of unit summated offer band
VIOLATION violations
TOTALASPROFILEVIOL NUMBER(15,5) Total of ancillary service trader profile
ATION violations
TOTALFASTSTARTVIOL NUMBER(15,5) Total of fast start trader profile violations
ATION
LASTCHANGED DATE Last date and time record changed
29.38.1 DISPATCHLOAD_BNC
Name DISPATCHLOAD_BNC
Comment DISPATCHLOAD_BNC was discontinued on 30 September 2009. Prior:
DISPATCHLOAD_BNC gives binding intra-regional network constraints
(BNC) re-run dispatch results for all scheduled generating units.
DISPATCHLOAD_BNC has a similar structure to DISPATCHLOAD but does
not repeat input type data (e.g. InitialMW, AGCStatus) since these values
are available from DISPATCHLOAD.
29.38.2 Description
In accordance with the "Arrangements for Managing Risks Associated with Transmission Network
Congestion" set of rule changes the Dispatch Binding Network Constraints re-run was discontinued
on September 30, 2009.
Source
The occurrences of Over-constrained dispatch (OCD) or binding intra-regional network constraints
(BNC) re-runs are ad hoc, with significant dependencies on the configuration or events in the
physical power system. Potentially updated every 5 minutes.
DISPATCHLOAD_BNC shows data produced every 5 minutes for all units when they have over-
constrained dispatch, with own data being confidential until the next day.
Volume
Rows per day: ~14000
Mb per month: 25% of DISPATCHLOAD
The basis of estimation on the number of rows is on a 25% occurrence rate for BNC runs
Note
A flag exists for each ancillary service type such that a unit trapped or stranded in one or more service
type can be immediately identified. The flag is defined as follows:
Flag Bit Description Field
Name value
Enabled 0 The unit is enabled to provide this ancillary service type. >1
Trapped 1 The unit is enabled to provide this ancillary service type, however the profile for this service type is 3
causing the unit to be trapped in the energy market.
Stranded 2 The unit is bid available to provide this ancillary service type, however, the unit is operating in the 4
energy market outside of the profile for this service type and is stranded from providing this service.
29.38.3 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
INTERVENTION
RUNNO
SETTLEMENTDATE
29.38.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X End date and time of the dispatch interval
RUNNO NUMBER(3,0) X Dispatch run no; always 1
DUID VARCHAR2(10) X Dispatchable unit identifier
INTERVENTION NUMBER(2,0) X Intervention flag if intervention run
CONNECTIONPOINTID VARCHAR2(12) Connection point identifier for DUID
DISPATCHMODE NUMBER(2,0) Dispatch mode for fast start plant (0 to 4).
TOTALCLEARED NUMBER(15,5) Target MW for end of period
RAISEREG NUMBER(15,5) Raise Regulation reserve target
RAISE5MIN NUMBER(15,5) Raise 5 min reserve target
RAISE60SEC NUMBER(15,5) Raise 60 sec reserve target
RAISE6SEC NUMBER(15,5) Raise 6 sec reserve target
LOWERREG NUMBER(15,5) Lower Regulation reserve target
LOWER5MIN NUMBER(15,5) Lower 5 min reserve target
LOWER60SEC NUMBER(15,5) Lower 60 sec reserve target
LOWER6SEC NUMBER(15,5) Lower 6 sec reserve target
RAISEREGFLAGS NUMBER(3,0) Raise Reg status flag
RAISE5MINFLAGS NUMBER(3,0) Raise 5min status flag
RAISE60SECFLAGS NUMBER(3,0) Raise 60sec status flag
RAISE6SECFLAGS NUMBER(3,0) Raise 6sec status flag
LOWERREGFLAGS NUMBER(3,0) Lower Reg status flag
LOWER5MINFLAGS NUMBER(3,0) Lower 5min status flag
LOWER60SECFLAGS NUMBER(3,0) Lower 60sec status flag
LOWER6SECFLAGS NUMBER(3,0) Lower 6sec status flag
LASTCHANGED DATE Last date and time record changed
29.39.1 DISPATCHTRK
Name DISPATCHTRK
Comment DISPATCHTRK is no longer used. DISPATCHTRK was the cross-reference
between each dispatch run and SPD case run. DISPATCHTRK may be
available on the InfoServer but not replicated to participant databases as it
contains data duplicated in other tables.
29.39.2 Description
Source
No longer used; discontinued 30/09/2001
29.39.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date and time starting at 04:05
RUNNO NUMBER(3,0) X Dispatch run no, normally 1.
REASON VARCHAR2(64) Reason code (if rerun)
SPDRUNNO NUMBER(3,0) Case identifier for LP Solver
LASTCHANGED DATE Last date and time record changed
29.40.1 FORCEMAJEURE
Name FORCEMAJEURE
Comment FORCEMAJEURE used to set out the start and end dates / periods of any
force majeure event. FORCEMAJEURE is not used.
29.40.2 Description
Source
FORCEMAJEURE is not used; was updated if a force majeure event was recorded.
29.40.5 Content
Name Data Type Mandat Comment
ory
FMID VARCHAR2(10) X Force Majeure Identifier
STARTDATE DATE Start Date for this event
STARTPERIOD NUMBER(3,0) Start Trading Interval for event
ENDDATE DATE End Date for this event
ENDPERIOD NUMBER(3,0) End Trading Interval for this event
APCSTARTDATE DATE APC Start Date
STARTAUTHORISEDBY VARCHAR2(15) User authorising start
ENDAUTHORISEDBY VARCHAR2(15) User authorising end of event
LASTCHANGED DATE Last date and time record changed
29.41.1 FORCEMAJEUREREGION
Name FORCEMAJEUREREGION
Comment FORCEMAJEUREREGION used to set out regions impacted by a force
majeure event. This table is not used.
29.41.2 Description
Source
FORCEMAJEUREREGION is not used; was updated if a force majeure event was recorded.
29.41.5 Content
Name Data Type Mandat Comment
ory
FMID VARCHAR2(10) X Force Majeure ID
REGIONID VARCHAR2(10) X Differentiates this region from all other
regions
LASTCHANGED DATE Last date and time record changed
29.42.1 GENUNITMTRINPERIOD
Name GENUNITMTRINPERIOD
Comment GENUNITMTRINPERIOD shows meter reading by period for each generator
meter. GENUNITMTRINPERIOD covers generated power flowing into the
system. It is used to calculate settlement values.
29.42.2 Description
Source
GENUNITMTRINPERIOD updated only when new meter reading files are submitted by MDAs.
29.42.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.42.7 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
SETTLEMENTDATE DATE X Trading date of meter data submitted
VERSIONNO NUMBER(6,0) X Version no of the record for the given
effective date
CONNECTIONPOINTID VARCHAR2(10) X Connection Point NMI
PERIODID NUMBER(3,0) X Period number where 1 period ending
00:30 EST
29.43.1 INTCONTRACT
Name INTCONTRACT
Comment INTCONTRACT shows intervention contract details. These are specific to
each intervention.
29.43.2 Description
INTCONTRACT became unused when Ancillary Services Review was implemented in 2001.
Confidential to participant
Source
INTCONTRACT is unused; was updated as required.
29.43.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Intervention Contract Identifier
PARTICIPANTID VARCHAR2(10) Unique participant identifier
DUID VARCHAR2(10) Dispatchable Unit ID
STARTDATE DATE Starting Date of Contract
ENDDATE DATE Terminate Date of contract
STARTPERIOD NUMBER(3,0) Starting period of contract
ENDPERIOD NUMBER(3,0) Terminate period of contract in trading
interval
DEREGISTRATIONDAT DATE Not Used
E
DEREGISTRATIONPERI NUMBER(3,0) Not Used
OD
LASTCHANGED DATE Last changed date/time
REGIONID VARCHAR2(10) Region Identifier
29.44.1 INTCONTRACTAMOUNT
Name INTCONTRACTAMOUNT
Comment INTCONTRACTAMOUNT shows intervention contract amounts.
29.44.2 Description
INTCONTRACTAMOUNT became unused when Ancillary Services Review was implemented in 2001.
Confidential to participant
Source
INTCONTRACTAMOUNT updated with intervention contracts settlement calculations.
29.44.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Intervention Contract Identifier
VERSIONNO NUMBER(3,0) X Intervention Contract Version
PERIODID NUMBER(3,0) X Period Identifier based on calendar
settlement date - YYYYMMDDPP.
AMOUNT NUMBER(16,6) Intervention Amount for Trading Interval
RCF CHAR(1) Regional Recovery Flag
LASTCHANGED DATE X Last date and time record changed
29.45.1 INTCONTRACTAMOUNTTRK
Name INTCONTRACTAMOUNTTRK
Comment INTCONTRACTAMOUNTTRK shows the latest valid version of each
intervention contract.
29.45.2 Description
Source
INTCONTRACTAMOUNTTRK is unused; was updated for contract changes / creation only.
29.45.5 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Intervention Contract Identifier
VERSIONNO NUMBER(3,0) X Intervention Contract Version
AUTHORISEDBY VARCHAR2(15) User name
AUTHORISEDDATE DATE Date contract was authorised
LASTCHANGED DATE Last date and time record changed
29.46.1 INTERCONNMWFLOW
Name INTERCONNMWFLOW
Comment INTERCONNMWFLOW shows Metered Interconnector flow data.
INTERCONNMWFLOW shows the meter data provided by Meter Data
Providers to MSATS.
Despite the name, this view shows metered energy (MWh) and not power
flow (MW).
29.46.2 Description
Source
INTERCONNMWFLOW updates weekly.
Volume
The volume depends on number of interconnectors and number of loads (versions) from MSATS per
settlement run.
29.46.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.46.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date (based on Trading day,
not dispatch day - i.e. period 1 ends
00:30)
VERSIONNO NUMBER(6,0) X Meter Data Version number
INTERCONNECTORID VARCHAR2(10) X Interconnector Identifier
PERIODID NUMBER(3,0) X Settlement Period identifier (half hour
period)
IMPORTENERGYVALU NUMBER(15,6) Imported Energy value (MWh)
E
EXPORTENERGYVALU NUMBER(15,6) Exported Energy value (MWh)
E
LASTCHANGED DATE Record creation timestamp
29.47.1 MAS_CP_CHANGE
Name MAS_CP_CHANGE
Comment MAS_CP_CHANGE records pending changes to the current MAS
configuration.
29.47.2 Description
Source
MAS_CP_CHANGE updates daily with each MAS export.
Note
Expiry date: When the Expiry date on a change record is reached, the change record is deleted.
Meter Read Date: only used in specific circumstances. For more details, refer to MAS documentation.
The meter read date is not cleared if it becomes unusable (e.g. due to change of Metering Type or the
passage of time).
29.47.5 Content
Name Data Type Mandat Comment
ory
NMI VARCHAR2(10) X National Metering Identifier
STATUS_FLAG VARCHAR2(1) Active/Inactive flag
CP_OLD_SECURITY_C VARCHAR2(4) Old Security Code
ODE
CP_NEW_SECURITY_C VARCHAR2(4) New Security Code
ODE
OLD_LOCAL_NETWOR VARCHAR2(10) Old Local Network Provider
K_PROVIDER
OLD_LOCAL_RETAILER VARCHAR2(10) Old Local Retailer
OLD_FINANCIAL_PARTI VARCHAR2(10) Old FRMP
CIPANT
OLD_METERING_DATA VARCHAR2(10) Old Metering Data Agent
_AGENT
OLD_RETAILER_OF_LA VARCHAR2(10) Old Retailer of Last Resort
ST_RESORT
29.48.1 MAS_CP_MASTER
Name MAS_CP_MASTER
Comment MAS_CP_MASTER shows the current MAS configuration.
29.48.2 Description
Source
MAS_CP_MASTER updates daily with each MAS export.
Note
In_Use Value Meaning
Y ACTIVE
N CLOSED
X EXTINCT
29.48.6 Content
Name Data Type Mandat Comment
ory
NMI VARCHAR2(10) X National Metering Identifier
CP_SECURITY_CODE VARCHAR2(4) Security Code
IN_USE VARCHAR2(1) Active/Inactive Status flag (NEW/N/Y/X)
VALID_FROM_DATE DATE X Record valid from date
VALID_TO_DATE DATE X Record valid to date
LOCAL_NETWORK_PR VARCHAR2(10) LNSP
OVIDER
LOCAL_RETAILER VARCHAR2(10) Local Retailer
FINANCIAL_PARTICIPA VARCHAR2(10) FRMP
NT
METERING_DATA_AGE VARCHAR2(10) MDA
NT
RETAILER_OF_LAST_R VARCHAR2(10) ROLR
ESORT
RESPONSIBLE_PERSO VARCHAR2(10) Responsible Person
N
CP_NAME VARCHAR2(30) Connection point name
CP_DETAIL_1 VARCHAR2(30) Connection point detail 1
CP_DETAIL_2 VARCHAR2(30) Connection point detail 2
CITY_SUBURB VARCHAR2(30) Connection point city/suburb
STATE VARCHAR2(3) State of Australia
POST_CODE VARCHAR2(4) Connection point postcode
TX_NODE VARCHAR2(4) Connection point TNI
AGGREGATE_DATA VARCHAR2(1) Aggregate data flag (YIN)
AVERAGE_DAILY_LOA NUMBER(8,0) Average daily load in KWh
D_KWH
DISTRIBUTION_LOSS NUMBER(5,4) Distribution loss factor
LSNP_TEXT VARCHAR2(30) LNSP text field (name has misspelt
LNSP)
LR_TEXT VARCHAR2(30) LR text field
FRMP_TEXT VARCHAR2(30) FRMP text field
MDA_TEXT VARCHAR2(30) MDA text field
ROLR_TEXT VARCHAR2(30) ROLR text field
RP_TEXT VARCHAR2(30) RP text field
LASTCHANGED DATE Last changed date
NMI_CLASS VARCHAR2(9)
METERING_TYPE VARCHAR2(9)
JURISDICTION VARCHAR2(3)
29.49.1 METERDATA
Name METERDATA
Comment METERDATA sets out a meter data for each customer connection point.
METERDATA covers market load. Use the field METERRUNNO to match
the meter data version for each settlement run.
29.49.2 Description
Source
METERDATA updates whenever meter files are processed from MSATS.
Volume
Depends on number of TNI, FRMP, LR combinations and number of data file loads (versions) from
MSATS per settlement run.
29.49.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.49.6 Content
Name Data Type Mandat Comment
ory
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
PERIODID NUMBER(3,0) X Settlement period identifier (half hour
period)
SETTLEMENTDATE DATE X Settlement date
METERRUNNO NUMBER(6,0) X Data version no
CONNECTIONPOINTID VARCHAR2(10) X Transmission Node Identifier (TNI).
Identifies a Transmission
NetworkConnection Point.
IMPORTENERGYVALU NUMBER(9,6) Imported energy value (MWh)
E
EXPORTENERGYVALU NUMBER(9,6) Exported energy value (MWh)
E
IMPORTREACTIVEVAL NUMBER(9,6) Not used
UE
EXPORTREACTIVEVAL NUMBER(9,6) Not used
UE
HOSTDISTRIBUTOR VARCHAR2(10) X Local Retailer participant identifier
LASTCHANGED DATE Last date and time record changed
MDA VARCHAR2(10) X Defaults to MSATS
29.50.1 METERDATA_GEN_DUID
Name METERDATA_GEN_DUID
Comment Recorded actual generation of non-scheduled units where SCADA data is
available.
29.50.2 Notes
Name Comment Value
Visibility Data in this table is: Public
29.50.5 Content
Name Data Type Mandat Comment
ory
INTERVAL_DATETIME date X Timestamp of the recorded interval
DUID varchar2(10) X Unit ID
MWH_READING number(18,8) MW reading
LASTCHANGED date Timestamp of last record change
29.51.1 METERDATATRK
Name METERDATATRK
Comment METERDATATRK records meter data files submitted for each connection
point on a daily basis. The same data is provided in METERDATA period by
period (i.e. 48 records), whereas METERDATATRK shows one record per
day for each file submitted for a connection point.
29.51.2 Description
Source
METERDATATRK updates whenever meter files are processed.
Volume
Depends on the number of TNI, FRMP and LR combinations plus the number of data file loads
(versions) from MSATS per settlement run.
29.51.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.51.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement calendar date
METERRUNNO NUMBER(6,0) X Meter data version number
PARTICIPANTID VARCHAR2(10) X Participant identifier
FILENAME VARCHAR2(40) Meter file name (MSATS file name)
ACKFILENAME VARCHAR2(40) Not used
CONNECTIONPOINTID VARCHAR2(10) X Transmission Node Identifier (TNI)
AUTHORISEDDATE DATE Date processed
29.52.1 MTPASA_CASE_SET
Name MTPASA_CASE_SET
Comment MTPASA_CASE_SET is obsolete from 2005 End of Year Release. The
RUNTYPE added to the primary key of the detail tables for MTPASA allows
for the different types of runs for each case.
MTPASA_CASE_SET allows a MT PASA scenario to be linked across runs.
29.52.2 Description
Source
Update weekly.
29.52.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.52.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Date processing of the run begins.
Generated from the solution file CASEID.
RUN_NO NUMBER(3,0) X Unique run id. Generated from the
solution file CASEID.
CASESETID NUMBER(3,0) Unique id to link a set of cases run from
the same inputs
RUNTYPEID NUMBER(1,0) Unique id for type of run, being either
LASTCHANGED DATE Date the solution was loaded
29.53.1 MTPASACONSTRAINTSOLUTION_D
Name MTPASACONSTRAINTSOLUTION_D
Comment MTPASACONSTRAINTSOLUTION_D sets out MT PASA constraint solution
results, where constraints are binding.
29.53.2 Description
Source
MTPASACONSTRAINTSOLUTION_D updates weekly.
Volume
Each run overwrites data from previous runs for all future dates. Growth is one record per newly
effective constraint.
29.53.5 Content
Name Data Type Mandat Comment
ory
DATETIME DATE X Date constraint is binding
CONSTRAINT_ID VARCHAR2(20) X Constraint Identifier
DEGREE_OF_VIOLATIO NUMBER(16,6) The degree in MW by which the constraint
N would be violated if the solution could not
solve. This could be due to incorrect
penalties etc. This figure should always
be 0.
LASTCHANGED DATE Last changed data and time.
RUN_DATETIME DATE The run date and time
29.54.1 MTPASAINTERCONNECTORSOLUTION_D
Name MTPASAINTERCONNECTORSOLUTION_D
Comment MTPASAINTERCONNECTORSOLUTION_D shows interconnector results
for MT PASA, shown region by region.
29.54.2 Description
Source
MTPASAINTERCONNECTORSOLUTION_D updates weekly.
Volume
Each run overwrites data from previous runs for all future dates. Growth is one record per day per
interconnector.
29.54.5 Content
Name Data Type Mandat Comment
ory
DATETIME DATE X Date of results. One record for each day
for next two years.
INTERCONNECTOR_ID VARCHAR2(12) X Interconnector Identifier
POSITIVE_INTERCONN NUMBER(16,6) The MW flow out
ECTOR_FLOW
POSITIVE_TRANSFER_ NUMBER(16,6) The MW transfer limits out
LIMITS
POSITIVE_BINDING VARCHAR2(10) Indication of a binding limit in the out
direction
NEGATIVE_INTERCON NUMBER(16,6) The MW flow in
NECTOR_FLOW
NEGATIVE_TRANSFER NUMBER(16,6) the MW transfer limits in
_LIMITS
NEGATIVE_BINDING VARCHAR2(10) Indication of a binding limit in the in
direction
LASTCHANGED DATE Last change date and time
RUN_DATETIME DATE The run date and time
29.55.1 MTPASAREGIONSOLUTION_D
Name MTPASAREGIONSOLUTION_D
Comment MTPASAREGIONSOLUTION_D shows region results for MT PASA,
showing predicted demand and any capacity limits.
29.55.2 Description
Source
MTPASAREGIONSOLUTION_D updates weekly.
Volume
Each run overwrites data from previous runs for all future dates. Growth is one record per day per
region.
29.55.5 Content
Name Data Type Mandat Comment
ory
DATETIME DATE X Date of results. One record for each day
for next two years.
REGION_ID VARCHAR2(12) X Region Identifier
RUN_DATETIME DATE The run date and time
RESERVE_CONDITION VARCHAR2(50) The regional reserve condition
RESERVE_SURPLUS NUMBER(16,6) Regional reserve surplus value
CAPACITY_REQUIREM NUMBER(16,6) Capacity in MW required to meet demand
ENT
MINIMUM_RESERVE_R NUMBER(16,6) Minimum required regional reserve value
EQUIREMENT
REGION_DEMAND_10P NUMBER(16,6) Regional 10% Probability of Exceedance
OE demand forecast value
DEMAND_MINUS_SCH NUMBER(16,6) Regional demand minus the scheduled
EDULED_LOAD load value
CONSTRAINED_CAPAC NUMBER(16,6) The total regional capacity due to energy
ITY and network constraints
UNCONSTRAINED_CAP NUMBER(16,6) The total regional capacity, subject to
ACITY network constraints.
NET_INTERCHANGE NUMBER(16,6) Regional net MW import via
interconnectors
ENERGY_REQUIREME NUMBER(16,6) Regional energy required to meet
NT_10POE demand
REPORTED_BLOCK_ID NUMBER(16,6) The load duration curve block that is
recorded in the report.
LASTCHANGED DATE Last change date and time.
29.56.1 OARTRACK
Name OARTRACK
Comment OARTRACK shows an audit trail of bids for a particular settlement day.
Corrupt bids do not update OARTRACK, but are just in OFFERFILETRK.
29.56.2 Description
Status
The OARTRACK table is obsolete. Please refer to BIDOFFERFILETRK. As a transition assist, the
OARTRACK views expose data based on BIDOFFERFILETRK.
Source
Own (confidential) data updates as bids are processed. All bids are available as part of next day
market data.
29.56.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement date
OFFERDATE DATE X Date file offered
VERSIONNO NUMBER(3,0) X Version no for this offer date
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
FILENAME VARCHAR2(40) Load file name
AUTHORISEDDATE DATE Date record authorised
AUTHORISEDBY VARCHAR2(10) User authorising record
LASTCHANGED DATE Last date and time record changed
29.57.1 OFFERFILETRK
Name OFFERFILETRK
Comment OFFERFILETRK shows an audit trail of all bid files submitted containing
energy bids, including corrupt bids/rebids.
29.57.2 Description
Status
OFFERFILETRK is obsolete. Please see BIDOFFERFILETRK.
Source
OFFERFILETRK is obsolete.
29.57.6 Content
Name Data Type Mandat Comment
ory
OFFERDATE DATE X Date file offered
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
STATUS VARCHAR2(10) Load status [SUCCESSFUL/CORRUPT]
ACKFILENAME VARCHAR2(40) Acknowledge file name
ENDDATE DATE Not used
FILENAME VARCHAR2(40) X Load file name
LASTCHANGED DATE Last date and time record changed
29.58.1 OFFERGOVDATA
Name OFFERGOVDATA
Comment OFFERGOVDATA sets out reoffers of governor (6 and 60 second FCAS)
availability.
29.58.2 Description
Source
Updated as reoffers process.
29.58.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract Version No.
EFFECTIVEDATE DATE X Effective Date of Re-Offer
VERSIONNO NUMBER(3,0) X Version No. of Re-Offer
PERIODID NUMBER(3,0) X Market day trading interval number
SEC6AVAILUP NUMBER(6,0) Availability for 6 Second Raise (0 or 1.
'0'= unavailable, '1' = available)
SEC6AVAILDOWN NUMBER(6,0) Availability for 6 Second Lower (0 or 1)
SEC60AVAILUP NUMBER(6,0) Availability for 60 Second Raise (0 or 1)
SEC60AVAILDOWN NUMBER(6,0) Availability for 60 Second Lower (0 or 1)
AUTHORISEDDATE DATE Date Contract was Authorised
AUTHORISEDBY VARCHAR2(15) User Name
FILENAME VARCHAR2(40) File name of Re-Offer file
LASTCHANGED DATE Last date and time record changed
29.59.1 OFFERULOADINGDATA
Name OFFERULOADINGDATA
Comment OFFERULOADINGDATA shows reoffers of rapid unit loading capability.
29.59.2 Description
Source
OFFERULOADINGDATA updated as reoffers processed.
29.59.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract identifier
EFFECTIVEDATE DATE X Effective date of contract
VERSIONNO NUMBER(3,0) X Version No of contract
AVAILABLELOAD NUMBER(4,0) Available load
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) Authorised by
FILENAME VARCHAR2(40) Name of reoffer file
LASTCHANGED DATE Last date and time record changed
PERIODID NUMBER(3,0) X Market day trading interval number
29.60.1 OFFERUNLOADINGDATA
Name OFFERUNLOADINGDATA
Comment OFFERUNLOADINGDATA shows reoffers of rapid unit unloading capability.
29.60.2 Description
Source
OFFERUNLOADINGDATA updates as reoffers processed.
29.60.6 Content
Name Data Type Mandat Comment
ory
CONTRACTID VARCHAR2(10) X Contract identifier
EFFECTIVEDATE DATE X Market date of reoffer
VERSIONNO NUMBER(3,0) X Version No of reoffer
AVAILABLELOAD NUMBER(4,0) Available load
AUTHORISEDDATE DATE Authorised date
AUTHORISEDBY VARCHAR2(15) Authorised by
FILENAME VARCHAR2(40) Name of reoffer file
LASTCHANGED DATE Last date and time record changed
PERIODID NUMBER(3,0) X Market day trading interval number
29.61.1 PASACASESOLUTION
Name PASACASESOLUTION
Comment PASACASESOLUTION sets out ST PASA case listing providing details of
each STPASA case run.
29.61.2 Description
Source
PASACASESOLUTION is not used; was updated every 2 hours.
29.61.5 Content
Name Data Type Mandat Comment
ory
CASEID VARCHAR2(20) X PASA Case Identifier
SOLUTIONCOMPLETE NUMBER(16,6) Not used
PASAVERSION NUMBER(27,10) Software version identifier
EXCESSGENERATION NUMBER(16,6) Excess generation detected flag
DEFICITCAPACITY NUMBER(16,6) Deficit capacity detected flag
LASTCHANGED DATE Last date and time record changed
DATETIME DATE Scheduled date and time of the run
29.62.1 PASACONSTRAINTSOLUTION
Name PASACONSTRAINTSOLUTION
Comment PASACONSTRAINTSOLUTION records the latest binding STPASA
constraint details for each period. For each solution, the latest recalculation
for each period overwrites the previous entry.
29.62.2 Description
Source
PASACONSTRAINTSOLUTION is not used; was updated every 2 hours.
29.62.5 Content
Name Data Type Mandat Comment
ory
CASEID VARCHAR2(20) X PASA Case Identifier
CONSTRAINTID VARCHAR2(20) X Generic Constraint Id
PERIODID VARCHAR2(20) X PASA Interval (48 half hours)
CAPACITYMARGINALV NUMBER(16,6) Binding value of capacity and adequacy
ALUE (if insufficient to measure)
CAPACITYVIOLATIOND NUMBER(16,6) Deficit MW of surplus capacity
EGREE
EXCESSGENMARGINA NUMBER(16,6) Binding value of dispatch generator above
LVALUE aggregate self dispatch
EXCESSGENVIOLATIO NUMBER(16,6) Deficit of generator above aggregate self
NDEGREE dispatch level
LASTCHANGED DATE Last date and time record changed
DATETIME DATE Date and time of the end of the period
29.63.1 PASAINTERCONNECTORSOLUTION
Name PASAINTERCONNECTORSOLUTION
Comment PASAINTERCONNECTORSOLUTION records ST PASA interconnector
solutions for the latest period.
29.63.2 Description
Source
PASAINTERCONNECTORSOLUTION is unused; was updated every 2 hours.
29.63.5 Content
Name Data Type Mandat Comment
ory
CASEID VARCHAR2(20) X PASA Case Identifier
INTERCONNECTORID VARCHAR2(10) X Interconnector Id
PERIODID VARCHAR2(20) X PASA Interval (48 half hours)
CAPACITYMWFLOW NUMBER(16,6) Capacity MW flow
CAPACITYMARGINALV NUMBER(16,6) Marginal value in capacity
ALUE
CAPACITYVIOLATIOND NUMBER(16,6) Violation value in capacity
EGREE
EXCESSGENMWFLOW NUMBER(16,6) Excess generation MW flow
EXCESSGENMARGINA NUMBER(16,6) Marginal value in excess generation
LVALUE
EXCESSGENVIOLATIO NUMBER(16,6) Violation value in excess generation
NDEGREE
LASTCHANGED DATE Last date and time record changed
IMPORTLIMIT NUMBER(15,5) Calculated import limit
EXPORTLIMIT NUMBER(15,5) Calculated export limit
DATETIME DATE Date and time of the end of the period
29.64.1 PASAREGIONSOLUTION
Name PASAREGIONSOLUTION
Comment PASAREGIONSOLUTION shows the Regional solution for ST PASA
showing reserves for each half-hour period. This table
(PASAREGIONSOLUTION_D) shows the latest calculated result for each
period.
29.64.2 Description
Source
PASAREGIONSOLUTION is not used; was updated every 2 hours.
29.64.5 Content
Name Data Type Mandat Comment
ory
CASEID VARCHAR2(20) X PASA Case Identifier
REGIONID VARCHAR2(10) X Region Identifier
PERIODID VARCHAR2(20) X PASA Interval (48 half hours)
DEMAND10 NUMBER(16,6) 10% exceedence forecast
DEMAND50 NUMBER(16,6) 50% exceedence forecast
DEMAND90 NUMBER(16,6) 90% exceedence forecast
UNCONSTRAINEDCAP NUMBER(16,6) Unconstrained capacity
ACITY
CONSTRAINEDCAPACI NUMBER(16,6) Constrained capacity
TY
CAPACITYSURPLUS NUMBER(16,6) Surplus capacity
RESERVEREQ NUMBER(16,6) Reserve requirement
RESERVECONDITION NUMBER(16,6) Reserve condition
RESERVESURPLUS NUMBER(16,6) Reserve surplus
LOADREJECTIONRESE NUMBER(16,6) Load rejection reserve requirement
RVEREQ
LOADREJECTIONRESE NUMBER(16,6) Load rejection reserve surplus
RVESURPLUS
NETINTERCHANGEUN NUMBER(16,6) Net interchange excess
DEREXCESS
NETINTERCHANGEUN NUMBER(16,6) Net interchange scarcity
DERSCARCITY
LASTCHANGED DATE Last date and time record changed
EXCESSGENERATION NUMBER(22,0) Excess generation in period OR Deficit
generation if VoLL
ENERGYREQUIRED NUMBER(15,5) Total amount of energy required for the
reported day
CAPACITYREQUIRED NUMBER(15,5) Trading interval demand for the region
that has a 10% probability of being
exceeded, plus the medium term capacity
reserve standard.
DATETIME DATE Date and time of the end of the period
29.65.1 PEROFFER
Name PEROFFER
Comment PEROFFER contains the half-hourly period details of daily bids and rebids,
to be used in conjunction with DAYOFFER. These views provide period
varying details such as rate of change up (ROCUP), rate of change down
(ROCDOWN) and band quantities (BANDAVAIL from 1 to 10).
PEROFFER is a child table of DAYOFFER.
29.65.2 Description
Status
PEROFFER is obsolete. please see BIDPEROFFER. For a transition period, PEROFFER data
continued to exist, being based on BIDPEROFFER.
Source
PEROFFER is obsolete; confidential data was updated for each bid and rebid, with full visibility of
rest of market were updated daily as part of next day data.
29.65.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:00am
DUID VARCHAR2(10) X Dispatchable Unit identifier
OFFERDATE DATE X Offer date made
PERIODID NUMBER(3,0) X Period identifier
VERSIONNO NUMBER(3,0) X Version number of offer
29.66.1 PEROFFER_D
Name PEROFFER_D
Comment PEROFFER_D contains the half-hourly period details of daily bids and
rebids, to be used in conjunction with DAYOFFER_D. These views provide
period varying details such as rate of change up (ROCUP), rate of change
down (ROCDOWN) and band quantities (BANDAVAIL from 1 to 10).
PEROFFER_D is a child table of DAYOFFER_D.
29.66.2 Description
Status
PEROFFER and its related views are obsolete. please see BIDPEROFFER views. For a transition
period, the PEROFFER views exist, being based on the BIDPEROFFER table.
Source
PEROFFER is obsolete; confidential data was updated for each bid and rebid, with full visibility of
rest of market were updated daily as part of next day data.
29.66.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Market date starting at 04:00am
DUID VARCHAR2(10) X Dispatchable Unit identifier
OFFERDATE DATE X Offer date made
29.67.1 PREDISPATCHBIDTRK
Name PREDISPATCHBIDTRK
Comment PREDISPATCHBIDTRK contains an audit trail of bids used in each
predispatch run. Where predispatch is over 2 days, two bids are listed.
29.67.2 Description
Status
PREDISPATCHOFFERTRK and related views are obsolete. Please see tables and views related to
BIDPEROFFER.
Source
Own (confidential) data shows via inserts with every thirty-minute predispatch. Daily update after
close of day shows all market bids for the closed day.
Period date and time
29.67.7 Content
Name Data Type Mandat Comment
ory
PREDISPATCHSEQNO VARCHAR2(20) X Unique identifier of predispatch run in the
form YYYYMMDDPP with 01 at 04:30
DUID VARCHAR2(10) X Dispatchable Unit identifier
PERIODID VARCHAR2(20) X PERIODID is just a period count, starting
from 1 for each predispatch run. Use
DATETIME to determine half hour period.
29.68.1 REALLOCATIONDETAILS
Name REALLOCATIONDETAILS
Comment REALLOCATIONDETAILS sets out specific reallocation agreements.
29.68.2 Description
Source
As changes occur.
29.68.5 Content
Name Data Type Mandat Comment
ory
REALLOCATIONID VARCHAR2(20) X Identification of the reallocation
agreement
EFFECTIVEDATE DATE X Calendar settlement date the agreement
starts from
VERSIONNO NUMBER(3,0) X Version number on the effective date,
highest is the reallocation used on that
date
AUTHORISEDDATE DATE Date the entry was authorised
AUTHORISEDBY VARCHAR2(10) User who authorised the record
LASTCHANGED DATE Last date and time record changed
29.69.1 REALLOCATIONINTERVALS
Name REALLOCATIONINTERVALS
Comment REALLOCATIONINTERVALS identifies the the reallocation agreement and
provides the corresponding reallocation profiles submitted by the participant
and accepted by AEMO
29.69.2 Description
Source
Only populated if a reallocation contract has been submitted and accepted by AEMO.
Volume
Generally 144 rows are inserted by week.
29.69.5 Content
Name Data Type Mandat Comment
ory
REALLOCATIONID VARCHAR2(20) X Identification of the reallocation
agreement
EFFECTIVEDATE DATE X Date the agreement starts from
VERSIONNO NUMBER(3,0) X Version number on the effective date,
highest is the reallocation used on that
date
PERIODID NUMBER(3,0) X Period number where period 1 use the
half hour ended 00:30 EST
REALLOCATIONVALUE NUMBER(6,2) Either $ or MWh depending on agreement
type
LASTCHANGED DATE Last date and time record changed
29.70.1 REALLOCATIONS
Name REALLOCATIONS
Comment REALLOCATIONS shows reallocation agreement identifiers with
corresponding start and end dates of submitted reallocations as accepted by
AEMO.
29.70.2 Description
Source
This view is populated upon submission of a reallocation contract and accepted by AEMO.
Volume
Generally 3 rows are inserted by week.
29.70.5 Content
Name Data Type Mandat Comment
ory
REALLOCATIONID VARCHAR2(20) X Identification of the reallocation
agreement
STARTDATE DATE Starting data for the agreement
STARTPERIOD NUMBER(3,0) Starting period number
ENDDATE DATE Ending date for the agreement
ENDPERIOD NUMBER(3,0) Ending period number
PARTICIPANTTOID VARCHAR2(10) Participant who receives the money
PARTICIPANTFROMID VARCHAR2(10) Participant who provides the money
AGREEMENTTYPE VARCHAR2(10) Either $ or MWh
DEREGISTRATIONDAT DATE Not used
E
DEREGISTRATIONPERI NUMBER(3,0) Not used
OD
REGIONID VARCHAR2(10) Place where the RRP is taken for the
agreement
LASTCHANGED DATE Last date and time record changed
29.71.1 REGIONFCASRELAXATION_OCD
Name REGIONFCASRELAXATION_OCD
Comment REGIONFCASRELAXATION_OCD contains details of regional FCAS
requirements relaxed in the over-constrained dispatch (OCD) re-run (if there
was one).
Note: INTERVENTION is not included in REGIONFCASRELAXATION_OCD
since the relaxation of the FCAS requirement is the same amount in both
intervened and non-intervened cases.
29.71.2 Description
Source
The occurrences of Over-constrained dispatch (OCD) re-runs are ad hoc, with significant dependencies on
the configuration or events in the physical power system.
Volume
Rows per day: ~2
Mb per month: <1
The estimates on the number of rows are based on a 1% occurrence rate for OCD runs.
Note
The DISPATCHCASESOLUTION results report with the existing CASESUBTYPE field as OCD when
detecting over-constrained dispatch.
29.71.5 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X End date and time of the dispatch interval
RUNNO NUMBER(3,0) X Dispatch run no
REGIONID VARCHAR2(10) X Region Identifier
29.72.1 SET_CSP_DEROGATION_AMOUNT
Name SET_CSP_DEROGATION_AMOUNT
Comment A settlement table for the publication of Snowy CSP derogation amounts.
29.72.2 Description
Source
Settlements data process is populated at the posting of a billing run in which it is
included.
Volume
Estimated number of rows is 13440 for a based on the 35 settlement days posted per
week. Note this data would only be delivered to the participant receiving payments from
the derogation.
29.72.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.72.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3) X Settlement run number
PERIODID NUMBER(3) X Period identifier
PARTICIPANTID VARCHAR2(10) X The participant allocated the payment
amount for the derogation.
AMOUNT_ID VARCHAR2(20) X Amount identifier represented as a string,
from "TA1" through to "TA6" (or "TA8" for
a LYMMCO derogation result)
DEROGATION_AMOUN NUMBER(18,8) Derogation amount associated with the
T amount identifier
29.73.1 SET_CSP_SUPPORTDATA_CONSTRAINT
Name SET_CSP_SUPPORTDATA_CONSTRAINT
Comment A settlements table for the publication of support data for the Snowy CSP
derogation amounts. This table publishes the constraint-level information for
each five minute interval in the settlement run
29.73.2 Description
Source
Settlements data process is populated at the posting of a billing run in which it is
included.
Volume
Estimated number of rows is an average of 1000 per week based on the 35 settlement
days posted per week.
29.73.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.73.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3) X Settlement run number
INTERVAL_DATETIME DATE X Dispatch interval identifier
CONSTRAINTID VARCHAR2(20) X Constraint identifier
PERIODID NUMBER(3) X Settlements trading interval identifier
MARGINALVALUE NUMBER(18,8) Marginal value of the constraint
RHS NUMBER(18,8) RHS value of the constraint
LOWERTUMUT_FACTO NUMBER(18,8) Value of the Lower Tumut left-hand term
R of the constraint
UPPERTUMUT_FACTO NUMBER(18,8) Value of the Upper Tumut left hand term
R of the constraint
LOWERTUMUT_CSPA_ NUMBER(18,8) LOWERTUMUT_FACTOR x
COEFF MARGINALVALUE
UPPERTUMUT_CSPA_ NUMBER(18,8) UPPERTUMUT_FACTOR x
COEFF MARGINALVALUE
ABS_X NUMBER(18,8) Equal to RHS if the constraint direction is
SOUTH, otherwise zero
ABS_Y NUMBER(18,8) Equal to RHS if the constraint direction is
NORTH, otherwise zero
LASTCHANGED DATE Last changed date of the record
29.74.1 SET_CSP_SUPPORTDATA_ENERGYDIFF
Name SET_CSP_SUPPORTDATA_ENERGYDIFF
Comment A settlements table for the publication of support data for the Snowy CSP
derogation amounts. This table publishes energy differential information for
each half-hour interval in the settlement run
29.74.2 Description
Volume
Estimated number of rows is an average of 1000 per week based on the 35 settlement
days posted per week.
29.74.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.74.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3) X Settlement run number
PERIODID NUMBER(3) X Period identifier
LOWERTUMUT_SPDP NUMBER(18,8) Lower Tumut Substitute Price for the half
hour interval
UPPERTUMUT_SPDP NUMBER(18,8) Upper Tumut Substitute Price for the half
hour interval
LOWERTUMUT_EVDP NUMBER(18,8) Lower Tumut Energy Value Differential for
the half hour interval
UPPERTUMUT_EVDP NUMBER(18,8) Upper Tumut Energy Value Differential for
the half hour interval
FLOW_DIRECTION VARCHAR2(20) Indicates the determined direction of flow
29.75.1 SET_CSP_SUPPORTDATA_SUBPRICE
Name SET_CSP_SUPPORTDATA_SUBPRICE
Comment A settlements table for the publication of support data for the Snowy CSP
derogation amounts. This table publishes substitution price information for
each five minute interval in the settlement run
29.75.2 Description
Source
Settlements data process is populated at the posting of a billing run in which it is
included.
Volume
Estimated number of rows is an average of 1000 per week based on the 35 settlement
days posted per week.
29.75.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.75.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3) X Settlement run number
INTERVAL_DATETIME DATE X Dispatch interval identifier
PERIODID NUMBER(3) Period identifier
RRP NUMBER(18,8) SNOWY1 RRP for the dispatch interval
IS_CSP_INTERVAL NUMBER(1) A flag to indicate whether a binding CSP
constraint was present in the dispatch
interval. A value of 1 indicates that CSP
processing occurred due to a binding
CSP constraint, while a value of 0
indicates that no binding CSP constraints
were present in this interval
LOWERTUMUT_TLF NUMBER(18,8) Transmission loss factor of the Lower
Tumut unit
UPPERTUMUT_TLF NUMBER(18,8) Transmission Loss factor of the Upper
Tumut unit
LOWERTUMUT_PRICE NUMBER(18,8) The dispatch price at the Lower Tumut
node
UPPERTUMUT_PRICE NUMBER(18,8) The dispatch price at the Upper Tumut
node
LOWERTUMUT_CSPA_ NUMBER(18,8) Sum of CSPAxCOEFF for all constraints
COEFF and Lower Tumut left-hand terms
UPPERTUMUT_CSPA_ NUMBER(18,8) Sum of CSPAxCOEFF for all constraints
COEFF and Upper Tumut left-hand terms
LOWERTUMUT_SPDP_ NUMBER(18,8) LOWERTUMUT_SPDP before VOLL or
UNCAPPED MPF capping is applied
UPPERTUMUT_SPDP_ NUMBER(18,8) UPPERTUMUT_SPDP before VOLL or
UNCAPPED MPF capping is applied
LOWERTUMUT_SPDP NUMBER(18,8) Substitute Price for Lower Tumut
UPPERTUMUT_SPDP NUMBER(18,8) Substitute Price for Upper Tumut
INTERVAL_ABS_X NUMBER(18,8) Sum of all ABS_X values for binding CSP
constraints in the dispatch interval
INTERVAL_ABS_Y NUMBER(18,8) Sum of all ABS_Y values for binding CSP
constraints in the dispatch interval
LASTCHANGED DATE Last changed date for the record
29.76.1 SETAPCCOMPENSATION
Name SETAPCCOMPENSATION
Comment SETAPCCOMPENSATION shows Administered Price Cap (APC)
compensation payments for each period.
29.76.2 Description
Source
SETAPCCOMPENSATION updates in settlement runs, as needed.
29.76.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.76.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement run number
PARTICIPANTID VARCHAR2(10) X Participant identifier
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Settlement period (based on calendar
day)
APCCOMPENSATION NUMBER(15,5) APC amount
LASTCHANGED DATE Last date and time record changed
29.77.1 SETAPCRECOVERY
Name SETAPCRECOVERY
Comment SETAPCRECOVERY shows reimbursements for Administered Price Cap
(APC) to be recovered from participants.
29.77.2 Description
Source
SETAPCRECOVERY updates with each settlement run.
29.77.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.77.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement run number
PARTICIPANTID VARCHAR2(10) X Participant identifier
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Settlement period (based on calendar
day)
TOTALCOMPENSATION NUMBER(15,5) Total compensation
PARTICIPANTDEMAND NUMBER(15,5) Participant MW Demand
REGIONDEMAND NUMBER(15,5) Total region demand
APCRECOVERY NUMBER(15,5) APC Recovery amount
LASTCHANGED DATE Last date and time record changed
29.78.1 SETFCASRECOVERY
Name SETFCASRECOVERY
Comment SETFCASERECOVERY shows reimbursements for the Frequency Control
Ancillary Services compensation.
29.78.2 Description
Status
SETFCASERECOVERY is obsolete since the implementation of Ancillary Services Review. For more
details, see Change Notice 126.
Confidential to the participant
Source
This view is updated with each Settlement run.
29.78.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.78.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Calendar Settlement Date
VERSIONNO NUMBER(3,0) X Settlement run no
DUID VARCHAR2(10) Dispatchable Unit identifier
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
REGIONID VARCHAR2(10) X Region Identifier
PERIODID NUMBER(3,0) X Settlement Period identifier
FCASCOMP NUMBER(15,5) Frequency Control Ancillary Service
Compensation Payment
29.79.1 SETGOVPAYMENT
Name SETGOVPAYMENT
Comment SETGOVPAYMENTshows specific payment details for Governor services by
period.
29.79.2 Description
29.79.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.79.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Unique participant identifier
CONTRACTID VARCHAR2(10) X Contract Identifier
PERIODID NUMBER(3,0) X Period Identifier
29.80.1 SETGOVRECOVERY
Name SETGOVRECOVERY
Comment SETGOVRECOVERY shows reimbursements for the Governor Ancillary
Services to be recovered from participants.
29.80.2 Description
SETGOVRECOVERY became unused when Ancillary Services Review was implemented. For more
details, see Change Notice 126.
Source
SETGOVRECOVERY updates with each settlement run.
29.80.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.80.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant to pay recovery
CONTRACTID VARCHAR2(10)
PERIODID NUMBER(3,0) X Trading Interval
REGIONID VARCHAR2(10) X Region Identifier
ENABLING6RPAYMENT NUMBER(15,5) Enabling Payment 6 Second Raise
ENABLING60RPAYMEN NUMBER(15,5) Enabling Payment 60 Second Raise
T
ENABLING6LPAYMENT NUMBER(15,5) Enabling Payment 6 Second Lower
29.81.1 SETLULOADPAYMENT
Name SETLULOADPAYMENT
Comment SETLULOADPAYMENT shows specific payment details for rapid unit load
services by period.
29.81.2 Description
SETLULOADPAYMENT became unused when Ancillary Services Review was implemented. For more
details, see Change Notice 126.
Source
SETLULOADPAYMENT is unused; was updated with each settlement run.
29.81.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.81.7 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PARTICIPANTID VARCHAR2(10) X Participant Identifier
CONTRACTID VARCHAR2(10) X AS Contract Identifier
PERIODID NUMBER(3,0) X Trading Interval
29.82.1 SETRESERVETRADER
Name SETRESERVETRADER
Comment SETRESERVETRADER shows reserve trader details.
29.82.2 Description
Source
SETRESERVETRADER updates when reserve trading occurs in a billing run, such as during an
Administered Price Cap event. SETRESERVETRADER is empty until such an event occurs.
29.82.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.82.6 Content
Name Data Type Mandat Comment
ory
SETTLEMENTDATE DATE X Settlement Date
VERSIONNO NUMBER(3,0) X Settlement Run No.
PERIODID NUMBER(3,0) X Period Identifier
CONTRACTID VARCHAR2(10) Reserve Trader Contract Identifier
CONTRACTVERSION NUMBER(3,0) Reserve Trader Contract Version
PARTICIPANTID VARCHAR2(10) Unique participant identifier
REGIONID VARCHAR2(10) Region Identifier
DUID VARCHAR2(10) X Dispatchable Unit ID
RCF CHAR(1) Reserve Recovery Flag
UNITAVAIL NUMBER(6,2) Offered Availability of Unit
CPA NUMBER(12,5) Contract Availability Payment
CPE NUMBER(12,5) Contract Enabling Payment
CPU NUMBER(12,5) Contract Usage Payment
CPTOTAL NUMBER(12,5) Total Payment for Contract
CAPDIFFERENCE NUMBER(12,5) Spot payment applicable to the capacity
above the enabling threshold
LASTCHANGED DATE Last date and time record changed
29.83.1 STPASA_SYSTEMSOLUTION
Name STPASA_SYSTEMSOLUTION
Comment STPASA_SYSTEMSOLUTION is obsolete from 2005 End of Year Release.
For solution information, see Region solution tables.
STPASA_SYSTEMSOLUTION showed the results of the system capacity
evaluations for each interval of the study.
29.83.2 Description
Source
STPASA_SYSTEMSOLUTION is updated each STPASA run (half-hourly).
Volume
Rows per day: 48
Mb per month: <1
29.83.3 Notes
Name Comment Value
Visibility Data in this table is: Public
29.83.7 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
SYSTEMDEMAND50 NUMBER(12,2) Sum of Demand 50% PoE
RESERVEREQ NUMBER(12,2) System total reserve requirement
UNCONSTRAINEDCAP NUMBER(12,2) System energy unconstrained capacity
29.84.1 STPASA_UNITSOLUTION
Name STPASA_UNITSOLUTION
Comment STPASA_UNITSOLUTION shows the unit results from the capacity
evaluations for each period of the study.
29.84.2 Description
STPASA_UNITSOLUTION was discontinued in the End Year 2005 MMS Release. See Change
Notice 512c for further details.
Source
STPASA_UNITSOLUTION is updated each STPASA run (i.e. every 2 hours).
29.84.3 Notes
Name Comment Value
Visibility Data in this table is: Private
29.84.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Unique Timestamp Identifier for this study
INTERVAL_DATETIME DATE X The unique identifier for the interval within
this study
DUID VARCHAR2(10) X Dispatchable unit Identifier
CONNECTIONPOINTID VARCHAR2(10) Connection point identifier
EXPECTEDMAXCAPACI NUMBER(12,2) Max MW capacity that can be obtained in
TY case of capacity scarcity from units
subject to network and energy
constraints.
CAPACITYMARGINALV NUMBER(12,2) Capacity adequacy assessment marginal
30 Package: PDPASA
Name PDPASA
Comment The PDPASA package provides a 30-minute solving process to the
Market systems
The current methodology for calculating reserves in the PreDispatch
timeframe is determined in a post processing step using a heuristic
calculation based the results and Interconnector limits from the
PreDispatch run.
The calculation is a reserve assessment based on the PASA solver
similar to existing ST and MT PASA business processes
The process reflects all intra-regional and inter-regional network
constraints as an input to the process
PDPASA_CASESOLUTION
RUN_DATETIME
PDPASA_REGIONSOLUTION
RUN_DATETIME
INTERVAL_DATETIME
REGIONID
RUNTYPE
30.3.1 PDPASA_CASESOLUTION
Name PDPASA_CASESOLUTION
Comment The top-level table identifying a PDPASA case, reporting options applied in
the case and summary results
30.3.2 Description
Source
PDPASA_CASESOLUTION is updated each PDPASA run (i.e. half-hourly).
Volume
Rows per day: 48
Mb per month: <1
30.3.3 Notes
Name Comment Value
Visibility Data in this table is: Public
30.3.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Case identifier by the time the case was
run
PASAVERSION VARCHAR2(10) Version of the PASA solver used to solve
this case
RESERVECONDITION NUMBER(1,0) Low Reserve Condition (LRC) flag for the
case (1 - LRC in the case, 0 - No LRCs in
the case) for capacity run
LORCONDITION NUMBER(1,0) Lack of Reserve Condition (LOR) flag for
the case indicates the most severe
condition in the case (3 = LOR3, 2 =
LOR2, 1 = LOR1, 0 = No LOR)
CAPACITYOBJFUNCTI NUMBER(12,3) Objective Function from the Capacity
ON Adequacy run
30.4.1 PDPASA_REGIONSOLUTION
Name PDPASA_REGIONSOLUTION
Comment The PDPASA region solution data
30.4.2 Description
Source
PDPASA_REGIONSOLUTION is updated each PDPASA run (i.e. half-hourly).
Volume
Rows per day: 32000
Notes
LRC Determination
SURPLUSRESERVE is the surplus reserve in a region based on meeting the demand plus the reserve
requirement in all regions simultaneously. Note that any surplus above the network restrictions and
system reserve requirements is reported in the region it is generated, thus a surplus of zero can mean
that a region is importing to meet a requirement or that it has exported all surplus to meet an
adjacent regions requirement.
The PASA processes also calculate a regionally optimised surplus called the Maximum LRC Surplus
(MAXSURPLUSRESERVE) being a figure on how much generation could be brought to this region
subject to meeting requirements in other regions.
LOR Determination
MAXSPARECAPACITY is a regionally optimised figure representing the surplus generation able to
be brought to a region subject to meeting the demand in all other regions.
Participants are directed to the first half hour of the Predispatch PASA (PDPASA) reports as
NEMMCO's latest reserve determination for a given half hour.
30.4.3 Notes
Name Comment Value
Visibility Data in this table is: Public
30.4.6 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X Case identifier by the time the case was
run
INTERVAL_DATETIME DATE X End date time of the interval
REGIONID VARCHAR2(10) X Region identifier
DEMAND10 NUMBER(12,2) 10% Probability of Exceedance demand
forecast
DEMAND50 NUMBER(12,2) 50% Probability of Exceedance demand
forecast
DEMAND90 NUMBER(12,2) 90% Probability of Exceedance demand
forecast
RESERVEREQ NUMBER(12,2) Region reserve requirement (MW)
CAPACITYREQ NUMBER(12,2) Capacity required to meet the demand
and reserve levels in the capacity
adequacy assessment.
ENERGYREQDEMAND5 NUMBER(12,2) Energy (GWh) required for this energy
0 block based on the 50% probability of
exceedance demand. Listed in the first
interval of the energy block.
UNCONSTRAINEDCAP NUMBER(12,0) Aggregate generator capability from Non
ACITY Energy Constrained plant including
restrictions due to network constraints
from the capacity adequacy (LRC)
assessment.
CONSTRAINEDCAPACI NUMBER(12,0) Aggregate generator capability from
TY Energy Constrained plant including
restrictions due to network constraints
NETINTERCHANGEUN NUMBER(12,2) Net interconnector flow from the region for
DERSCARCITY this interval from the capacity adequacy
(LRC) assessment.
SURPLUSCAPACITY NUMBER(12,2) Surplus capacity (MW) above the
demand, scheduled load and net
interchange in this region from the
capacity adequacy (LRC) assessment.
SURPLUSRESERVE NUMBER(12,2) Surplus reserve (MW) above the demand,
scheduled load, net interchange and
reserve requirement in this region from
the capacity adequacy (LRC)
assessment.
RESERVECONDITION NUMBER(1,0) Low Reserve Condition (LRC) flag for this
region in this interval (1 - LRC, 0 - No
LRC)
MAXSURPLUSRESERV NUMBER(12,2) Maximum surplus reserve (MW) above
E the demand + reserve requirement able to
be sourced to this region while meeting
demand + reserve requirements in other
regions.
MAXSPARECAPACITY NUMBER(12,2) Maximum spare capacity (MW) above the
demand able to be sourced to this region
while meeting demands in other regions.
LORCONDITION NUMBER(1,0) Lack of Reserve Condition (LOR) flag for
31 Package: PRUDENTIALS
Name PRUDENTIALS
Comment Prudential Management
PRUDENTIALRUNTRK
PRUDENTIAL_DATE DATE <pk>
RUNNO NUMBER(3) <pk>
AUTHORISEDBY VARCHAR(15)
AUTHORISEDDATE DATE
LASTCHANGED DATE
PRUDENTIALCOMPANYPOSITION
PRUDENTIAL_DATE DATE <pk,fk>
RUNNO NUMBER(3) <pk,fk>
COMPANY_ID VARCHAR(20) <pk>
MCL NUMBER(16,6)
CREDIT_SUPPORT NUMBER(16,6)
TRADING_LIMIT NUMBER(16,6)
CURRENT_AMOUNT_BALANCE NUMBER(16,6)
SECURITY_DEPOSIT_PROVISION NUMBER(16,6)
SECURITY_DEPOSIT_OFFSET NUMBER(16,6)
SECURITY_DEPOSIT_BALANCE NUMBER(16,6)
EXPOST_REALLOC_BALANCE NUMBER(16,6)
DEFAULT_BALANCE NUMBER(16,6)
OUTSTANDINGS NUMBER(16,6)
TRADING_MARGIN NUMBER(16,6)
TYPICAL_ACCRUAL NUMBER(16,6)
PRUDENTIAL_MARGIN NUMBER(16,6)
EARLY_PAYMENT_AMOUNT NUMBER(18,8)
PERCENTAGE_OUTSTANDINGS NUMBER(18,8)
LASTCHANGED DATE
31.3.1 PRUDENTIALCOMPANYPOSITION
Name PRUDENTIALCOMPANYPOSITION
Comment The prudential position of each company as at the datetime of a specific
prudential run
31.3.2 Notes
Name Comment Value
Visibility Data in this table is: Private
31.3.5 Content
Name Data Type Mandat Comment
ory
PRUDENTIAL_DATE DATE X The prudential date
RUNNO NUMBER(3) X The run number for the prudential date
COMPANY_ID VARCHAR(20) X The company identifier
MCL NUMBER(16,6) The Maximum Credit Limit of the
company at the time of the prudential run
CREDIT_SUPPORT NUMBER(16,6) The Credit Support of the company at the
time of the prudential run
TRADING_LIMIT NUMBER(16,6) The Trading Limit of the company at the
time of the prudential run
CURRENT_AMOUNT_B NUMBER(16,6) The balance of the company for all unpaid
ALANCE billing weeks at the time of the prudential
run
SECURITY_DEPOSIT_P NUMBER(16,6) The sum of all active security deposit
ROVISION provision amounts at the time of the
prudential run
SECURITY_DEPOSIT_O NUMBER(16,6) The sum of all active security deposit
FFSET application amounts at the time of the
prudential run
SECURITY_DEPOSIT_B NUMBER(16,6) The balance of all active security deposits
ALANCE at the time of the prudential run
EXPOST_REALLOC_BA NUMBER(16,6) The balance of all ex-post reallocations
LANCE for the company that were calculated
outside of billing runs at the time of the
prudential run
DEFAULT_BALANCE NUMBER(16,6) The balance of all defaults for the
company at the time of the prudential run
OUTSTANDINGS NUMBER(16,6) The total outstandings for the company at
31.4.1 PRUDENTIALRUNTRK
Name PRUDENTIALRUNTRK
Comment Records the prudential run accepted by Settlements staff for each prudential
date
31.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
31.4.5 Content
Name Data Type Mandat Comment
ory
PRUDENTIAL_DATE DATE X The prudential date
RUNNO NUMBER(3) X The run number for the prudential date
AUTHORISEDBY VARCHAR(15) The user that authorised the prudential
run
AUTHORISEDDATE DATE The datetime that the prudential run was
authorised
LASTCHANGED DATE The datetime that the record was last
changed
32 Package: MCC_DISPATCH
Name MCC_DISPATCH
Comment Results from the Marginal Constraint Cost (MCC) re-run of the
dispatch process. The MCC forms part of the part of the AERs
Electricity transmission network service providers Service target
performance incentive Scheme
MCC_CASESOLUTION
RUN_DATETIME DATE <pk>
MCC_CONSTRAINTSOLUTION
RUN_DATETIME DATE <pk>
CONSTRAINTID VARCHAR2(20) <pk>
RHS NUMBER(15,5)
MARGINALVALUE NUMBER(15,5)
32.3.1 MCC_CASESOLUTION
Name MCC_CASESOLUTION
Comment Top level table for each MCC dispatch rerun process. Note there will be one
record for each dispatch interval
32.3.2 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
32.3.4 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X 5-minute Dispatch Run identifier
32.4.1 MCC_CONSTRAINTSOLUTION
Name MCC_CONSTRAINTSOLUTION
Comment Constraint solution data from the MCC dispatch rerun process. Note only
constraints with a non-zero marginal value are published.
32.4.2 Notes
Name Comment Value
Visibility Data in this table is: Private; Public Next-Day
32.4.4 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME DATE X 5-minute Dispatch Run identifier
CONSTRAINTID VARCHAR2(20) X Generic Constraint identifier (synonymous
with GenConID)
RHS NUMBER(15,5) Generic Constraint RHS Value for this
MCC run
MARGINALVALUE NUMBER(15,5) Generic Constraint Marginal Value for this
MCC run
33 Package: NETWORK
Name NETWORK
Comment Configuration data for the physical network
NETWORK_STATICRATING NETWORK_REALTIMERATING
NETWORK_RATING
SUBSTATIONID SETTLEMENTDATE
SPD_ID SPD_ID
EQUIPMENTTYPE
VALIDFROM
EQUIPMENTID
RATINGLEVEL
APPLICATIONID
VALIDFROM
33.3.1 NETWORK_EQUIPMENTDETAIL
Name NETWORK_EQUIPMENTDETAIL
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.
A line will typically have at least two valid records at a time, once for each
end of the line.
33.3.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.3.5 Content
Name Data Type Mandat Comment
ory
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:
LINE = Line
TRANS = Transformer
CB = Circuit breaker
ISOL = Isolator
CAP = Capacitor
REAC = Reactor
UNIT = Unit
33.4.1 NETWORK_OUTAGECONSTRAINTSET
Name NETWORK_OUTAGECONSTRAINTSET
Comment NETWORK_OUTAGECONSTRAINTSET lists the Constraint Set or Sets
that are expected to be invoked for the outage once it is confirmed to
proceed.
33.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.4.4 Content
Name Data Type Mandat Comment
ory
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 the this constraint
applies until
33.5.1 NETWORK_OUTAGEDETAIL
Name NETWORK_OUTAGEDETAIL
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
33.5.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.5.5 Content
Name Data Type Mandat Comment
ory
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:
LINE = Line
TRANS = Transformer
CB = Circuit breaker
ISOL = Isolator
CAP = Capacitor
REAC = Reactor
UNIT = Unit
33.6.1 NETWORK_OUTAGESTATUSCODE
Name NETWORK_OUTAGESTATUSCODE
Comment NETWORK_OUTAGESTATUSCODE describes the different outage status
codes
33.6.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.6.4 Content
Name Data Type Mandat Comment
ory
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
33.7.1 NETWORK_RATING
Name NETWORK_RATING
Comment NETWORK_RATING defines a list of the equipment ratings that may be
used as inputs to market constraints.
If the rating is flagged as dynamic then in real-time the rating will be
dynamically determined and the static value will be used as a fallback value
should the dynamic value fail.
Note:
In some rare cases equipment has ratings provided from more than one
TNSP. This is identified by a different SPD Id. The value used in the NEM is
normally the more restrictive of the two values.
33.7.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.7.5 Content
Name Data Type Mandat Comment
ory
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:
LINE = Line
TRANS = Transformer
CB = Circuit breaker
ISOL = Isolator
CAP = Capacitor
REAC = Reactor
UNIT = Unit
33.8.1 NETWORK_REALTIMERATING
Name NETWORK_REALTIMERATING
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.
33.8.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.8.4 Content
Name Data Type Mandat Comment
ory
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
33.9.1 NETWORK_STATICRATING
Name NETWORK_STATICRATING
Comment NETWORK_STATICRATING lists the static rating values that will apply for a
Rating Application ID.
This data does not provide information for when the rating actually applies in
the NEM. This is dependent on the Rating Application definition.
For information on the Rating Applications please refer to the information
published on the AEMO website under the topic "Transmission Equipment
Ratings". The Rating Applications are referred to as Alternate Value
Application Ratings.
Ratings that normally use dynamic values will also have static rating values
defined. These are used as a fallback if the dynamic rating fails.
33.9.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.9.5 Content
Name Data Type Mandat Comment
ory
SUBSTATIONID VARCHAR(30) X The substation the equipment is located
at
EQUIPMENTTYPE VARCHAR(10) X The type of equipment. Valid values are:
LINE = Line
TRANS = Transformer
CB = Circuit breaker
ISOL = Isolator
CAP = Capacitor
REAC = Reactor
UNIT = Unit
RATINGLEVEL VARCHAR(10) X The rating level of the value used, one of:
NORM = Continuous rating value. Applied
under pre-contingent conditions.
EMER = Continuous rating value. Applied
under pre-contingent conditions
LDSH = Load Shedding
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.
Flow into a transmission device is
positive, flow out of the device is negative.
33.10.1 NETWORK_SUBSTATIONDETAIL
Name NETWORK_SUBSTATIONDETAIL
Comment NETWORK_SUBSTATIONDETAIL sets out the attributes of sub-stations
across time
33.10.2 Notes
Name Comment Value
Visibility Data in this table is: Public
33.10.5 Content
Name Data Type Mandat Comment
ory
SUBSTATIONID VARCHAR(30) X ID uniquely identifying this substation
VALIDFROM DATE X The record is valid from this date
(inclusive)
VALIDTO DATE 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 DATE The time that this record was last
changed.
34 Package: VOLTAGE_INSTRUCTIONS
Name VOLTAGE_INSTRUCTIONS
Comment Instructions for MVAr Dispatch
VOLTAGE_INSTRUCTION_TRK
RUN_DATETIME date <pk>
FILE_TYPE varchar2(20)
VERSION_DATETIME DATE <pk>
SE_DATETIME DATE
SOLUTION_CATEGORY varchar2(60)
SOLUTION_STATUS varchar2(60)
OPERATING_MODE varchar2(60)
OPERATING_STATUS varchar2(100)
EST_EXPIRY DATE
EST_NEXT_INSTRUCTION DATE
VOLTAGE_INSTRUCTION
RUN_DATETIME date <pk,fk>
EMS_ID varchar2(60) <pk>
PARTICIPANTID varchar2(20)
STATION_ID varchar2(60)
DEVICE_ID varchar2(60)
DEVICE_TYPE varchar2(20)
CONTROL_TYPE varchar2(20)
TARGET number(15,0)
CONFORMING number(1,0)
INSTRUCTION_SUMMARY varchar2(400)
VERSION_DATETIME DATE <pk,fk>
INSTRUCTION_SEQUENCE number(4,0)
ADDITIONAL_NOTES varchar2(60)
34.3.1 VOLTAGE_INSTRUCTION
Name VOLTAGE_INSTRUCTION
Comment Child record for Voltage Instructions (MVAr Dispatch)
34.3.2 Notes
Name Comment Value
Visibility Data in this table is: Public
34.3.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME date X MVAr Interval a timestamp of when
instructions issued
EMS_ID varchar2(60) X The unique identifier for reference within
AEMO matches equipment names
between NOS and EMS
PARTICIPANTID varchar2(20) The NEM id of the participant who owns
the equipment
STATION_ID varchar2(60) The id of the station where the control
equipment resides
DEVICE_ID varchar2(60) The company/participant preferred name
of an equipment
DEVICE_TYPE varchar2(20) One of REACTOR, CAPACITOR, GEN,
SVC, TRANS or GRPGEN but may be
extended to other types
CONTROL_TYPE varchar2(20) One of VOLTAGE, TAP, MVAR, SWITCH
or COMMIT but may be extended to other
types
TARGET number(15,0) Instruction for the device, for this interval
null denotes no instruction
CONFORMING number(1,0) [0,1] Denotes if the Device is currently
conforming
INSTRUCTION_SUMMA varchar2(400) Verbose summary of instruction
RY
VERSION_DATETIME DATE X Datetime the file was published by VDS -
Versions differ from Run_DateTime only
for Supplemental runs
34.4.1 VOLTAGE_INSTRUCTION_TRK
Name VOLTAGE_INSTRUCTION_TRK
Comment Parent record for Voltage Instructions (MVAr Dispatch). 'SIGNAL' records
will have no children; 'INSTRUCTION' records will have children
34.4.2 Notes
Name Comment Value
Visibility Data in this table is: Public
34.4.5 Content
Name Data Type Mandat Comment
ory
RUN_DATETIME date X MVAr Interval - a timestamp of when
instructions issued
FILE_TYPE varchar2(20) Either 'SIGNAL' (childless) or
'INSTRUCTION'
VERSION_DATETIME DATE X Datetime the file was published by VDS -
Versions differ from Run_DateTime only
for Supplemental runs
SE_DATETIME DATE State Estimator start time, when a
snapshot is taken of SCADA values
SOLUTION_CATEGORY varchar2(60) VDS solver solution category. Valid
values: SUCCESS, WARNING, FAILURE
SOLUTION_STATUS varchar2(60) VDS solver solution status. Valid values:
NOACTCNV [Solved with no instructions],
NOVIOACT, CONVERGE, UNMANAGE,
UNMANCTG, CTGDIV, SENHDIV [Failed
with too many violations], BCDIV
OPERATING_MODE varchar2(60) The current VDS operating mode. Valid
values: AUTO, AUTO-VERFIED,
MANUAL
OPERATING_STATUS varchar2(100) Unstructured code and message from
AEMO
EST_EXPIRY DATE Estimated expiry time of current
Instruction set
EST_NEXT_INSTRUCTI DATE Estimated issue time of next Instruction
ON set
35 List of tables
Name Parent
ANCILLARY_RECOVERY_SPLIT Package 'SETTLEMENT_CONFIG'
APCCOMP Package 'HISTORICAL TABLES'
APCCOMPAMOUNT Package 'HISTORICAL TABLES'
APCCOMPAMOUNTTRK Package 'HISTORICAL TABLES'
APEVENT Package 'FORCE_MAJEURE'
APEVENTREGION Package 'FORCE_MAJEURE'
AUCTION Package 'IRAUCTION'
AUCTION_CALENDAR Package 'IRAUCTION'
AUCTION_IC_ALLOCATIONS Package 'IRAUCTION'
AUCTION_REVENUE_ESTIMATE Package 'IRAUCTION'
AUCTION_REVENUE_TRACK Package 'IRAUCTION'
AUCTION_RP_ESTIMATE Package 'IRAUCTION'
AUCTION_TRANCHE Package 'IRAUCTION'
BIDDAYOFFER Package 'BIDS'
BIDDAYOFFER_D Package 'BIDS'
BIDDUIDDETAILS Package 'PARTICIPANT_REGISTRATION'
BIDDUIDDETAILSTRK Package 'PARTICIPANT_REGISTRATION'
BIDOFFERFILETRK Package 'BIDS'
BIDPEROFFER Package 'BIDS'
BIDPEROFFER_D Package 'BIDS'
BIDTYPES Package 'MARKET_CONFIG'
BIDTYPESTRK Package 'MARKET_CONFIG'
BILLADJUSTMENTS Package 'HISTORICAL TABLES'
BILLING_APC_COMPENSATION Package 'BILLING_RUN'
BILLING_APC_RECOVERY Package 'BILLING_RUN'
BILLING_CO2E_PUBLICATION Package 'BILLING_RUN'
BILLING_CO2E_PUBLICATION_TRK Package 'BILLING_RUN'
BILLING_CSP_DEROGATION_AMOUNT Package 'HISTORICAL TABLES'
BILLING_DAILY_ENERGY_SUMMARY Package 'BILLING_RUN'
BILLING_DIRECTION_RECON_OTHER Package 'BILLING_RUN'
BILLING_DIRECTION_RECONCILIATN Package 'BILLING_RUN'
BILLING_GST_DETAIL Package 'BILLING_RUN'
BILLING_GST_SUMMARY Package 'BILLING_RUN'
BILLING_MR_PAYMENT Package 'BILLING_RUN'
BILLING_MR_RECOVERY Package 'BILLING_RUN'
BILLING_MR_SHORTFALL Package 'BILLING_RUN'
BILLING_MR_SUMMARY Package 'BILLING_RUN'
BILLING_NMAS_TST_PAYMENTS Package 'BILLING_RUN'
BILLING_NMAS_TST_RECOVERY Package 'BILLING_RUN'
BILLING_NMAS_TST_RECVRY_RBF Package 'BILLING_RUN'
BILLING_NMAS_TST_RECVRY_TRK Package 'BILLING_RUN'
BILLING_RES_TRADER_PAYMENT Package 'BILLING_RUN'
BILLING_RES_TRADER_RECOVERY Package 'BILLING_RUN'
BILLINGAPCCOMPENSATION Package 'BILLING_RUN'
BILLINGAPCRECOVERY Package 'BILLING_RUN'
BILLINGASPAYMENTS Package 'BILLING_RUN'
BILLINGASRECOVERY Package 'BILLING_RUN'
BILLINGCALENDAR Package 'BILLING_CONFIG'
BILLINGCPDATA Package 'BILLING_RUN'
BILLINGCPSUM Package 'HISTORICAL TABLES'
BILLINGCUSTEXCESSGEN Package 'HISTORICAL TABLES'
BILLINGDAYTRK Package 'BILLING_RUN'
BILLINGEXCESSGEN Package 'HISTORICAL TABLES'
BILLINGFEES Package 'BILLING_RUN'
BILLINGFINANCIALADJUSTMENTS Package 'BILLING_RUN'
BILLINGGENDATA Package 'BILLING_RUN'
BILLINGINTERRESIDUES Package 'BILLING_RUN'