Skip to content

REALLOCATIONINTERVALS (Historical table)

REALLOCATIONINTERVALS identifies the the reallocation agreement and provides the corresponding reallocation profiles submitted by the participant and accepted by AEMO.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
REALLOCATIONID varchar(20) 🔑 varchar(20) 🔑 Identification of the reallocation agreement
EFFECTIVEDATE datetime(3) 🔑 datetime2(0) 🔑 Date the agreement starts from
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version number on the effective date, highest is the reallocation used on that date
PERIODID numeric(3, 0) 🔑 smallint 🔑 Period number where period 1 use the half hour ended 00:30 EST
REALLOCATIONVALUE numeric(6, 2) numeric(6, 2) Either $ or MWh depending on agreement type
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
REALLOCATIONINTERVALS_LCX nonclustered LASTCHANGED
REALLOCATIONINTERVALS_PK clustered, unique, primary key REALLOCATIONID, EFFECTIVEDATE, VERSIONNO, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_REALLOCATIONINTERVALS_LASTCHANGED nonclustered LASTCHANGED
PK_REALLOCATIONINTERVALS clustered, unique, primary key REALLOCATIONID, EFFECTIVEDATE, VERSIONNO, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
REALLOCATIONINTERVALS_LCX nonclustered LASTCHANGED
REALLOCATIONINTERVALS_PK clustered, unique, primary key REALLOCATIONID, EFFECTIVEDATE, VERSIONNO, PERIODID