Skip to content

BILLING_NMAS_TST_RECOVERY

BILLING_NMAS_TEST_RECOVERY sets out the recovery of NMAS testing payments This Table may also be used for NSCAS and Type 1 transitional services procured by AEMO under the ISF framework during 2025 and prior to the implementation of all system changes. During this time descriptions in these tables may not be correct.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 AEMO Contract Year number starting in week containing 1 January
WEEKNO numeric(3, 0) 🔑 smallint 🔑 Week no within the contract year. Week no 1 is the week containing 1 January
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 The current Billing RunNo for the week
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 The Participant from whom the amount is recovered
SERVICE varchar(10) 🔑 varchar(10) 🔑 The type of NSCAS service. Current value values are: - REACTIVE - LOADSHED - RESTART
CONTRACTID varchar(10) 🔑 varchar(10) 🔑 The NMAS Contract Id
REGIONID varchar(10) 🔑 varchar(10) 🔑 The region from where the amount is recovered
RBF numeric(18, 8) numeric(18, 8) The Benefitting Factor for the RegionId
TEST_PAYMENT numeric(18, 8) numeric(18, 8) The total Testing Payment Amount to recover from all benefitting regions
RECOVERY_START_DATE datetime(3) datetime2(0) The Recovery Start Date for the Testing Payment Calculation
RECOVERY_END_DATE datetime(3) datetime2(0) The Recovery End Date for the Testing Payment Calculation
PARTICIPANT_ENERGY numeric(18, 8) numeric(18, 8) The Participant energy in MWh for the recovery period
REGION_ENERGY numeric(18, 8) numeric(18, 8) The RegionId energy in MWh for the recovery period
NEM_ENERGY numeric(18, 8) numeric(18, 8) The NEM energy in MWh for the recovery period
CUSTOMER_PROPORTION numeric(18, 8) numeric(18, 8) The Customer Proportion for recovery amount in Percent
GENERATOR_PROPORTION numeric(18, 8) numeric(18, 8) The Generator Proportion for recovery amount in Percent (100-Customer Portion)
PARTICIPANT_GENERATION numeric(18, 8) numeric(18, 8) The Participant Generation for the recovery period
NEM_GENERATION numeric(18, 8) numeric(18, 8) The NEM Generation for the recovery period
RECOVERY_AMOUNT numeric(18, 8) numeric(18, 8) The Total recovery amount for the billing week, being the sum of the customer and generator proportions for the PARTICIPANTID in REGIONID and sum of RecoveryAmount_ACE and RecoveryAmount_ASOE.
LASTCHANGED datetime(3) datetime2(0) The Last Updated date and time
ACE_PORTION numeric(18, 8) numeric(18, 8) The Portion of ACE MWh Value used in the Recovery Calculation. . NULL for Billing Week prior to the IESS rule effective date
ASOE_PORTION numeric(18, 8) numeric(18, 8) The Portion of ASOE MWh Value used in the Recovery Calculation (100 - ACE_Portion). . NULL for Billing Week prior to the IESS rule effective date
PARTICIPANT_ACE_MWH numeric(18, 8) numeric(18, 8) The Participant ACE MWh Value used in the Recovery of the Testing Payment Amount if the service is recovered from ACE. NULL for Billing Week prior to the IESS rule effective date
PARTICIPANT_ASOE_MWH numeric(18, 8) numeric(18, 8) The Participant ASOE MWh Value used in the Recovery of the Testing Payment Amount if the service is recovered from ASOE. NULL for Billing Week prior to the IESS rule effective date
RECOVERYAMOUNT_ACE numeric(18, 8) numeric(18, 8) The Participant Recovery Amount based on ACE MWh Value if the service is recovered from ACE . NULL for Billing Week prior to the IESS rule effective date
RECOVERYAMOUNT_ASOE numeric(18, 8) numeric(18, 8) The Participant Recovery Amount based on ASOE MWh Value if the service is recovered from ASOE . NULL for Billing Week prior to the IESS rule effective date
REGION_ACE_MWH numeric(18, 8) numeric(18, 8) The Region ACE MWh Value used in the Recovery of the Testing Payment Amount if the service is recovered from ACE. NULL for Billing Week prior to the IESS rule effective date
REGION_ASOE_MWH numeric(18, 8) numeric(18, 8) The Region ASOE MWh Value used in the Recovery of the Testing Payment Amount if the service is recovered from ASOE. NULL for Billing Week prior to the IESS rule effective date

Official MMS data model indexes

Index name Index type Index columns (in order)
BILLING_NMAS_TST_RECOVERY_LCX nonclustered LASTCHANGED
PK_BILLING_NMAS_TST_RECOVERY clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, SERVICE, CONTRACTID, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_BILLING_NMAS_TST_RECOVERY_LASTCHANGED nonclustered LASTCHANGED
PK_BILLING_NMAS_TST_RECOVERY clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, SERVICE, CONTRACTID, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
BILLING_NMAS_TST_RECOVERY_LCX nonclustered LASTCHANGED
PK_BILLING_NMAS_TST_RECOVERY clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, SERVICE, CONTRACTID, REGIONID