# ProvidedIdentityVerification

Conditional: Identity Verification results must be provided by the correspondent if InvestigationRequestScope = PROVIDED_BY_CLIENT

## Example Usage

```typescript
import { ProvidedIdentityVerification } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ProvidedIdentityVerification = {};
```

## Fields

| Field                                                                                                                                                                                                                                      | Type                                                                                                                                                                                                                                       | Required                                                                                                                                                                                                                                   | Description                                                                                                                                                                                                                                | Example                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `addressVerified`                                                                                                                                                                                                                          | *boolean*                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                         | Indicates whether the identity's address was verified                                                                                                                                                                                      | true                                                                                                                                                                                                                                       |
| `birthDateVerified`                                                                                                                                                                                                                        | *boolean*                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                         | Indicates whether the identity's date of birth was verified                                                                                                                                                                                | true                                                                                                                                                                                                                                       |
| `clientDirectlyVerifiedIdDocs`                                                                                                                                                                                                             | *boolean*                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                         | Indicates that the client directly verified the ID documents rather than using a third-party vendor (self-inspected)                                                                                                                       | false                                                                                                                                                                                                                                      |
| `executionDate`                                                                                                                                                                                                                            | [components.InvestigationExecutionDate](../../models/components/investigationexecutiondate.md)                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                         | The date identity verification was performed.                                                                                                                                                                                              | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                                                                    |
| `externalCaseId`                                                                                                                                                                                                                           | *string*                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                         | Client-generated identifier associated with the KYC results for the appropriate case                                                                                                                                                       | 123456                                                                                                                                                                                                                                     |
| `identityVerificationDocumentIds`                                                                                                                                                                                                          | *string*[]                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                         | A collection of unique identifiers provided by the documents api that correspond to any number of identity verification documents used in support of the external vendor to verify the identity, such as a driver's license, passport, etc | 0f01ae1f-d24c-4171-8f3f-c0b820bf3044                                                                                                                                                                                                       |
| `nameVerified`                                                                                                                                                                                                                             | *boolean*                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                         | Indicates whether the identity's name was verified                                                                                                                                                                                         | true                                                                                                                                                                                                                                       |
| `providedIdentityVerificationId`                                                                                                                                                                                                           | *string*                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                         | Id of this identity verification record                                                                                                                                                                                                    | 123456                                                                                                                                                                                                                                     |
| `rawVendorDataDocumentId`                                                                                                                                                                                                                  | *string*                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                         | A unique identifier provided from the documents api that corresponds to an identity verification result                                                                                                                                    | 123456                                                                                                                                                                                                                                     |
| `taxIdVerified`                                                                                                                                                                                                                            | *boolean*                                                                                                                                                                                                                                  | :heavy_minus_sign:                                                                                                                                                                                                                         | Indicates whether the identity's tax id was verified                                                                                                                                                                                       | true                                                                                                                                                                                                                                       |
| `vendor`                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                         | Name of the vendor that performed identity verification                                                                                                                                                                                    | Your identity verification Vendor                                                                                                                                                                                                          |