Skip to main content

Carbon Extraction

gee_compensation_events

ColumnTypeDescription
gee_compensation_event_idint64Primary key of the compensation event (gee_compensation_events.id).
tenancy_idint64Tenant that owns the event.
namestringDisplay name from **data_collect_company_hierarchy** (name).
projectsstringRelated compensation project names, comma-separated.
start_serial_numberstringStart of certificate / serial range for the event.
end_serial_numberstringEnd of certificate / serial range.
statusstringWorkflow status of the compensation event.
co2_equivalent_emissiondoubleEmissions associated with the event scope (t CO₂e).
co2_equivalent_compensationdoubleCompensated amount (t CO₂e).
updated_atdateTimeLast update at source.
deleted_atdateTimeSoft delete.

gee_electric_power_emission_by_consumption

ColumnTypeDescription
gee_electric_power_emission_by_consumption_idstringSynthetic key: {electric_power_source_id}-{monthly_consumption_id}-{monthlyConsumptionFieldValue} (month field from dynamic month name).
gee_electric_power_source_idint64**electric_power_sources.id**.
tenancy_idint64Tenant of the power source.
company_idint64Company behind the tenant (tenancy.company_id).
business_group_idint64Business group of that company.
data_collect_task_idint64Data-collect task driving the inventory cycle.
month_numint32Calendar month 1–12.
cycle_namestringName of the data collect cycle (data_collect_cycles.name).
company_namestringCompany trade or legal name.
breadcrumbstringNavigation breadcrumb from the electric power source (getBreadcrumb()).
yearstringInventory year from the cycle (dataCollectCycle.cycle).
monthstringMonth label from CarbonExtractionHelper::getMonth (or 'NA').
unit_measurestring**kWh** or **GJ** depending on calculation mode (EnergyBuyTypeEnum::BUY_CHOOSE → GJ, else kWh).
consumptiondoubleEnergy consumption for that month (in unit_measure).
emissiondoubleCO₂e emission for that month (co2EquivalentMonthlyEmission month field).
end_of_month_datedateLast day of the month for the row (createEndOfMonthDate).
updated_atdateTimeLast update of the electric power source.
deleted_atdateTimeSoft delete of the electric power source.

gee_emission_balance_details

ColumnTypeDescription
gee_emission_balance_detail_idint64Primary key of the period row (gee_emission_by_periods.id).
gee_emission_balance_idint64Parent emission balance header (gee_emission_balances.id).
referenced_tenancy_idint64Referenced tenant the balance line refers to (scoped company/tenant in the balance).
yearstringYear of the period (as stored on the model).
month_numint32Month number 1–12 from MonthEnum.
calculate_waystringCalculation method / pathway for the line.
categorystringGHG inventory category (domain enum / code).
co2_equivalent_emissiondoubleCO₂e for the line (t CO₂e).
tonne_waste_quantitydoubleWaste quantity in metric tonnes when applicable (waste_quantity on model).
end_of_month_datedateMonth end date for the period.
updated_atdateTimeLast update at source.
deleted_atdateTimeSoft delete.

gee_emission_balances

ColumnTypeDescription
gee_emission_balance_idint64Primary key (gee_emission_balances.id).
business_group_idint64Business group of the balance.
tenancy_idint64EloCarbon Free tenant id for the group (first tenancy with system_module_id = EloCarbon Free among companies in the group).
referenced_tenancy_idint64Tenant being balanced / reported.
referenced_company_idint64Company id of **referencedTenancy**.
referenced_company_namestringTrade name, else legal name of the referenced company.
yearint32Balance year (integer).
month_numint32Month 1–12.
co2_equivalent_emissiondoubleTotal emissions (t CO₂e).
co2_equivalent_compensationdoubleCompensation (t CO₂e); forced to 0 when source value is ≤ 0.
end_of_month_datedateMonth end date.
updated_atdateTimeLast update.
deleted_atdateTimeSoft delete.

gee_environmental_goal_details

ColumnTypeDescription
gee_environmental_goal_detail_idint64Declared detail id on the DTO (verify runtime population; **environmental_goal_id + year** identify the slice for analytics).
environmental_goal_idint64Parent environmental goal (environmental_goals.id).
yearstringCalendar year of the KPI row.
emission_intensity_valuedoubleEmission intensity metric for the year.
production_valuedoubleProduction driver used in intensity (domain-specific unit).
emission_valuedoubleEmissions total for the slice (aligned with goal logic).
variation_valuedoubleYear-on-year (or plan) variation for reporting.
reduction_forcedoubleReduction leverage / effort indicator from the goal engine.
updated_atdateTimeLast update of the environmental goal.
deleted_atdateTimeSoft delete of the environmental goal.

gee_source_details

ColumnTypeDescription
gee_source_detail_idstringSynthetic key: {gee_company_emission_id}-{monthly_emission_id}-{englishMonthName}.
gee_company_emission_idint64Note: property is ?string in the DTO while Parquet is int64; **gee_company_emissions.id** is not assigned in fromModel today — confirm pipeline / serialization if you rely on this column.
tenancy_idint64Tenant of the data collect cycle.
company_idint64Company owning the emission line.
business_group_idint64Business group of the company.
data_collect_task_idsstringComma-separated data collect task ids resolved via DataCollectCompanyHierarchy for the cycle + category hierarchy type.
month_numint32Month 1–12.
cycle_namestringData collect cycle name.
company_namestringCompany trade or legal name.
yearstringCycle year (dataCollectCycle.cycle).
monthstringLocalized month label (or 'NA').
scopestringGHG scope (1 / 2 / 3 style — domain value).
categorystringInventory category on the emission line.
gasstringGas or pollutant bucket (e.g. CO₂, CH₄).
breadcrumbstringHierarchy path (company hierarchy + category label; category segment may be translated via __()).
valuedoubleEmission quantity for that month (monthlyEmission dynamic month field).
is_quiotoboolean?bool
end_of_month_datedateMonth end date.
updated_atdateTimeLast update of the company emission record.
deleted_atdateTimeSoft delete.

gee_waste_movement_emissions

ColumnTypeDescription
gee_waste_movement_emission_idint64Primary key (gee_waste_movement_emissions.id).
gee_emission_by_period_idint64Linked **gee_emission_by_periods.id** (balance detail context).
waste_movement_idint64**waste_movements.id** for the underlying movement.
business_group_idint64Business group from **wasteMovement.company**.
tenancy_idint64Tenant of the waste movement.
categorystringInventory category (e.g. upstream product transport).
calculate_waystringCalculation method used for the line.
origin_citystringOrigin city (generator address) when category is **PRODUCTS_TRANSPORT_UPSTREAM**; else null.
destination_citystringDestination city (recycler address) for that category; else null.
origin_statestringOrigin state (UF) for that category; else null.
destination_statestringDestination state (UF) for that category; else null.
distancedoubleHaul distance used in the emission factor chain (domain unit, typically km).
co2_emissiondoubleCO₂ (fossil / non-biogenic component per model).
ch4_emissiondoubleCH₄ emission.
n2o_emissiondoubleN₂O emission.
co2_equivalent_emissiondoubleTotal CO₂e.
co2_bio_emissiondoubleBiogenic CO₂ component when modeled separately.
is_elevated_emissionboolean?bool
updated_atdateTimeLast update.
deleted_atdateTimeSoft delete.