ofxstatement-latvian

Statement parsers for banks operating in Latvia


Keywords
ofx, ofxstatement, banking, statement, latvia
License
GPL-3.0
Install
pip install ofxstatement-latvian==1.6.0

Documentation

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

## 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.