External cost: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(updates for the report format)
 
(3 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==
Line 43: Line 63:


==Related files==
==Related files==
</noinclude>

Latest revision as of 15:47, 8 November 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. The code below is used to fetch the variable for models.

+ Show code

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

Helsinki energy decision 2015
In English
Assessment Main page | Helsinki energy decision options 2015
Helsinki data Building stock in Helsinki | Helsinki energy production | Helsinki energy consumption | Energy use of buildings | Emission factors for burning processes | Prices of fuels in heat production | External cost
Models Building model | Energy balance | Health impact assessment | Economic impacts
Related assessments Climate change policies in Helsinki | Climate change policies and health in Kuopio | Climate change policies in Basel
In Finnish
Yhteenveto Helsingin energiapäätös 2015 | Helsingin energiapäätöksen vaihtoehdot 2015 | Helsingin energiapäätökseen liittyviä arvoja | Helsingin energiapäätös 2015.pptx

References


Related files