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
value = object.getFilingStatus()
object.setFilingStatus(value)
object is a TaxControl instance.
value is a FilingStatus enum or integer variable or expression.
Details
Value | Description |
---|---|
0 | Single |
1 | Head of Household |
2 | Qualified Widow(er) |
3 | Married filing jointly |
4 | Married filing separately |
5 | Married, 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.