A Tax Election is a relationship between a Tax and a specific Company or Employee. It represents a choice about the applicability of that tax.
{
"id": "txe_abc",
"tax": "tax_12345",
"company": "com_12345",
"employee": "emp_12345", // Only for Employee Tax Elections
"description": "New York State Tax",
"payer": "company",
"jurisdiction": "jur_a0tVPT9vnlUir9LqfB0W",
"jurisdiction_abbreviation": "NY",
"exemptible": true,
"setting": {
"exempt": true,
"effective_start": "2024-01-01",
"effective_end": "2024-12-31"
},
"setting_timeline": [
{
"exempt": false,
"effective_start": "1900-01-01",
"effective_end": "2023-12-31"
},
{
"exempt": true,
"effective_start": "2024-01-01",
"effective_end": "2024-12-31"
},
{
"exempt": false,
"effective_start": "2025-01-01",
"effective_end": null
}
]
}| Attribute | Description |
|---|---|
idstring | Unique identifier for the Tax Election. |
taxstring | Unique identifier for the Tax. |
companystring | Unique identifier for the Company. |
employeestring | Unique identifier for the Employee (only for Employee Tax Elections). |
descriptionstring | Human-readable description for the Tax. |
payerstring | The payer of the tax (company or employee). |
jurisdictionstring | Unique identifier for the tax's Jurisdiction. |
jurisdiction_abbreviationstring | The abbreviation for the Jurisdiction. |
exemptibleboolean | Indicates whether the Tax is exemptible. |
settingobject | The effective setting for the Tax Election. |
setting_timelinelist | The effective dated history of setting objects. |

