Skip to content

PRUDENTIALRUNTRK

Records the prudential run accepted by Settlements staff for each prudential date.

Package

PRUDENTIALS

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
PRUDENTIAL_DATE datetime(3) 🔑 datetime2(0) 🔑 The prudential date
RUNNO numeric(3, 0) 🔑 smallint 🔑 The run number for the prudential date
AUTHORISEDBY varchar(15) varchar(15) The user that authorised the prudential run
AUTHORISEDDATE datetime(3) datetime2(0) The datetime that the prudential run was authorised
LASTCHANGED datetime(3) datetime2(0) The datetime that the record was last changed

Official MMS data model indexes

Index name Index type Index columns (in order)
PRUDENTIALRUNTRK_LCX nonclustered LASTCHANGED
PRUDENTIALRUNTRK_PK clustered, unique, primary key PRUDENTIAL_DATE, RUNNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_PRUDENTIALRUNTRK_LASTCHANGED nonclustered LASTCHANGED
PK_PRUDENTIALRUNTRK clustered, unique, primary key PRUDENTIAL_DATE, RUNNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PRUDENTIALRUNTRK_LCX nonclustered LASTCHANGED
PRUDENTIALRUNTRK_PK clustered, unique, primary key PRUDENTIAL_DATE, RUNNO