Bundle::Math::Financial - Bundle of modules related to financial mathematics


Bundle-Math-Financial documentation Contained in the Bundle-Math-Financial distribution.

Index


Code Index:

NAME

Top

Bundle::Math::Financial - Bundle of modules related to financial mathematics

SYNOPSIS

Top

 perl -MCPAN -e 'install Bundle::Math::Financial'

CONTENTS

Top

Finance::Calc::Performance

Math::Business::BlackScholes

Math::Business::EMA

Math::Business::MACD

Math::Business::SMA

Math::Calc::Euro

Math::Currency

Math::Financial

DESCRIPTION

Top

This is a bundle of modules related to financial mathematics.

Please have a look at Bundle::Math.

If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org.

AUTHOR

Top

Steffen Mueller <bundlemath-module at steffen-mueller dot net>


Bundle-Math-Financial documentation Contained in the Bundle-Math-Financial distribution.

package Bundle::Math::Financial;
use strict;
use warnings;

$VERSION = '1.01';

1;

__END__