RubyGems.org

ofx-parser

1.1.0

DESCRIPTION:

ofx-parser is a ruby library to parse a realistic subset of the lengthy OFX 1.x specification.

FEATURES/PROBLEMS:

  • Reads OFX responses - i.e. those downloaded from financial institutions and puts it into a usable object graph.

  • Supports the 3 main message sets: banking, credit card and investment accounts, as well as the required ‘sign on’ set.

  • Knows about SIC codes - if your institution provides them. See www.eeoc.gov/stats/jobpat/siccodes.html

  • Monetary amounts can be retrieved either as a raw string, or in pennies.

  • Supports OFX timestamps.

installgem install ofx-parser
Authors

Andrew A. Smith

5,599 total downloads 1,674 for this version
Owners

3e0a00153a14c1c242be6f05f10fbdd5

Gemfile
gem "ofx-parser", "~> 1.1.0"
Versions
  1. 1.1.0 December 12, 2011
  2. 1.0.2 May 12, 2008
  3. 1.0.1 July 2, 2007
  4. 1.0.0 June 26, 2007
Runtime Dependencies
  1. hpricot >= 0.6
Development Dependencies
  1. hoe ~> 2.12