This is the error message while reading a deGiro CSV with just share transactions:
File ".../ofxstatement-dutch/src/ofxstatement/plugins/nl/degiro.py", line 146, in parse
stmt.start_date = min(sl.date for sl in stmt.lines)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: min() iterable argument is empty
This is the error message while reading a deGiro CSV with just share transactions: