Skip to content

REGIONSTANDINGDATA

REGIONSTANDINGDATA sets out standing region data including the region reference node.

Package

MARKET_CONFIG

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Effective date of this record, only the latest date applies
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version No of the standing data that should be effective on this date
REGIONID varchar(10) 🔑 varchar(10) 🔑 Differentiates this region from all other regions
RSOID varchar(10) varchar(10) the unique identifier of the participant with responsibility for the region.
REGIONALREFERENCEPOINTID varchar(10) varchar(10) unique id of a connection point, being the reference point for this region
PEAKTRADINGPERIOD numeric(3, 0) smallint Period identifier of the peak trading period of this connection point
AUTHORISEDDATE datetime(3) datetime2(0) Date record authorised
AUTHORISEDBY varchar(15) varchar(15) User authorising record
SCALINGFACTOR numeric(15, 5) numeric(15, 5) Scaling factor for regional FCAS requirement
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
REGIONSTANDINGDATA_LCX nonclustered LASTCHANGED
REGIONSTANDINGDATA_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_REGIONSTANDINGDATA_LASTCHANGED nonclustered LASTCHANGED
PK_REGIONSTANDINGDATA clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_REGIONSTANDINGDATA clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, REGIONID
REGIONSTANDINGDATA_LCX nonclustered LASTCHANGED