Skip to content

BIDTYPESTRK

BIDTYPESTRK, together with the associated data in BIDTYPES, define a set of ancillary services with bidding parameters from a given date.

Package

MARKET_CONFIG

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Market date starting at 04:30 inclusive
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Record version number
AUTHORISEDDATE datetime(3) datetime2(0) Date of record authorisation. A NULL value indicates the record is not authorised.
AUTHORISEDBY varchar(15) varchar(15) User that authorised record. A NULL value indicates the record is not authorised.
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
BIDTYPESTRK_LCHD_IDX nonclustered LASTCHANGED
BIDTYPESTRK_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_BIDTYPESTRK_LASTCHANGED nonclustered LASTCHANGED
PK_BIDTYPESTRK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
BIDTYPESTRK_LCHD_IDX nonclustered LASTCHANGED
PK_BIDTYPESTRK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO