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

# DecisionComponentItemStatus

> The processing status of a decision component item in the underwriting workflow.

`ENUM`

The processing status of a decision component item in the underwriting workflow.

## Values

<ResponseField name="ACCEPTED" type="enum">
  The item has been reviewed and accepted by the underwriter.
</ResponseField>

<ResponseField name="ACTION_REQUIRED" type="enum">
  The item requires action from the underwriter before processing can continue.
</ResponseField>

<ResponseField name="INFORMATIONAL" type="enum">
  The item contains informational results that do not require action.
</ResponseField>

<ResponseField name="NOT_ACCEPTED" type="enum">
  The item has been reviewed and not accepted by the underwriter.
</ResponseField>

<ResponseField name="PROCESSING" type="enum">
  The item is currently being processed by an external verification service.
</ResponseField>

<ResponseField name="SERVICE_UNAVAILABLE" type="enum">
  The external verification service for this item was unavailable.
</ResponseField>

<ResponseField name="SUBMISSION_FAILED" type="enum">
  The submission of this item to the external verification service failed.
</ResponseField>
