Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.178.118 Times

Structured Finance software
Filter: All | Freeware | Demo
 

Structured Finance

< 1 2 3 4 5 > 
Added: May 07, 2010 | Visits: 1.511

Finance::InteractiveBrokers::TWS Finance::InteractiveBrokers::TWS is a Perl module that lets you talk to Interactivebrokers Traders Workstation using Perl. This module is a wrapper around InteractiveBrokers Traders Workstation (TWS) Java interface, that lets one interact with the TWS using Perl, via the vendor supplied API....



Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): Finance::InteractiveBrokers::TWS Download

Added: October 21, 2010 | Visits: 1.058

GNOME Structured File Library GNOME Structured File Library is a utility library for reading and writing structured file formats. Support for MS OLE2 streams is complete, as is zip import. There is also support for document metadata and some initial work on decompressing VBA streams in OLE files for future conversion to...





Platforms: *nix

License: Freeware Size: 716.8 KB Download (94): GNOME Structured File Library Download

Added: August 17, 2010 | Visits: 964

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: July 16, 2010 | Visits: 1.680

Finance::Currency::Convert::Yahoo Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo. SYNOPSIS use Finance::Currency::Convert::Yahoo; $Finance::Currency::Convert::Yahoo::CHAT = 1; $_ = Finance::Currency::Convert::Yahoo::convert(1,USD,GBP); print defined($_)? "Is $_n" : "Error."; exit; #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Finance::Currency::Convert::Yahoo Download

Added: August 16, 2010 | Visits: 991

XML::Structured XML::Structured is a simple conversion API from XML to perl structures and back. SYNOPSIS use XML::Structured; $dtd = [ element => attribute1, attribute2, [], element1, [ element2 ], [ element3 => ... ], [[ element4 => ... ]], ]; $hashref = XMLin($dtd, $xmlstring); $hashref...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): XML::Structured Download

Added: November 20, 2010 | Visits: 895

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: November 09, 2010 | Visits: 1.093

MKDoc::Text::Structured::Inline MKDoc::Text::Structured::Inline is a Perl module to convert text to HTML without handling block-level tags. SYNOPSIS my $text = some_structured_text(); my $this = MKDoc::Text::Structured::Inline::process ($text); my $that = MKDoc::Text::Structured::Inline::process_entities_only ($text);.


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): MKDoc::Text::Structured::Inline Download

Added: May 06, 2010 | Visits: 1.464

Finance::Bank::HDFC Finance::Bank::HDFC project provides an interface to the HDFC netbanking service.. Get Google-Adwords at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. This Perl Module provides a simple to use API for the Google Adwords SOAP...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (114): Finance::Bank::HDFC Download

Added: September 22, 2010 | Visits: 1.024

Finance::Quote::Yahoo::Base Finance::Quote::Yahoo::Base is a Perl module with common functions for fetching Yahoo info. SYNOPSIS Base functions for use by the Finance::Quote::Yahoo::* modules. This module is not called directly, rather it provides a set of base functions which other Yahoo-related modules can use. If...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (99): Finance::Quote::Yahoo::Base Download

Added: July 15, 2010 | Visits: 1.409

Finance::Quote::Yahoo::Asia Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok. %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only. This module fetches...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::Asia Download

Added: October 23, 2010 | Visits: 1.266

Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("europe","12150.PA"); # Failover to other methods ok. %info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only. This...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (101): Finance::Quote::Yahoo::Europe Download

Added: January 15, 2010 | Visits: 1.310

BADGER finance 1.0 Beta BADGER finance is an open source financial management application for end users. BADGER finance is written in php, ajax and sql. The goal is to regain control over your personal financial situation. BADGER is free software in the sense of the GNU GPL license. The vision for BADGER finance was...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (131): BADGER finance 1.0 Beta Download

Added: June 24, 2010 | Visits: 2.545

Finance::Bank::NL::CLIEOP03 Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks. SYNOPSIS use Finance::Bank::NL::CLIEOP03; $c = Finance::Bank::NL::CLIEOP03->new; $batch = $c->batch ( account => 1234567, sender_name => My Company, type =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (244): Finance::Bank::NL::CLIEOP03 Download

Added: July 03, 2010 | Visits: 759

Finance::BDT Finance::BDT is a Perl module that implements BDT yield curve model. SYNOPSIS use Finance::BDT; use Data::Dumper my @y = (0, 0.0283, 0.029, 0.0322, 0.0401, 0.0435, 0.0464, 0.0508, 0.0512); ## YTM on strips my $vol = 0.20; ## constant volatility my $epsilon = 0.01; my ($r, $d, $A) =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Finance::BDT Download

Released: September 10, 2010  |  Added: September 25, 2010 | Visits: 1.210

Flair Finance Flair Finance is an easy personal finance application for home users that lets you track your receipts and expenditures, and give you a clear illustration of where your money is going. Flair Finance is a handy, easy-to-use personal finance software that lets you track your receipts and...


Platforms: Windows, Mac

License: Shareware Cost: $24.95 USD Size: 2.71 MB Download (114): Flair Finance Download

Released: January 23, 2018  |  Added: February 04, 2018 | Visits: 1.194

Boachsoft Finance Take control of your personal finances and save time with Boachsoft Finance an excellent personal finance software. Manage your personal finances without having to deal with annoying accounting jargon in an excellent environment. Illuminate your finances with insightful reports which can be just...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $39.99 USD Size: 2.08 MB Download (111): Boachsoft Finance Download

Released: September 28, 2011  |  Added: October 18, 2011 | Visits: 1.016

ASC School Finance Controller School Finance Controller is specially developed for school & other institutional organization. This fulfills all the requirements related to accounts up to Profit & Loss and Balance Sheet. Fees module is very easy in use and very fast in operating. Bank Challan for Students can also be printed...


Platforms: Windows

License: Shareware Cost: $120.00 USD Size: 12.53 MB Download (117): ASC School Finance Controller Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 513

Fortora Fresh Finance for Mac OS The straightforward personal finance software for everyone. With Fortora Fresh Finance you can easily manage your personal finance-related tasks, such as balancing the checkbook, keeping track of credit cards, bill reminders, budgets and more. And you can easily generate reports to see where your...


Platforms: Mac

License: Freeware Size: 15 MB Download (56): Fortora Fresh Finance for Mac OS Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 666

Finance Explorer Portable Finance Explorer Portable is personal finance software compatible with MS Money and Quicken downloads so you can download your transactions from almost any bank. Never have to type them in. Finance Explorer Portable will enable you to download transactions. The software includes an intuitive...


Platforms: Windows

License: Freeware Download (47): Finance Explorer Portable Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 859

Personal Finance Assistant Personal Finance Assistant can store, manage, track and analyze all your personal and finance related needs .This utility is answer to most of your personal and finance information storage and analysis needs. You can store, manage, track and analyze all your personal and finance related...


Platforms: Windows

License: Freeware Size: 7.2 MB Download (52): Personal Finance Assistant Download

< 1 2 3 4 5 >