calcDeductions(EmployeeData empInfo) returns a CptlResult object
with results of calculated required CRA payroll deductions, including
deduction amounts for Canada Pension Plan (CPP), Employment Insurance
(EI), and Income Tax (federal and Provincial/Territorial,
excluding Quebec).
calcIndexedTD1Claim(int TD1BaseClaim, int TD1NoIndexAmount) returns
the current year's indexed federal TD1 Claim Amount for the specified
previous year TD1 total claim amount (TD1BaseClaim) and non-indexable
previous year TD1 claim amount (TD1NoIndexAmount).
calcIndexedTD1PClaim(String aProv, int TD1PBaseClaim, int TD1PNoIndexAmount)
returns the current year's indexed provincial/territorial TD1P Claim
Amount for the specified province (aProv), previous year TD1P total
claim amount (TD1PBaseClaim) and non-indexable previous year TD1P
claim amount (TD1PNoIndexAmount).