This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
ofx-parser
/
1.1.0.af2
ofx-parser 1.1.0.af2
Install from the command line:
Learn more about RubyGems packages
$ gem install ofx-parser --version "1.1.0.af2"
Install via Gemfile:
source "https://rubygems.pkg.github.com/appfolio" do
gem "ofx-parser", "1.1.0.af2"
end
About this version
== 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 http://www.eeoc.gov/stats/jobpat/siccodes.html
- Monetary amounts can be retrieved either as a raw string, or in pennies.
- Supports OFX timestamps.