Skip to content

FilingStatus

This property indicates the employee’s filing status. This value is used by federal income tax as well as some state taxes. Possible values are:

Syntax

value = object.FilingStatus

object.FilingStatus = value

object is a TaxControl instance.

value is a FilingStatus enum or integer variable or expression.

Details

ValueDescription
0Single
1Head of Household
2Qualified Widow(er)
3Married filing jointly
4Married filing separately
5Married, both spouses employed

Note: Some jurisdictions don’t recognize all of the above status values. In such cases, apropriate conversions are performed by the formula. For example, for some states, a FilingStatus value of 4 or 5 is treated as Single.