Skip to content

SET_SUBSTITUTE_DEMAND

Settlements substitution demand for Zero Demand figures.

Package

SETTLEMENT_DATA

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement date
SETTLEMENTRUNNO numeric(3, 0) 🔑 smallint 🔑 Settlement run number
TNI varchar(20) 🔑 varchar(20) 🔑 Unique identifier for the connection point
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 Unique identifier for the participant
REGIONID varchar(20) varchar(20) Unique identifier for the region to which the TNI belongs to on this settlement date
SUBSTITUTEDEMAND numeric(18, 8) numeric(18, 8) Substitute metered quantity for non-energy recovery in MWh for the TNI and participant in the trading interval. A negative value indicates net consumption and a positive value indicates net generation

Official MMS data model indexes

Index name Index type Index columns (in order)
SET_SUBSTITUTE_DEMAND_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, TNI, PARTICIPANTID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_SET_SUBSTITUTE_DEMAND clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, TNI, PARTICIPANTID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SET_SUBSTITUTE_DEMAND_PK clustered, unique, primary key SETTLEMENTDATE, SETTLEMENTRUNNO, TNI, PARTICIPANTID