From a3df014ec5d143b692111a64dd62f415024e4c37 Mon Sep 17 00:00:00 2001 From: Federico Justus Denkena Date: Thu, 12 Jun 2025 01:05:24 +0200 Subject: [PATCH] add inflation rates (hvpi, destatis) for relevant years --- cleanup_script.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cleanup_script.py b/cleanup_script.py index ba1b0ef..f5e9cc8 100755 --- a/cleanup_script.py +++ b/cleanup_script.py @@ -18,6 +18,12 @@ global YEARS YEARS = [2020, 2021, 2022, 2023, 2024] global INFLATION_RATES INFLATION_RATES = { + 2014: 0.8, + 2015: 0.7, + 2016: 0.4, + 2017: 1.7, + 2018: 1.9, + 2019: 1.4, 2020: 0.4, 2021: 3.2, 2022: 8.7,