Adam Spiers > Finance-Bank-LloydsTSB-1.35 > Finance::Bank::LloydsTSB::Account

Download:
Finance-Bank-LloydsTSB-1.35.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 1.35   Source  

NAME ^

Finance::Bank::LloydsTSB::Account -

SYNOPSIS ^

synopsis

DESCRIPTION ^

description

fetch_statement

Fetches a Finance::Bank::LloydsTSB::Statement object representing the latest statement page.

download_statement($year, $month, $day, $duration)

Downloads a statement in QIF format for time period starting on the given date, and returns it in a scalar.

Duration options are taken from the website's HTML:

    <option value="1">This date only</option>
    <option value="2">+/- 1 week</option>
    <option value="3">+/- 2 weeks</option>
    <option value="4">+/- 3 weeks</option>
    <option value="5">+ 1 month</option>
    <option value="6">+ 2 months</option>
    <option value="7">+ 3 months</option>

e.g. 5 for 1 month's worth of QIF transactions.