Class: BankAccountStatement::Inputs::TXT::CPBKGB22::Business::Current::V_2015_12_06

Inherits:
Base
  • Object
show all
Defined in:
lib/bank-account-statement/inputs/TXT/CPBKGB22/Business/Current/V_2015_12_06.rb

Overview

TXT statement parsing for The Co-operative Bank business current accounts.

Constant Summary collapse

TH =
Hash[{
  :date       => 'DATE',
  :desc       => 'DESCRIPTION',
  :withdrawal => 'WITHDRAWALS',
  :deposit    => 'DEPOSITS',
  :balance    => 'BALANCE',
}.map { |k, v| [k, v.freeze] }].freeze

Constants inherited from Base

Base::ACCOUNT_TYPE

Constants inherited from Base

Base::FILE_EXT

Method Summary

Methods inherited from Base

#balance, #bank

Methods inherited from Base

#account, #currency, #transactions

Methods inherited from Base

#initialize

Methods inherited from Base

formats, inherited, #parse

Constructor Details

This class inherits a constructor from BankAccountStatement::Inputs::TXT::Base