> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Requirement Object

> The Requirement object lists information Zeal needs from an employer to complete tax setup, filing, or payment for a jurisdiction.

| Attribute     | Type   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `companyID`   | string | ID of company                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `type`        | string | Type of requirement. Holds one of the following values: `sit_payment` / `sui_payment` - the SIT + SUI payment portions of the tax setup page list the information and steps needed from employers to make timely payment for that tax; requirements vary by jurisdiction, employer category, and tax type, and often include a state tax ID number, deposit frequency, tax rate, and legal documents granting Zeal authority to make payments on the employer's behalf. `sit_filing` / `sui_filing` - the filings portion of the tax setup page lists the information Zeal needs to promptly file employment tax returns with relevant tax agencies, commonly including portal access instructions and filing frequency. `local_misc` - the local and miscellaneous section contains the list of items Zeal requires to calculate, withhold, and remit local-level taxes, such as rates, deposit frequencies, exemption status, and tax ID numbers. |
| `state`       | string | The corresponding state related to this requirement, represented by the two-letter state abbreviation (if applicable)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `name`        | string | Name, or title, of the requirement                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `description` | string | Description of the requirement                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

```json theme={null}
{
  "companyID": "24b5b29f07924840b119c34c1358940c",
  "description": "Missing SUI Filings Information in Georgia",
  "name": "SUI Filings",
  "state": "GA",
  "type": "sui_filing"
}
```
