NAME

Business::RO::TaxDeduction::Table - Deduction table by year

VERSION

version 0.012

SYNOPSIS

use Business::RO::TaxDeduction::Table;

my $tax = Business::RO::TaxDeduction::Table->new(
    year    => 2018,
    persons => 1,
    vbl     => 1950,
);
my $amount = $tax->deduction;

DESCRIPTION

Data module. This module holds data used for calculating the tax deduction for the changes made for the year 2018;

INTERFACE

ATTRIBUTES

vbl

_deduction_table_2018_0

_deduction_table_2018_1

_deduction_table_2018_2

_deduction_table_2018_3

_deduction_table_2018_4

_deduction_map

INSTANCE METHODS

deduction

AUTHOR

Ștefan Suciu <stefan@s2i2.ro>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Ștefan Suciu.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.