Click here to get back home

RFC: New Module: Finance::OFX

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
RFC: New Module: Finance::OFX Brandon Fosdick 03-03-2008
Posted by Brandon Fosdick on March 3, 2008, 8:18 pm
Please log in for more thread options
This is my first public Perl module and I could use comments on every aspect of
it. Feel free to rip it to pieces.

The Finance::OFX module is an implementation of an Open Financial Exchange
client. At the moment it can be used to query account information and
transaction statements from financial institutions supporting OFX version 1.
Eventually it should be able to handle all OFX v1 and v2 operations, as well as
load saved files (in case you're like me and have several years worth of
manually downloaded ofx files).

I'm not clear on the bit about registering namespaces on PAUSE. I submitted a
registration for Finance::OFX; do I also need to register everything in the
distribution (response objects, etc)?

http://bfoz.net/projects/p5-Finance-OFX-20080303.tar.gz

SYNOPSIS
use Finance::OFX;
use Finance::OFX::Institution;

my $fi = Finance::OFX::Institution->new(ORG => $org, FID => $fid, URL =>
$url);
my $ofx = Finance::OFX->new(userID=>$user, userPass=>$pass, Institution =>
$fi);
my @accounts = $ofx->accounts;

Any and all comments and suggestions will be appreciated.

Similar ThreadsPosted
[ANNOUNCE] Finance::Bank::HDFC version 0.01 November 22, 2005, 1:57 pm
[ANNOUNCE] Finance::Bank::HDFC version 0.03 January 5, 2006, 12:48 pm
[ANNOUNCE] Finance::Bank::HDFC version 0.12 February 28, 2006, 6:55 am
[RFC] Finance::Accounts -- an abstraction above account-specific modules July 6, 2006, 7:56 pm
Lower case module name for non-pragma module January 4, 2005, 10:19 am
RFC: New module 'Module::Bundled::Files' August 26, 2005, 3:49 pm
help with an MD5.pm module!! September 3, 2005, 11:39 pm
Looking for RTP module December 9, 2004, 9:17 pm
module for FFT May 9, 2005, 3:06 pm
Module may not be right one? April 27, 2006, 12:57 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap