Skip to content

MARKET_SUSPEND_REGIME_SUM

Tracks the evolution of pricing regimes applied to the suspended region and from which Dispatch Interval.

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 this evolution of the event
START_INTERVAL datetime(3) 🔑 datetime2(0) 🔑 First Dispatch interval from which this regime applies
END_INTERVAL datetime(3) datetime2(0) Last Dispatch interval for which this regime applies
PRICING_REGIME varchar(20) varchar(20) Pricing Regime applied
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

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

GR-MMS data model indexes

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

Historical-MMS data model indexes

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