The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::Bank::SCSB::TW::CurrencyExchangeRateCollection

SYNOPSIS

    my $rates = Finance::Bank::SCSB::TW::currency_exchange_rate;

    my $usd_rates = $rates->for_currency('usd');

METHODS

for_currency($name)

Given a currency $name, return a sub-set (as an arrayref) of the original exchange rate table.

For a list of currency names, see the table in this page: https://ibank.scsb.com.tw/netbank.portal?_nfpb=true&_pageLabel=page_other12&_nfls=fals

WARNING

This is code for online banking, and that means your money, and that means BE CAREFUL. You are encouraged, nay, expected, to audit the source of this module yourself to reassure yourself that I am not doing anything untoward with your banking data. This software is useful to me, but is provided under NO GUARANTEE, explicit or implied.

AUTHOR

Kang-min Liu <gugod@gugod.org>

Based on Finance::Bank::LloydTSB by Simon Cozens simon@cpan.org, and Finance::Bank::Fubon::TW by Autrijus Tang autrijus@autrijus.org

COPYRIGHT

Copyright 2003,2004,2005,2006,2007,2008,2009 by Kang-min Liu <gugod@gugod.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html