ofxstatement-iso20022

ISO-20022 plugin for ofxstatement


Keywords
ofx, banking, statement, iso-20022
License
GPL-3.0
Install
pip install ofxstatement-iso20022==0.7.0

Documentation

ISO-20022 plugin for ofxstatement

https://travis-ci.org/kedder/ofxstatement-iso20022.svg?branch=master

Plugin to read ISO-20022 formatted statements.

Plugin supports the following configuration options:

  • currency: Account currency. In case currency is not specified in ISO20022 statement, you can specify it with this setting. Only statement lines with account currency will be included in OFX files.
  • iban: Account IBAN. In case the IBAN is not specified in the ISO20022 statement, you need to specify this option.

Currently implementation is very trivial and naive. If it doesn't work for you, feel free to improve it or file a bug on github with sample (anonymized) state file.