Some tax calculations involve annual caps in determining the TaxAmount. In order for these caps to be applied correctly, all previous earnings (i.e., earned before the current pay period) should be entered here. Each tax which uses this information is noted as such in its Instructions property.
As an example, suppose an employee with a biweekly pay period earns $4000 and you would like to compute Social Security tax for the period. If previous earnings are $63,000, and filing status is Single, you would set the following properties:
This employee’s earnings have not surpassed the Social Security annual cap, so the TaxAmount computation will apply the FICA SS percentage to all of the $4000 in Earnings.
If, however, the employee’s YTDEarnings combined with Earnings have surpassed the current annual cap, then only
would be taxable, which means only a portion (or none) of the earnings would be taxed.
value = object.
object. value
Part | Description |
---|---|
object | A TaxControl object. |
value | A float result/expression. |