Skip to content

BILLING_EFTSHORTFALL_AMOUNT

The billing shortfall run amounts.

Package

BILLING_RUN

Visibility

Private

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 The shortfall affected billing contract year
WEEKNO numeric(3, 0) 🔑 tinyint 🔑 The shortfall affected billing week no
BILLRUNNO numeric(3, 0) 🔑 smallint 🔑 The shortfall affected billing week run no
PARTICIPANTID varchar(20) 🔑 varchar(20) 🔑 The participant affected by the shortfall calculation
SHORTFALL_AMOUNT numeric(18, 8) numeric(18, 8) The Participant shortfall amount
SHORTFALL numeric(18, 8) numeric(18, 8) The market shortfall amount
SHORTFALL_COMPANY_ID varchar(20) varchar(20) The Company ID associated with the Participant ID used in the shortfall calculation
COMPANY_SHORTFALL_AMOUNT numeric(18, 8) numeric(18, 8) The shortfall amount for the Company ID associated with the Participant ID used in the shortfall calculation
PARTICIPANT_NET_ENERGY numeric(18, 8) numeric(18, 8) The participant NET energy used in shortfall calculation
COMPANY_NET_ENERGY numeric(18, 8) numeric(18, 8) The NET energy for the Company ID associated with the Participant ID used in the shortfall calculation

Official MMS data model indexes

Index name Index type Index columns (in order)
BILLING_EFTSHORTFALL_AMT_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_BILLING_EFTSHORTFALL_AMOUNT clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
BILLING_EFTSHORTFALL_AMT_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID