Metadata-Version: 2.1
Name: ofxstatement-otp
Version: 0.1.0
Summary: ofxstatement plugin for the Hungarian bank OTP
Home-page: https://github.com/gyp/ofxstatement-otp
Author: Peter Gyongyosi
Author-email: gypeter@gmail.com
License: AGPLv3
Keywords: ofx,banking,statement
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

~~~~~~~~~~~~~~~~~~~~~~~~~~~
OTP plugin for ofxstatement
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Plugins to read statements provided by OTP (https://www.otpbank.hu).

Current plugin
==============

It's a fork and adaptation of https://github.com/Jacotsu/ofxstatement-intesasp

Legacy plugins
==============

The plugins with "legacy" in their names parse the files exported by the previous
version of OTP's netbank. That version is no longer available since September 2021.

The exported XMLs are pretty much conformant to CAMT.053 (ISO-20022),
with some extra information thrown in here and there, or some missing data
in some other places. The 'otp' plugin handles these types of exports.

For some weird reason credit card statements differed from debit
card statements and can only be exported in CSV format. The 'otp_credit'
plugin handles such exports.

The XML part is pretty much a copy-paste of https://github.com/kedder/ofxstatement-iso20022
at commit 6cd6d0317a801d466efb30322ab4d71a10771454 with modifications to accomodate 
the idiosyncracies of OTP exported XMLs. The CSV side is some basic wrapping over
the built-in CSVStatementParser.

Editing the plugin
===================

You can follow the instructions at https://github.com/kedder/ofxstatement-sample
if you want to make changes to this plugin. Pull requests are welcome!


