summaryrefslogtreecommitdiff
path: root/app/utils/calculate/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils/calculate/constants.py')
-rw-r--r--app/utils/calculate/constants.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/utils/calculate/constants.py b/app/utils/calculate/constants.py
new file mode 100644
index 0000000..dfd2646
--- /dev/null
+++ b/app/utils/calculate/constants.py
@@ -0,0 +1,26 @@
+# Electric
+## Residental
+
+electric_residential_base = 12.50
+electric_residential_per_kwh = 0.0585
+
+# October to May
+winter_demand_per_kwh = 0.0453 # First 900 kWH
+winter_demand_extended_per_kwh = 0.0355 # After the first 900 kWh
+
+# June to September
+summer_demand_per_kwh = 0.0453 # First 500 kWh
+summer_demand_extended_per_kwh = 0.0683 # After the first 500 kWh
+
+# Water
+## Residental
+
+water_residential_base = 19.60 # 19.25 + 0.35?
+
+# October to May
+winter_demand_per_ccf = 2.97
+
+# June to September
+summer_demand_initial_per_ccf = 2.97 # First 5 CCF
+summer_demand_secondary_per_ccf = 3.64 # For the next 10 CCF
+summer_demand_extended_per_ccf = 4.32 # For any more CCF