Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Finance::Bank::Schwab 1.07

    Download button

    No screenshots available
    Downloads: 426  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark V. Grimes | More programs
    Perl Artistic License / FREE
    October 2nd, 2007, 22:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Finance::Bank::Schwab description

    Finance::Bank::Schwab can check your Charles Schwab accounts from Perl.

    Finance::Bank::Schwab can check your Charles Schwab accounts from Perl.

    SYNOPSIS

    use Finance::Bank::Schwab;
    my @accounts = Finance::Bank::Schwab->check_balance(
    username => "xxxxxxxxxxxx",
    password => "12345",
    );

    foreach (@accounts) {
    printf " s : %8s / %8s : USD %9.2fn",
    $_->name, $_->sort_code, $_->account_no, $_->balance;
    }

    This module provides a rudimentary interface to the Charles Schwab site at https://investing.schwab.com/trading/start. You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work. WWW::Mechanize is required.

    CLASS METHODS

    check_balance()
    check_balance( usename => $u, password => $p )

    Return an array of account objects, one for each of your bank accounts.

    OBJECT METHODS

    $ac->name
    $ac->sort_code
    $ac->account_no

    Return the account name, sort code and the account number. The sort code is just the name in this case, but it has been included for consistency with other Finance::Bank::* modules.

    $ac->balance

    Return the account balance as a signed floating point value.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Charles Schwab | bank account | Perl module | Charles | Schwab | finance

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM