diff --git a/data/examples/cost_params.json b/data/examples/cost_params.json index 2364afcc..0ce8d1b4 100644 --- a/data/examples/cost_params.json +++ b/data/examples/cost_params.json @@ -217,6 +217,27 @@ "battery": 0, "unit": "ct/kWh", "info": "remuneration for power fed into the grid by PV power plants or electric vehicles" + }, + "strategy_related": { + "peak_load_window": { + "significance_threshold": { + "eHV": 5, + "eHV/HV": 10, + "HV": 10, + "HV/MV": 20, + "MV": 20, + "MV/LV": 30, + "LV": 30, + "unit": "%", + "info": "significance threshold between overall peak power and peak power inside time window to see if cost calculation for strategy can be applied" + } + }, + "balanced_market": { + "low_tariff_factor": 0.68, + "medium_tariff_factor": 1, + "unit": "-", + "info": "factor sets commodity charge for low and medium tariff window by being multiplied with the commodity charge in the price sheet" + } } } }