Rogers Bank credit card OFX exports are missing the standard OFXHEADER:100 header and instead immediately starts with <OFX>. I suspect this would be easy enough to fix in guessVersion by returning false if b starts with <OFX>. I can work around this easy enough myself by prepending a standard header (i.e. everything parses correctly otherwise).