Bank::RMD

Perl extension for calculating the RMD for IRAs
Download

Bank::RMD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tyler Hardison
  • Publisher web site:
  • http://search.cpan.org/~thardison/

Bank::RMD Tags


Bank::RMD Description

Perl extension for calculating the RMD for IRAs After retirement age, the IRS requires IRA owners to begin taking a minimum distribution. Called the Required Minimum Distribution, this table is big and cumbersome to calculate on your own.SYNOPSIS use warnings; use strict; use Bank::RMD; # Using OO my $calc = new Bank::RMD; my $rmd = $calc->calculate( ownerAge => 75, balance => 500000 ); # Will use universal table; .. OR .. my $rmd = $calc->calculate( ownerAge => 79, beneficiaryAge => 65, balance => 500000 ); # Will use joint table because beneficiary is > 10 years younger. print $rmd->divisor; # Will show the divisor used print $rmd->rmd; # Will show the RMD calculated. Requirements: · Perl


Bank::RMD Related Software