NAME

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

VERSION

version 0.009

SYNOPSIS

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

# For all the options, please see
# Finance::Tax::Aruba::Role::Income::TaxYear
my %opts = (
    income => 7000
);

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

DESCRIPTION

Factory for tax calculations

SUPPORTED YEARS

All the years from 2020 up to 2023 are supported.

METHODS

tax_year

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

SEE ALSO

Finance::Tax::Aruba::Role::Income::TaxYear

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