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.