Skip to content

SET_CSP_SUPPORTDATA_ENERGYDIFF (Historical table)

A settlements table for the publication of support data for the Snowy CSP derogation amounts. This table publishes energy differential information for each half-hour interval in the settlement run.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement run number
PERIODID numeric(3, 0) 🔑 smallint 🔑 Period identifier
LOWERTUMUT_SPDP numeric(18, 8) numeric(18, 8) Lower Tumut Substitute Price for the half hour interval
UPPERTUMUT_SPDP numeric(18, 8) numeric(18, 8) Upper Tumut Substitute Price for the half hour interval
LOWERTUMUT_EVDP numeric(18, 8) numeric(18, 8) Lower Tumut Energy Value Differential for the half hour interval
UPPERTUMUT_EVDP numeric(18, 8) numeric(18, 8) Upper Tumut Energy Value Differential for the half hour interval
FLOW_DIRECTION varchar(20) varchar(20) Indicates the determined direction of flow in the half hour. Will be either \"NORTH\" or \"SOUTH\"
TOTAL_X numeric(18, 8) numeric(18, 8) Sum of all \"ABS_X\" values in the half hour
TOTAL_Y numeric(18, 8) numeric(18, 8) Sum of all \"ABS_Y\" values in the half hour
LOWERTUMUT_AGE numeric(18, 8) numeric(18, 8) Energy output of the Lower Tumut unit in the half hour interval
UPPERTUMUT_AGE numeric(18, 8) numeric(18, 8) Energy output of the Upper Tumut unit in the half hour interval
EVA numeric(18, 8) numeric(18, 8) Energy value adjustment for northward flows in the half-hour interval
LASTCHANGED datetime(3) datetime2(0) Last changed date for the record

Official MMS data model indexes

Index name Index type Index columns (in order)
SET_CSP_SUPPDATA_ENERGYDF_NDX1 nonclustered LASTCHANGED
SET_CSP_SUPPDATA_ENERGYDF_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SET_CSP_SUPPORTDATA_ENERGYDIFF_LASTCHANGED nonclustered LASTCHANGED
PK_SET_CSP_SUPPORTDATA_ENERGYDIFF clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SET_CSP_SUPPDATA_ENERGYDF_NDX1 nonclustered LASTCHANGED
SET_CSP_SUPPDATA_ENERGYDF_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, PERIODID