Skip to content
Snippets Groups Projects
Commit abe1f187 authored by Pierre Dittgen's avatar Pierre Dittgen
Browse files

Update topics list

parent ae70a46f
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,17 @@
"""
from collections import OrderedDict
TOPICS = OrderedDict([
('GESAMT', 'Macroeconomic accounting systems'),
('GELD', 'Money and capital markets'),
('BANKEN', 'Banks and other financial institutions'),
('UNTERNEHMEN', 'Enterprises and households'),
('FINANZEN', 'Public finances'),
('AUSSENWIRTSCHAFT', 'External sector'),
('EURORAUM', 'Euro-area aggregates'),
('IWF', 'IMF related data'),
('FINANZSTAB', 'Financial stability'),
])
# Topics extracted from
# https://www.bundesbank.de/en/statistics/time-series-databases/-/help-on-the-time-series-databases-750894#tar-9
TOPICS = {
"BANKEN": "Banks and other financial corporations",
"KONJUNKTUR": "Economic activity and price",
"UNTERNEHMEN": "Enterprises and households",
"WECHSELKURSE": "Exchange rates",
"AUSSENWIRTSCHAFT": "External sector",
"FINANZSTAB": "Financial stability",
"GESAMT": "Macroeconomic accounting systems",
"GELD": "Money and capital markets",
"FINANZEN": "Public finances",
"INDIKATOR": "Sets of indicators",
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment