> ## 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.

# DecisionComponentStatus

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

`ENUM`

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

## Values

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

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

<ResponseField name="CREATED" type="enum">
  The decision component has been created and is awaiting processing.
</ResponseField>

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

<ResponseField name="PROCESSING" type="enum">
  The decision component is currently being processed by external verification services.
</ResponseField>

<ResponseField name="SERVICE_UNAVAILABLE" type="enum">
  One or more external verification services for this component were unavailable.
</ResponseField>

<ResponseField name="SUBMISSION_FAILED" type="enum">
  The submission of this component to external verification services failed.
</ResponseField>
