A B C D E G I L P R T V W Y

C

calcDeductions(EmployeeData) - Method in interface com.met.cptl.Cptl
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).
calcDeductions(EmployeeData) - Method in class com.met.cptl.CptlManager
 
calcIndexedTD1Claim(int, int) - Method in interface com.met.cptl.Cptl
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).
calcIndexedTD1Claim(int, int) - Method in class com.met.cptl.CptlManager
 
calcIndexedTD1PClaim(String, int, int) - Method in interface com.met.cptl.Cptl
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).
calcIndexedTD1PClaim(String, int, int) - Method in class com.met.cptl.CptlManager
 
calcType - Variable in class com.met.cptl.EmployeeData
Calculation type: (required) 1 = Regular salary/wages; 2 = pension; 3 = bonus; 4 = retroactive pay; 5 = commission
CalculationType - Enum in com.met.cptl
 
cntPP - Variable in class com.met.cptl.EmployeeData
Number of pay periods covered by current payroll (optional) Default = 1
com.met.cptl - package com.met.cptl
 
commAmount - Variable in class com.met.cptl.EmployeeData
Current payroll - commission pay amount.
CppEarnings - Variable in class com.met.cptl.CptlResult
The calculated CPP/QPP pensionable earnings for the current payroll.
Cptl - Interface in com.met.cptl
 
CptlException - Exception in com.met.cptl
 
CptlException() - Constructor for exception com.met.cptl.CptlException
The default constructor.
CptlException(String) - Constructor for exception com.met.cptl.CptlException
The classes constructor.
CptlManager - Class in com.met.cptl
 
CptlManager() - Constructor for class com.met.cptl.CptlManager
 
CptlResult - Class in com.met.cptl
 
CptlResult() - Constructor for class com.met.cptl.CptlResult
 
CRA_F1 - Variable in class com.met.cptl.EmployeeData
Authorized annual taxable deductions - authorized by tax dept (requires letter on file); Optional -> if null, default = 0.
CRA_K3 - Variable in class com.met.cptl.EmployeeData
Authorized additional non-refundable personal tax credit amount - authorized by tax dept.
CRA_K3P - Variable in class com.met.cptl.EmployeeData
Other Provincial credits authorized by tax services office
CRA_Y - Variable in class com.met.cptl.EmployeeData
Additional provincial or territorial tax reduction based on applicable amounts reported on the provincial or territorial Form TD1(P).

A B C D E G I L P R T V W Y