- enter MONGOCON in .env file to connect to mongodb of choice
- run import_jpy_rate.py to download exchange rate and fill DB
- download Depotumsaetze.csv from flatex -> depotumsaetze -> zeitraum start .. heute -> export csv
- run import_depot.py to sanitize the data and fill DB. Running multiple times is no problem, not creating double entries
- enter MONGOCON in .env file to connect to mongodb of choice
- run import_jpy_rate.py to download exchange rate and fill DB
- download dkb statements up to the final rate of a certain quartal
- run import dkb_giro & import_dkb_cc
- run export_trans_dkb_giro && export_trans_dkb_cc
- build_current_depot -> read transactions add / remove stock to build a readable history. Especially, create Sale history with date / exchange rate bought at. Considering "FIFO" of stocks when buying / selling partials