When attempting to import and convert the attached ofx file using
parser = OFXTree()
with open("./test1.ofx", "rb") as fh:
parser.parse(fh)
parser.convert()
I get the following error
OFXSpecError('OFX(signonmsgsrqv1=None, signonmsgsrsv1=None): must contain exactly 1 of [['signonmsgsrqv1', 'signonmsgsrsv1']] (not 0)')
I suspect it is a formatting issue on my side. The tag <signonmsgsrsv1> exists in the document but the error suggests it is not found.
test1.ofx.txt