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

NAME

Finance::OFX::Institution - Object representation of an Open Financial Exchange Financial Institution

SYNOPSIS

 use Finance::OFX::Institution
 
 my $fi = OFX::Institution->new(URL => $url);
 $fi->language($lang);
 $fi->org($org);

DESCRIPTION

Finance::OFX::Institution encapsulates information about an OFX Financial Institution.

CONSTRUCTOR

$fi = Finance::OFX::Institution->new( %options )

Constructs a new Finance::OFX::Institution object and returns it. Key/value pair arguments may be provided to set up the initial state. The following options are recognized:

   Key                  Default
   -----------          --------------------
   Date                 28800 (UNIX time for 1970-01-01)
   FID                  undef
   language             ENG
   ORG                  undef
   URL                  undef

ATTRIBUTES

$fi->date
$fi->date( $fi )

Get/Set the last-update date of the Financial Institution information.

$fi->fid
$fi->fid( $fid )

Get/Set the Financial Institution's FID.

$fi->language
$fi->language( $user )

Get/Set the OFX language code.

$fi->org
$fi->org( $pass )

Get/Set the OFX organizaton code.

$fi->url
$fi->url( $pass )

Get/Set the URL for the Institution's OFX server.

SEE ALSO

http://ofx.net

WARNING

From Finance::Bank::LloydsTSB:

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

Brandon Fosdick, <bfoz@bfoz.net>

COPYRIGHT AND LICENSE

Copyright 2008 Brandon Fosdick <bfoz@bfoz.net>

This software is provided under the terms of the BSD License.