NAME

Finance::Tax::Aruba::Income - Income tax calculations for Aruba

VERSION

version 0.005

SYNOPSIS

use Finance::Tax::Aruba::Income;

my %opts = (
    income => 7000
);

my $calc = Finance::Tax::Aruba::Income->tax_year(2020, %opts);

DESCRIPTION

Factory for tax calculations

SUPPORTED YEARS

Currently only the year 2020 is supported.

METHODS

tax_year

Factory method to create the correct calculator for a given tax year

AUTHOR

Wesley Schwengle <waterkip@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Wesley Schwengle.

This is free software, licensed under:

The (three-clause) BSD License