Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
buba-fetcher
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
buba-fetcher
Commits
abe1f187
Commit
abe1f187
authored
5 years ago
by
Pierre Dittgen
Browse files
Options
Downloads
Patches
Plain Diff
Update topics list
parent
ae70a46f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buba_common.py
+14
-11
14 additions, 11 deletions
buba_common.py
with
14 additions
and
11 deletions
buba_common.py
+
14
−
11
View file @
abe1f187
...
...
@@ -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
"
,
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment