isaacharrisholt / quiffen

Quiffen is a Python package for parsing QIF (Quicken Interchange Format) files.
MIT License
30 stars 23 forks source link

investment - Unknown line code G #66

Open WolfgangFahl opened 11 months ago

WolfgangFahl commented 11 months ago

seems to be some obscure 1.0000 factor.

Propose to ignore:

 elif line_code == "G":
                # found in Finanzmanager 2020 imports
                # seems to be some factor that is mostly/always 1
                # G1.000000
                pass
isaacharrisholt commented 11 months ago

See https://github.com/isaacharrisholt/quiffen/issues/64#issuecomment-1765207802