BILLING_FCAS_REG_RESIDAMT
This report show the summary of the Billing run FCAS Regulation Residual Amounts incl default amounts.
Package
BILLING_RUN
Visibility
Private
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| CONTRACTYEAR |
numeric(4, 0)  |
smallint  |
The Billing Contract Year |
| WEEKNO |
numeric(3, 0)  |
tinyint  |
The Billing WeekNo |
| BILLRUNNO |
numeric(4, 0)  |
smallint  |
The Billing RunNo |
| PARTICIPANTID |
varchar(20)  |
varchar(20)  |
The Participant Id Identifier |
| CONSTRAINTID |
varchar(20)  |
varchar(20)  |
The FCAS Reg Constraint Id |
| REGIONID |
varchar(20)  |
varchar(10)  |
The Region Id Identifier |
| BIDTYPE |
varchar(10) |
varchar(10) |
The BidType for the Constraint Id |
| ACE_MWH |
numeric(18, 8) |
numeric(18, 8) |
The ACE MWh used for the Residual Calculation for the Participant |
| ASOE_MWH |
numeric(18, 8) |
numeric(18, 8) |
The ASOE MWh used for the Residual Calculation of the Participant |
| RESIDUAL_MWH |
numeric(18, 8) |
numeric(18, 8) |
Sum of ACE_MWH + ASOE_MWH |
| FPP_ACE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The FPP ACE Portion Amount for the Billing Week |
| FPP_ASOE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The FPP ASOE Portion Amount for the Billing Week |
| FPP_RESIDUAL_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The FPP Residual Amount for the Billing Week |
| USED_ACE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Used ACE Portion Amount for the Billing Week |
| USED_ASOE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Used ASOE Portion Amount for the Billing Week |
| USED_RESIDUAL_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Used Residual Amount for the Billing Week |
| UNUSED_ACE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Unused ACE Portion Amount for the Billing Week |
| UNUSED_ASOE_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Unused ASOE Portion Amount for the Billing Week |
| UNUSED_RESIDUAL_AMOUNT |
numeric(18, 8) |
numeric(18, 8) |
The Unused Residual Amount for the Billing Week |
| LASTCHANGED |
datetime(3) |
datetime2(0) |
The Lastchanged datetime of the record. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| BILLING_FCAS_REG_RESIDAMT_PK |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, CONSTRAINTID, REGIONID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_BILLING_FCAS_REG_RESIDAMT |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, CONSTRAINTID, REGIONID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_BILLING_FCAS_REG_RESIDAMT |
clustered, unique, primary key |
CONTRACTYEAR, WEEKNO, BILLRUNNO, PARTICIPANTID, CONSTRAINTID, REGIONID |