Closed exu-g closed 1 year ago
FYI, wise (wise.com) also offers an export in the format of CAMT.053 and those exports have the same error regarding IBAN.
Just FYI: I have made #14 which also incorporates your changes.
Thanks @henk84 for making the PR and with #17 merged I can confirm camt.053 files to be working.
Swiss banks use a subset of iso20022 and created a spec around that.
camt.053.001.08 specifically is used for bank to customer statements.
Trying to convert a statement with this plugin resulted in the error below:
I've gone ahead and fixed the issues I could see on my own fork. (branch "rs-master")
Conversion is working and as far as I can tell correct.
https://github.com/RealStickman/ofxstatement-iso20022/tree/rs-master
I'd like to make a PR here to get these changes upstream, if that's ok with you.
The tests in this repo passed for me.
Specification:
Swiss Payment Standards 2022 Chapter 4.1 discusses the schema and field mappings for camt.053
Sample:
I've already redacted sensitive information in the file, hopefully well enough.