Skip to content

frankIT/ofxstatement-fineco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxstatement-fineco

This is a parser for the statement file produced from the italian bank Fineco. It's written as a plugin for ofxstatement, which handle the writing of the standard OFX file.

ofxstatement is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash or any other standard-friendly accounting sofware.

It basically give you the freedom to use any accounting program you like, without the need of propretary software that is sometimes advertised by the banks, as the italian Fineco do with its MoneyMap.

a use case

You can import in HomeBank few years of your bank account history at once, then categorize all the in/outcome in bulk with text matching rules on the memo/info field. So in a few minutes you can analyze your money flow over time through graphical charts.

how

$ ofxstatement convert -t fineco file.xls file.ofx

install

$ pip3 install ofxstatement-fineco

about the parsing

  • A semi-unique id is generated for any transaction through a ofxstatement's native method.
  • The ofx transaction type are set to generic DEBIT or CREDIT according to the in/outcome field.
  • The only other two type set are XFER and CASH, when the transaction is evaluated respectively as a bank transfer or a withrawal
  • The full description available is set to the memo field.
  • Optionally the memo field could be duplicated on the payee/<NAME> one, to match a specific HomeBank limit during ofx import.
  • The "Money Map" coulum, if found in the savings statement, will be appended to the memo field.

The plugin support both the xls file available from Fineco: the one from your savings, and the one from your debit/credit cards. The debit card top-ups log it's not supported by purpose, since the same transactions are present in the savings statement. I'm not aware of other statement files available from Fineco bank, if you do please send me a sample file, or feel free to contribute.

Simliar old projects

fineco2qif, fineco2kmymoney

About

This is a parser for the statement file produced from the italian bank Fineco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published