libghc-ofx-prof

Parser for open financial exchange (ofx) financial data; profiling libraries
  http://www.github.com/massysett/ofx
  0
  no reviews



A parser for open financial exchange (ofx) financial data. this handles ofx version 1.03, which is documented at http://www.ofx.net/ . this also handles qfx, which is ofx plus some minor additions made by intuit, the publishers of quicken.

the parser will place all the data into a tree, which you can query for whatever data you may need, although you will need to be familiar with the ofx spec to do this. there is also a transaction type which you can easily parse from the tree; this will contain most, if not all, of the data you will be interested in if your ofx file is from a bank or credit card account.

this package provides a library for the haskell programming language, compiled for profiling. see http://www.haskell.org/ for more information on haskell.