Skip to content

AUCTION_REVENUE_TRACK

AUCTION_REVENUE_TRACK supports the Settlement Residue Auction, by holding the tracking information for each evaluator's estimates for a given quarter. The status field is dynamic and is used for selection of estimates to be published.

Package

IRAUCTION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 SRA Contracted Year
QUARTER numeric(1, 0) 🔑 tinyint 🔑 SRA Contracted Quarter
VALUATIONID varchar(15) 🔑 varchar(15) 🔑 Identifier of the estimator
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version of data for other key data - a higher version for same key data takes precedence
EFFECTIVEDATE datetime(3) datetime2(0) Date from which the record change is applicable
STATUS varchar(10) varchar(10) Internal use
DOCUMENTREF varchar(30) varchar(30) Reference to methodology document
AUTHORISEDDATE datetime(3) datetime2(0) Date of authorisation for this record
AUTHORISEDBY varchar(15) varchar(15) Name of person authorising this record
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)
AUCTION_REVENUE_TRACK_PK clustered, unique, primary key CONTRACTYEAR, QUARTER, VALUATIONID, VERSIONNO
AUCTIONREVTRK_NDX_LCHD nonclustered LASTCHANGED

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_AUCTION_REVENUE_TRACK_LASTCHANGED nonclustered LASTCHANGED
PK_AUCTION_REVENUE_TRACK clustered, unique, primary key CONTRACTYEAR, QUARTER, VALUATIONID, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
AUCTION_REVENUE_TRACK_PK clustered, unique, primary key CONTRACTYEAR, QUARTER, VALUATIONID, VERSIONNO
AUCTIONREVTRK_NDX_LCHD nonclustered LASTCHANGED