Metadata-Version: 2.1
Name: ofxstatement-lfs
Version: 0.0.1
Summary: ofxstatement plugins for Lansforsakringar
Home-page: https://github.com/themalkolm/ofxstatement-lfs
Author: Alexander Krasnukhin
Author-email: the.malkolm@gmail.com
License: MIT
Keywords: ofx,ofxstatement,lfs,lansforsakringar
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: ofxstatement
Requires-Dist: xlrd

.. image:: https://travis-ci.org/themalkolm/ofxstatement-lfs.svg?branch=master
    :target: https://travis-ci.org/themalkolm/ofxstatement-lfs

ofxstatement-lfs
================

This is a collection of parsers for proprietary statement formats, produced by
`Länsförsäkringar`_. It parses ``Kontoutdrag.xls`` file exported from internet bank.

It is a plugin for `ofxstatement`_.

.. _Länsförsäkringar: https://www.lansforsakringar.se
.. _ofxstatement: https://github.com/kedder/ofxstatement

It is possible to use this plugin as a docker container. Instructions are `here <./DOCKER.rst>`_.

Input
=====

Länsförsäkringar doesn't export account id in the statement. This means you need to explicitly provide it during
parsing as otherwise you get a blank account id. You can either provide it via env variable ``OFX_ACCOUNT_ID`` or
it will be asked during parsing automatically.

Configuration
=============

You can change default configuration if you want, here are the defaults:

.. code-block::

    [lfs]
    plugin = lfs
    locale = sv_SE
    bank_id = LFS
    currency = SEK
