Skip to content

OFFERRESTARTDATA

OFFERRESTARTDATA sets out reoffers of system restart availability.

Package

ASOFFER

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 Contract identifier
OFFERDATE datetime(3) 🔑 datetime2(0) 🔑 Effective date of contract
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version No of contract
PERIODID numeric(3, 0) 🔑 smallint 🔑 Market day trading interval number
AVAILABILITY varchar(3) varchar(3) Available load
AUTHORISEDDATE datetime(3) datetime2(0) Authorised date
AUTHORISEDBY varchar(15) varchar(15) Authorised by
FILENAME varchar(40) varchar(40) Name of reoffer file
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
OFFERRESTARTDATA_LCX nonclustered LASTCHANGED
OFFERRESTARTDATA_PK clustered, unique, primary key CONTRACTID, OFFERDATE, VERSIONNO, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_OFFERRESTARTDATA_LASTCHANGED nonclustered LASTCHANGED
PK_OFFERRESTARTDATA clustered, unique, primary key CONTRACTID, OFFERDATE, VERSIONNO, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
OFFERRESTARTDATA_LCX nonclustered LASTCHANGED
OFFERRESTARTDATA_PK clustered, unique, primary key CONTRACTID, OFFERDATE, VERSIONNO, PERIODID