Skip to content

BILLING_CO2E_PUBLICATION

Carbon Dioxide Intensity Index publication table.

Package

BILLING_RUN

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONTRACTYEAR numeric(4, 0) 🔑 smallint 🔑 Billing contract year
WEEKNO numeric(3, 0) 🔑 smallint 🔑 Billing week no
SETTLEMENTDATE datetime(3) 🔑 datetime2(0) 🔑 Settlement Date (Calendar)
REGIONID varchar(20) 🔑 varchar(20) 🔑 Region identifier
BILLRUNNO numeric(3, 0) (not nullable) smallint (not nullable) Billing run no
SENTOUTENERGY numeric(18, 8) numeric(18, 8) Total sent out energy for region (MWh)
GENERATOREMISSIONS numeric(18, 8) numeric(18, 8) Total generator emissions for region (Co2-e)
INTENSITYINDEX numeric(18, 8) numeric(18, 8) Carbon Dioxide Intensity index for region (CO2-e/MWh)

Official MMS data model indexes

Index name Index type Index columns (in order)
BILLING_CO2E_PUBLICATION_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, SETTLEMENTDATE, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_BILLING_CO2E_PUBLICATION clustered, unique, primary key CONTRACTYEAR, WEEKNO, SETTLEMENTDATE, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
BILLING_CO2E_PUBLICATION_PK clustered, unique, primary key CONTRACTYEAR, WEEKNO, SETTLEMENTDATE, REGIONID