Skip to content

gintsmurans/ofxstatement-latvian

Repository files navigation

This is a plugin for ofxstatement_ to parse and convert proprietary bank statements of certain banks in Latvia to OFX_ files.

Statements from these banks are currently supported:

  • Swedbank_ - CSV, FIDAVISTA xml files
  • DNB_ - FIDAVISTA xml files
  • Citadele_ - FIDAVISTA v1.2 xml files
  • SEB_ - CSV files

.. _ofxstatement: https://github.com/kedder/ofxstatement .. _OFX: http://en.wikipedia.org/wiki/Open_Financial_Exchange .. _Swedbank: https://www.swedbank.lv/ .. _DNB: https://www.dnb.lv/ .. _Citadele: http://www.citadele.lv/ .. _SEB: http://www.seb.lv/

Development

To run locally and edit the code, do the following:

python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"

Also for imports to work, temporary rename init.py inside of ofxstatement folder to something else.