External cost: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(placeholder)
 
mNo edit summary
Line 23: Line 23:
library(OpasnetUtils)
library(OpasnetUtils)


DALYprice <- Ovariable("DALYprice", ddata = "Op_enXXXX", subset = "External costs in environmental health")
DALYprice <- Ovariable("DALYprice", ddata = "Op_en7379", subset = "External costs in environmental health")
DALYprice@data <- DALYprice@data[DALYprice@data$Cost == "Health" , ]
DALYprice@data <- DALYprice@data[DALYprice@data$Cost == "Health" , ]


co2price <- Ovariable("co2price", ddata = "Op_enXXXX", subset = "External costs in environmental health")
co2price <- Ovariable("co2price", ddata = "Op_en7379", subset = "External costs in environmental health")
co2price@data <- co2price@data[co2price@data$Cost == "Climate" , ]
co2price@data <- co2price@data[co2price@data$Cost == "Climate" , ]



Revision as of 10:10, 3 September 2015



External costs are costs that are not included in the price of a product but still cause negative (or sometimes positive) impacts to the society or stakeholders. The market theory says that if external costs cannot be included in prices e.g. using taxation, the market process will lead to outcomes that deviate from the societal optimum.

Question

What are important external costs in environmental health?

Answer

Health impacts and climate impacts are often not considered in pricing, so they remain as external costs.

Rationale

External costs in environmental health(€/DALY,€/ton)
ObsCostResultDescription
1Health50000-150000Euros lost per DALY (disability-adjusted life year)
2Climate15-75Euros lost per ton of CO2(equivalent) emitted

Numbers are rough estimates based on typical health impact assessments and common target prices of carbon trade.

+ Show code

See also

References


Related files