Skip to content

MARKET_SUSPEND_REGION_SUM

Summary of Market Suspension timings.

Package

FORCE_MAJEURE

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SUSPENSION_ID varchar(20) 🔑 varchar(20) 🔑 Unique identifier for this suspension event
REGIONID varchar(20) 🔑 varchar(20) 🔑 Region(s) covered by the Suspension event
INITIAL_INTERVAL datetime(3) datetime2(0) Initial interval of the Suspension event
END_REGION_INTERVAL datetime(3) datetime2(0) Last Dispatch interval for the Suspension event for this Region
END_SUSPENSION_INTERVAL datetime(3) datetime2(0) Last Dispatch interval for the Suspension event
LASTCHANGED datetime(3) datetime2(0) Last DateTime the Suspension was administered

Official MMS data model indexes

Index name Index type Index columns (in order)
MARKET_SUSPEND_REGION_SUM_PK clustered, unique, primary key SUSPENSION_ID, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_MARKET_SUSPEND_REGION_SUM clustered, unique, primary key SUSPENSION_ID, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
MARKET_SUSPEND_REGION_SUM_PK clustered, unique, primary key SUSPENSION_ID, REGIONID