From 2488d14130c84bf0aa8ba0fb311ed9bceea693f8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Sep 2022 00:16:08 +0300 Subject: [PATCH] n/helen.md: for now consider cheap to be expensive divided by two rounded down --- n/helen.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/n/helen.md b/n/helen.md index 305de8d..244da96 100644 --- a/n/helen.md +++ b/n/helen.md @@ -8,7 +8,6 @@ basicdistribution: "5.51 €/month" distributionmargin: "4.07 c/kWh" basicstock: "3,93 €/month" stockmargin: "0,38 c/kWh" -cheapelectricity: "TODO c/kWh" --- # Thinking on Helen price @@ -23,7 +22,7 @@ Helen's monthly market price for {{ page.month }}. month is {{ page.monthly }}. ## Plan for Tuntihinta * Expensive: {{ page.monthly }} + {{ page.distributionmargin }} (The monthly plan + distribution margin) -* Cheap: {{ page.cheapelectricity }} +* Cheap: ({{ page.monthly }} + {{ page.distributionmargin }}) / 2 (The monthly plan + distribution margin / 2), ***round down*** * Margin: {{ page.distributionmargin }} + {{ page.stockmargin }} (Distribution fee + stock margin) ## Sources