Until Chase sorts it out. A work-around: a python program to fix up the <FITID>NONE issue
Download from https://bitbucket.org/hleofxquotesteam/hleofxquotes/downloads/
To run
$ python fixChaseFitidNone.py -i Chase1234_Activity20190205.QFX -o out.qfx> Reading from Chase1234_Activity20190205.QFX< Writing to out.qfx
Import to Money using the fix-up file out.qfx
What fixChaseFitidNone.py does? it replace <FITID>NONE with a hash value which is based on the all the lines representing the transaction. The advantage of using this is that if you happens to download the same set of transactions, after fix up, you will get the exact same FITID.
IMPORTANT: Once Chase fix up their ends, if you download transactions that already been "fixed up", Money will show duplicate because the FTID from Chase is NOT going to be the same that of the hash value I calculated.
Best,