Skip to content

SET_RUN_PARAMETER

SET_RUN_PARAMETER shows the input parameters and value associated with each settlement run (e. g. Residual System Load Causer Pays Factor).

Package

SETTLEMENT_DATA

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date (Calendar)
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement Run Number for this date
PARAMETERID varchar(20) 🔑 varchar(20) 🔑 Parameter Identifier
NUMVALUE numeric(18, 8) numeric(18, 8) Settlement Run Amount for the Constant Identifier
LASTCHANGED datetime(3) datetime2(0) Last date the record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
PK_SET_RUN_PARAMETER clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARAMETERID
SET_RUN_PARAMETER_LCX nonclustered LASTCHANGED

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SET_RUN_PARAMETER_LASTCHANGED nonclustered LASTCHANGED
PK_SET_RUN_PARAMETER clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARAMETERID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_SET_RUN_PARAMETER clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PARAMETERID
SET_RUN_PARAMETER_LCX nonclustered LASTCHANGED