Emissions-weighted Carbon Price
@owid.emissions_weighted_carbon_price
@owid.emissions_weighted_carbon_price
The Emissions-weighted Carbon Price (ECP) is an economy-wide average price on CO₂ emissions. It is calculated from sector-fuel level data, which is aggregated back to the economy level using the share of each sector-fuel CO₂ emissions in total GHG emissions as weights. The full methodology is described in the Resources for the Future Working Paper 22-6 Emissions-weighted carbon price: Sources and Methods.
CREATE TABLE owid_emissions_weighted_carbon_price_1 (
"country" VARCHAR,
"year" INTEGER,
"co2_with_ets_as_share_of_co2" FLOAT,
"co2_with_ets_as_share_of_ghg" FLOAT,
"co2_with_ets_as_share_of_world_co2" FLOAT,
"co2_with_ets_as_share_of_world_ghg" FLOAT,
"co2_with_tax_as_share_of_co2" FLOAT,
"co2_with_tax_as_share_of_ghg" FLOAT,
"co2_with_tax_as_share_of_world_co2" FLOAT,
"co2_with_tax_as_share_of_world_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_ghg" FLOAT,
"price_with_ets_weighted_by_share_of_co2" FLOAT,
"price_with_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_co2" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_weighted_by_share_of_co2" FLOAT,
"price_with_tax_weighted_by_share_of_ghg" FLOAT
);CREATE TABLE owid_emissions_weighted_carbon_price_2 (
"country" VARCHAR,
"year" INTEGER,
"co2_with_ets_as_share_of_co2" FLOAT,
"co2_with_ets_as_share_of_ghg" FLOAT,
"co2_with_ets_as_share_of_world_co2" FLOAT,
"co2_with_ets_as_share_of_world_ghg" FLOAT,
"co2_with_tax_as_share_of_co2" FLOAT,
"co2_with_tax_as_share_of_ghg" FLOAT,
"co2_with_tax_as_share_of_world_co2" FLOAT,
"co2_with_tax_as_share_of_world_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_ghg" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_co2" FLOAT,
"co2_with_tax_or_ets_as_share_of_world_ghg" FLOAT,
"price_with_ets_weighted_by_share_of_co2" FLOAT,
"price_with_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_co2" FLOAT,
"price_with_tax_or_ets_weighted_by_share_of_ghg" FLOAT,
"price_with_tax_weighted_by_share_of_co2" FLOAT,
"price_with_tax_weighted_by_share_of_ghg" FLOAT
);Anyone who has the link will be able to view this.