Metadata-Version: 2.1
Name: ofxstatement-seb
Version: 1.0.0
Summary: ofxstatement plugins for SEB
Home-page: https://github.com/themalkolm/ofxstatement-seb
Author: Alexander Krasnukhin
Author-email: the.malkolm@gmail.com
License: Apache License 2.0
Keywords: ofx,ofxstatement,seb
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

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

This is a collection of parsers for proprietary statement formats, produced by
`SEB`_. It parses ``Export.xlsx`` file exported from internet bank.

It is a plugin for `ofxstatement`_.

.. _SEB: http://seb.se
.. _ofxstatement: https://github.com/kedder/ofxstatement

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

There is only one configuration option ``brief``. Turn it on if you want to parse description
and replace it with the actual card description while stripping off any know additional
data e.g:

``WIRSTRÖMS PU/14-12-31`` -> ``WIRSTRÖMS PU``

Why? This way similar transactions will have similar descriptions and it will allow you to
group transactions using simple text grouping. Otherwise date suffixes will prevent this and
make every transaction description unique.

Locale
======

You can configure exact locale to use during parsing. Here is example how to configure it
shown as default configuration you always have.

.. code-block::

    [default]
    plugin = seb
    locale = sv_SE

Example
=======

.. code-block::

    [seb]
    plugin = seb
    brief = 1
