Ruby bai2

From wikinotes

Bai2 files are sent from banks with information about all of the transactions they have processed.

Documentation

github https://github.com/venturehacks/bai2

Usage

bai2.groups.each do |group|
  group.accounts.each do |account|
    p account.transactions
  end
end