add inflation rates (hvpi, destatis) for relevant years
This commit is contained in:
parent
bf8d6ade2b
commit
a3df014ec5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user