You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
841 B

{
"currency": "SEK",
"legend": ["Installation price", "Heating expenditure"],
"technologies": [
{
"label": "Air water heat pump",
"installation_price": 120000,
"kwh_expenditure": 11000,
"kwh_price": 2,
"percent_inflation": 2,
"years_lifespan": 15
},
{
"label": "Geothermal heat pump",
"installation_price": 222788,
"kwh_expenditure": 5000,
"kwh_price": 2,
"percent_inflation": 2,
"years_lifespan": 25
},
{
"label": "District heating",
"installation_price": 95133,
"kwh_expenditure": 25000,
"kwh_price": 0.95,
"percent_inflation": 10,
"years_lifespan": 50
}
]
}