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

# UnderwritingApplicationStatus

`ENUM`

## Values

<ResponseField name="APPROVED" type="enum">
  The application has been approved, either automatically or manually.
</ResponseField>

<ResponseField name="CREATED" type="enum">
  The application has been created but not yet submitted.
</ResponseField>

<ResponseField name="DECLINED" type="enum">
  The application has been rejected due to verification failures, compliance issues, or other
  disqualifying factors.
</ResponseField>

<ResponseField name="PENDING" type="enum">
  The application is awaiting manual review or requires additional information to complete the
  underwriting process.
</ResponseField>

<ResponseField name="PROCESSING" type="enum">
  The application is currently being evaluated by the system.
</ResponseField>

<ResponseField name="SUBMISSION_FAILED" type="enum">
  The application submission failed due to a system error. Error messaging has been returned.
</ResponseField>

<ResponseField name="SUBMISSION_INVALID" type="enum">
  The application submission failed due to missing or invalid data. Errors must be corrected before
  resubmission.
</ResponseField>

<ResponseField name="WITHDRAWN" type="enum">
  The application has been withdrawn by the applicant.
</ResponseField>
