Skip to content

SETFCASREGIONRECOVERY

The FCAS Recovery amount from each NEM Region and the Energy MWh used for the FCAS Recovery calculation from Participants.

Package

SETTLEMENT_DATA

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date of trading interval
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Settlement run no
BIDTYPE varchar(10) 🔑 varchar(10) 🔑 FCAS Service Type
REGIONID varchar(10) 🔑 varchar(10) 🔑 RegionID
PERIODID numeric(3, 0) 🔑 smallint 🔑 Settlements Trading Interval.
GENERATORREGIONENERGY numeric(16, 6) numeric(16, 6) Generator Regional Energy Amount. NULL for Settlement dates post the IESS rule effective date
CUSTOMERREGIONENERGY numeric(16, 6) numeric(16, 6) Customer Region Energy Amount. NULL for Settlement dates post the IESS rule effective date
REGIONRECOVERY numeric(18, 8) numeric(18, 8) The NEM Regional Recovery Amount for FCAS
LASTCHANGED datetime(3) datetime2(0) Last Date record changed
REGIONRECOVERYAMOUNT numeric(18, 8) numeric(18, 8) The Total Dollar Amount for the Region (RegionRecoveryAmountACE + RegionRecoveryAmountASOE). NULL for Settlement dates prior to the IESS rule effective date
REGIONRECOVERYAMOUNT_ACE numeric(18, 8) numeric(18, 8) The Total Dollar Amount for the Region recovered using the ACE MWh Values. NULL for Settlement dates prior to the IESS rule effective date
REGIONRECOVERYAMOUNT_ASOE numeric(18, 8) numeric(18, 8) The Total Dollar Amount for the Region recovered using the ASOE MWh Values. NULL for Settlement dates prior to the IESS rule effective date
REGION_ACE_MWH numeric(18, 8) numeric(18, 8) The Regional ACE MWh value used for the FCAS Recovery. NULL for Settlement dates prior to the IESS rule effective date
REGION_ASOE_MWH numeric(18, 8) numeric(18, 8) The Regional ASOE MWh value used for the FCAS Recovery. NULL for Settlement dates prior to the IESS rule effective date

Official MMS data model indexes

Index name Index type Index columns (in order)
SETFCASREGIONRECOVERY_NDX_LCHD nonclustered LASTCHANGED
SETFCASREGIONRECOVERY_PK clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, BIDTYPE, REGIONID, PERIODID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SETFCASREGIONRECOVERY_LASTCHANGED nonclustered LASTCHANGED
PK_SETFCASREGIONRECOVERY clustered, unique, primary key SETTLEMENTDATE, VERSIONNO, BIDTYPE, REGIONID, PERIODID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_SETFCASREGIONRECOVERY nonclustered, unique, primary key SETTLEMENTDATE, VERSIONNO, BIDTYPE, REGIONID, PERIODID
SETFCASREGIONRECOVERY_CCI clustered, columnstore n/a