StandardTax implements the common percentage based tax rule, absolute taxes and combinations of these. In other words, it is a linear function of the taxable amount n:
t = p*n + a.
Definition at line 94 of file tax.h.
Implements OSB_LIB::Tax.
std::ostream& OSB_LIB::StandardTax::write | ( | std::ostream & | ) | const [virtual] |
Implements OSB_LIB::Tax.
Decimal OSB_LIB::StandardTax::absolute_ [private] |
Decimal OSB_LIB::StandardTax::percentage_ [private] |