Skip to content

RESIDUE_PUBLIC_DATA

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.

Package

IRAUCTION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTID varchar(30) 🔑 varchar(30) 🔑 Unique id for each contract to be specified by AEMO
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version Number
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Unique interconnector identifier
FROMREGIONID varchar(10) 🔑 varchar(10) 🔑 Nominated source region for Interconnector
UNITSOFFERED numeric(5, 0) smallint Total units offered for auction
UNITSSOLD numeric(16, 6) numeric(16, 6) Units Sold (modified format and usage in March 2003 to support SRA Inter-Temporal Linking)
CLEARINGPRICE numeric(17, 5) numeric(17, 5) Clearing price
RESERVEPRICE numeric(17, 5) numeric(17, 5) Reserve price
LASTCHANGED datetime(3) datetime2(0) Date and time this record was last changed

Official MMS data model indexes

Index name Index type Index columns (in order)
RESIDUE_PUBLIC_DATA_LCX nonclustered LASTCHANGED
RESIDUE_PUBLIC_DATA_PK clustered, unique, primary key CONTRACTID, VERSIONNO, INTERCONNECTORID, FROMREGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_RESIDUE_PUBLIC_DATA_LASTCHANGED nonclustered LASTCHANGED
PK_RESIDUE_PUBLIC_DATA clustered, unique, primary key CONTRACTID, VERSIONNO, INTERCONNECTORID, FROMREGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
RESIDUE_PUBLIC_DATA_LCX nonclustered LASTCHANGED
RESIDUE_PUBLIC_DATA_PK clustered, unique, primary key CONTRACTID, VERSIONNO, INTERCONNECTORID, FROMREGIONID