Class: BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::Current::V_2015_03_03

Inherits:
Base
  • Object
show all
Defined in:
lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/Current/V_2015_03_03.rb

Overview

HTML statement parsing for The Co-operative Bank current accounts.

This version is named 2015-03-03 because around that time the statement format changed. If you experience an error trying to process old statements (i.e. statements downloaded before this date), please try using a different parser.

Direct Known Subclasses

Savings::V_2015_03_03

Constant Summary collapse

TH =
Hash[{
  :date       => 'Date',
  :desc       => 'Transaction',
  :deposit    => 'Money in',
  :withdrawal => 'Money out',
  :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

#account, #balance, #bank, #currency, #transactions

Methods inherited from Base

#initialize

Methods inherited from Base

formats, inherited, #parse

Constructor Details

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