# InvestigationUpdate

Contains investigation details of corresponding investigation

## Example Usage

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

let value: InvestigationUpdate = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Required                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `clientId`                                                                                                                                                                                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                         | A unique identifier referencing a client The client ID serves as the unique identifier for the apex client positioned above the correspondent within the apex client configurator hierarchy. Moving forward, the account service will internally assign the client ID for all investigations.                                                                                                                                                              | 01HAT5GANHSZ8E8J0RAHQ8BK9K                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `comment`                                                                                                                                                                                                                                                                                                                                                                                                                                                  | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                         | Comment relating to why the investigation state was updated                                                                                                                                                                                                                                                                                                                                                                                                | Updating Watchlist matches                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `identityVerification`                                                                                                                                                                                                                                                                                                                                                                                                                                     | [components.InvestigationUpdateIdentityVerification](../../models/components/investigationupdateidentityverification.md)                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                         | The screen state of one screening within an investigation, one of:<br/>- `SCREEN_STATE_UNSPECIFIED` - Default/Null value.<br/>- `PENDING` - Screen result is pending.<br/>- `PASSED` - Screen result has passed.<br/>- `FAILED` - Screen result has failed.<br/>- `NEEDS_REVIEW` - Screen result needs manual review.<br/>- `DEFERRED_REVIEW` - Screen result is deferred for review at a later date.<br/>- `OUT_OF_SCOPE` - Screen state is out of scope for this investigation type. | PASSED                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `investigationRequestState`                                                                                                                                                                                                                                                                                                                                                                                                                                | [components.InvestigationUpdateInvestigationRequestState](../../models/components/investigationupdateinvestigationrequeststate.md)                                                                                                                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                         | The state of an investigation request, one of:<br/>- `INVESTIGATION_REQUEST_STATE_UNSPECIFIED` - Default/Null value.<br/>- `OPEN` - The investigation request is open.<br/>- `CLOSED` - The investigation request is closed.                                                                                                                                                                                                                               | OPEN                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `watchlistMatches`                                                                                                                                                                                                                                                                                                                                                                                                                                         | [components.WatchlistMatchUpdate](../../models/components/watchlistmatchupdate.md)[]                                                                                                                                                                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                         | A list of watchlist entries matched against the investigation                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                            |