External cost: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(updates for the report format) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
[[Category:Cost]] | [[Category:Cost]] | ||
{{variable|moderator=Jouni}} | {{variable|moderator=Jouni}} | ||
</noinclude> | |||
'''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. | '''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. | ||
Line 9: | Line 11: | ||
== Answer == | == Answer == | ||
Health impacts and climate impacts are often not considered in pricing, so they remain as external costs. | Health impacts and climate impacts are often not considered in pricing, so they remain as external costs. The code below is used to fetch the variable for models. | ||
<rcode embed=1> | |||
## This is code Op_en7379/ on page [[External cost]] | |||
library(OpasnetUtils) | |||
objects.latest("Op_en7379", code_name = "externalities") # [[External cost]] ovariables DALYprice, co2price | |||
cat("Price of a DALY (€)\n") | |||
oprint(summary(EvalOutput(DALYprice))) | |||
cat("Price of a ton of CO2 (€)\n") | |||
oprint(summary(EvalOutput(co2price))) | |||
</rcode> | |||
== Rationale == | == Rationale == | ||
Line 21: | Line 38: | ||
<rcode name="externalities" label="Initiate externalities (for developers only)" store=1 embed=1> | <rcode name="externalities" label="Initiate externalities (for developers only)" store=1 embed=1> | ||
# This code is Op_en7379/externalities [[External cost]] | |||
library(OpasnetUtils) | library(OpasnetUtils) | ||
Line 33: | Line 51: | ||
</rcode> | </rcode> | ||
<noinclude> | |||
==See also== | ==See also== | ||
{{Helsinki energy decision 2015}} | |||
==References== | ==References== | ||
Line 41: | Line 63: | ||
==Related files== | ==Related files== | ||
</noinclude> |
Latest revision as of 15:47, 8 November 2015
Moderator:Jouni (see all) |
|
Upload data
|
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. The code below is used to fetch the variable for models.
Rationale
Obs | Cost | Result | Description |
---|---|---|---|
1 | Health | 50000-150000 | Euros lost per DALY (disability-adjusted life year) |
2 | Climate | 15-75 | Euros lost per ton of CO2(equivalent) emitted |
Numbers are rough estimates based on typical health impact assessments and common target prices of carbon trade.
See also
References