# PartyIdentityVerificationResult

Third-party data result used to verify the identity of an introduced investor. If the client identity_verification_model is PROVIDED_BY_CLIENT, this field is required

## Example Usage

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

let value: PartyIdentityVerificationResult = {};
```

## Fields

| Field                                                                                                                                                                                                                             | Type                                                                                                                                                                                                                              | Required                                                                                                                                                                                                                          | Description                                                                                                                                                                                                                       | Example                                                                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `addressVerified`                                                                                                                                                                                                                 | *boolean*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                | Attestation that external result and review have verified the supplied investor's address has been verified in conjunction with other PII                                                                                         | true                                                                                                                                                                                                                              |
| `birthDateVerified`                                                                                                                                                                                                               | *boolean*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                | Attestation that external result and review have verified the supplied investor's date of birth has been verified in conjunction with other PII                                                                                   | true                                                                                                                                                                                                                              |
| `executionDate`                                                                                                                                                                                                                   | [components.PartyExecutionDate](../../models/components/partyexecutiondate.md)                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                | The datetime external identity verification results were run on a natural person                                                                                                                                                  |                                                                                                                                                                                                                                   |
| `externalCaseId`                                                                                                                                                                                                                  | *string*                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                | Client-generated identifier associated with the KYC results for the appropriate case                                                                                                                                              | 6526280                                                                                                                                                                                                                           |
| `identityVerificationDocumentIds`                                                                                                                                                                                                 | *string*[]                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                | System generated document IDs returned after uploading identity documents to the Documents API                                                                                                                                    | [<br/>"d257c455-f355-493d-9c8f-06f8ace5d5fd",<br/>"6ace3020-24a2-45c4-9f3b-752101073127"<br/>]                                                                                                                                    |
| `identityVerificationResultId`                                                                                                                                                                                                    | *string*                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                | System-generated GUID used to uniquely identify the verification_result                                                                                                                                                           | b6d7e963-230b-4a9e-98f8-e53e06917b84                                                                                                                                                                                              |
| `nameVerified`                                                                                                                                                                                                                    | *boolean*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                | Attestation that external result and review have verified the supplied investor's name has been verified in conjunction with other PII                                                                                            | true                                                                                                                                                                                                                              |
| `rawVendorDataDocumentId`                                                                                                                                                                                                         | *string*                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                | A system-generated document ID assigned when raw vendor results are uploaded to the Documents API; This field is optional for person record creation, but required for account creation if the Correspondent provides IDV results | 7a63073a-e694-4a38-b6e0-552044b503f2                                                                                                                                                                                              |
| `taxIdVerified`                                                                                                                                                                                                                   | *boolean*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                | Attestation that external result and review have verified the supplied investor's Tax ID has been verified in conjunction with other PII                                                                                          | true                                                                                                                                                                                                                              |
| `vendor`                                                                                                                                                                                                                          | *string*                                                                                                                                                                                                                          | :heavy_minus_sign:                                                                                                                                                                                                                | The name(s) of the vendor(s) used to externally verify and screen a natural person; relates to the identity_verification_result                                                                                                   | Super Security Service                                                                                                                                                                                                            |