Skip to content

MARKETNOTICETYPE

MARKETNOTICETYPE sets out the different types of market notices (e. g. market systems).

Package

MARKET_NOTICE

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
TYPEID varchar(25) 🔑 varchar(25) 🔑 Identifier for market notice type
DESCRIPTION varchar(64) varchar(64) Type description
RAISEDBY varchar(10) varchar(10) Not used
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
MARKETNOTICETYPE_LCX nonclustered LASTCHANGED
MARKETNOTICETYPE_PK clustered, unique, primary key TYPEID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_MARKETNOTICETYPE_LASTCHANGED nonclustered LASTCHANGED
PK_MARKETNOTICETYPE clustered, unique, primary key TYPEID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
MARKETNOTICETYPE_LCX nonclustered LASTCHANGED
MARKETNOTICETYPE_PK clustered, unique, primary key TYPEID