filingstatus
This property indicates the employee’s filing status in the compute function call. Possible values are:
| Value | Variable | Description |
|---|---|---|
| 0 | $filingSingle | Single |
| 1 | $filingHeadOfHousehold | Head of Household |
| 2 | $filingWidow | Qualified Widow(er) |
| 3 | $filingMarried | Married filing jointly |
| 4 | $filingSeparate | Married filing separately |
| 5 | $filingBothEmployed | Married, both spouses employed |
You can use either the integer value or the corresponding variable value. For example, you can use 0 or $filingSingle to indicate a single filing status.