Skip to content

MARKET_PRICE_THRESHOLDS

MARKET_PRICE_THRESHOLDS sets out the market cap, floor and administered price thresholds applying to the electricity market.

Package

MARKET_CONFIG

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Calendar date that this record becomes effective
VERSIONNO numeric(4, 0) 🔑 smallint 🔑 version no for the effective date
VOLL numeric(15, 5) numeric(15, 5) value of lost load if total supply falls short of demand after load management then involuntary load
MARKETPRICEFLOOR numeric(15, 5) numeric(15, 5) The floor price that the spot market price will not fall below.
ADMINISTERED_PRICE_THRESHOLD numeric(15, 5) numeric(15, 5) Threshold value beyond which Aggregate Prices per Region over 336 Trade Intervals (Energy), or 2016 Dispatch Intervals (FCAS), will result in an Administered Price declaration
AUTHORISEDDATE datetime(3) datetime2(0) date data authorised
AUTHORISEDBY varchar(15) varchar(15) user authorising
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_PRICE_THRESHOLDS_LCX nonclustered LASTCHANGED
MARKET_PRICE_THRESHOLDS_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_MARKET_PRICE_THRESHOLDS_LASTCHANGED nonclustered LASTCHANGED
PK_MARKET_PRICE_THRESHOLDS clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
MARKET_PRICE_THRESHOLDS_LCX nonclustered LASTCHANGED
MARKET_PRICE_THRESHOLDS2_LCX nonclustered LASTCHANGED
PK_MARKET_PRICE_THRESHOLDS clustered, unique, primary key EFFECTIVEDATE, VERSIONNO