# AML Screening Check

### What kind of data I will get

By using this integration you will be able to screen your clients against against ComplyCube's Sanctions & Watchlists, PEP, and Adverse Media database.

### Integration Scope

You can choose between two check types

* `standard_screening_check`
* `extensive_screening_check`

### Input

You can configure users' input that will be send to comply cube in order to get the most of the verifications.

<table><thead><tr><th>Field</th><th>Description</th><th>Type</th><th>Required</th><th data-hidden>Description</th><th data-hidden>Required</th></tr></thead><tbody><tr><td>email</td><td>The client's email address.</td><td>string</td><td>Yes</td><td>Email address of the client.</td><td>Yes</td></tr><tr><td>mobile</td><td>The client's mobile number.</td><td>string</td><td>No</td><td>Client's mobile phone number.</td><td>No</td></tr><tr><td>telephone</td><td>The client's telephone number.</td><td>string</td><td>No</td><td>Client's telephone number.</td><td>No</td></tr><tr><td>joinedDate</td><td>The date and time when the client was registered with you. This is relevant for users that migrate existing customers. </td><td>string (format YYYY-MM-DD)</td><td>No</td><td>Date when the client joined (YYYY-MM-DD).</td><td>No</td></tr><tr><td><a href="#persondetails">personDetails</a></td><td>Primary details for a client of type person</td><td>object</td><td>Yes if client is of type person</td><td>Details about the individual client.</td><td></td></tr><tr><td><a href="#companydetails">companyDetails</a></td><td>Primary details for a client of type company</td><td>object</td><td>Yes if client is of type company</td><td>Details about the client's company.</td><td></td></tr><tr><td><a href="#address">address</a></td><td>Primary details of a client's address</td><td>object</td><td>Yes if proof of address check is selected</td><td>Address information related to the client.</td><td>Required when proof of address check selected</td></tr></tbody></table>

### PersonDetails&#x20;

<table><thead><tr><th>Field</th><th>Description</th><th>Type</th><th>Required</th><th data-hidden>Description</th></tr></thead><tbody><tr><td>firstName</td><td>The client's first name. </td><td>string</td><td>Yes (required when client is a person)</td><td>First name of the individual.</td></tr><tr><td>middleName</td><td>The client's middle name.</td><td>string</td><td>No</td><td>Middle name of the individual.</td></tr><tr><td>lastName</td><td>The client's last name.</td><td>string</td><td>Yes (required when client is a person)</td><td>Last name of the individual.</td></tr><tr><td>dob</td><td>The client's date of birth.</td><td>string (format YYYY-MM-DD)</td><td>No</td><td>Date of birth (YYYY-MM-DD).</td></tr><tr><td>gender</td><td>The client's gender.</td><td>string (possible values include: male, female, other)</td><td>No</td><td>Gender of the individual.</td></tr><tr><td>nationality</td><td>The client's nationality.</td><td>string (2 letter country ISO code)</td><td>No</td><td>Nationality of the individual.</td></tr><tr><td>birthCountry</td><td>The client's birth country.</td><td>string (2 letter country ISO code)</td><td>No</td><td>Country of birth of the individual.</td></tr><tr><td>ssn</td><td>The client's SSN (Social Security Number). This is for US clients.</td><td>string</td><td>No</td><td>Social Security Number (if applicable).</td></tr><tr><td>socialInsuranceNumber</td><td>The client's Social Insurance Number. </td><td>string</td><td>No</td><td>Social Insurance Number (if applicable).</td></tr><tr><td>nationalIdentityNumber</td><td>The client's National Identity Number.</td><td>string</td><td>No</td><td>National Identity Number (if applicable).</td></tr><tr><td>taxIdentificationNumber</td><td>The client's Tax Identification Number (TIN).</td><td>string</td><td>No</td><td>Tax Identification Number (if applicable).</td></tr></tbody></table>

### CompanyDetails

| Field                | Description                                | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Required                            |
| -------------------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| name                 | Name of the company.                       | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Yes (required if client is company) |
| website              | Website of the company.                    | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | No                                  |
| registrationNumber   | Registration number of the company.        | string                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | No                                  |
| incorporationCountry | Country where the company is incorporated. | string (2 letter country ISO code)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | No                                  |
| incorporationType    | Type of incorporation of the company.      | <p>string (possible values include: </p><p></p><ol><li><code>sole\_proprietorship</code></li><li><code>private\_limited\_company</code></li><li><code>public\_limited\_company</code></li><li><code>limited\_partnership</code></li><li><code>holding\_company</code></li><li><code>non\_government\_organisation</code></li><li><code>statutory\_company</code></li><li><code>subsidiary\_company</code></li><li><code>unlimited\_partnership</code></li><li><code>charitable\_incorporated\_organisation</code></li><li><code>chartered\_company)</code></li></ol> | No                                  |

### Address

| Field          | Description                                         | Type                                                                                                                                     | Required |
| -------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| type           | Type of address.                                    | <p>string (possible values include: </p><ul><li><code>main</code></li><li><code>alternative</code></li><li><code>other)</code></li></ul> | No       |
| propertyNumber | Property number (if applicable).                    | string                                                                                                                                   | No       |
| buildingName   | Building name (if applicable).                      | string                                                                                                                                   | No       |
| line           | Address line.                                       | string                                                                                                                                   | Yes      |
| city           | City in the address.                                | string                                                                                                                                   | Yes      |
| state          | State in the address.                               | string                                                                                                                                   | No       |
| postalCode     | Postal code of the address.                         | string                                                                                                                                   | No       |
| country        | Country of the address. (2 letter country ISO code) | string (2 letter country ISO code)                                                                                                       | Yes      |
| fromDate       | Start date of residing at this address.             | string (format YYYY-MM-DD)                                                                                                               | No       |
| toDate         | End date of residing at this address.               | string (format YYYY-MM-DD)                                                                                                               | No       |

{% hint style="info" %}
The more data you provide for a client, the more accurate the AML Screening Check results. This will ultimately reduce the number of potential 'false positive' matches.
{% endhint %}

{% hint style="info" %}
It is highly recommended that you provide the client's **date of birth** in addition to the first and last names of **persons**.
{% endhint %}

### Input Example&#x20;

```json
{
    "email": "test@transactionlink.io",
    "personDetails": {
        "firstName": "John",
        "lastName": "Doe",
        "dob": "1990-01-01",
        "nationality": "GB"
    },
    "address": {
        "line": "Polna 12/3",
        "city": "Warsaw",
        "country": "PL"
    }
}
```

### Output

#### Checks Result

| Attribute | Type   | Description                                             |
| --------- | ------ | ------------------------------------------------------- |
| state     | String | State of the AML screening check (e.g., "FINISHED").    |
| outcome   | String | Outcome of the AML screening check (e.g., "attention"). |
| breakdown | Object | Breakdown of the AML screening check results.           |

#### Breakdown

| Attribute | Type   | Description                                                                                           |
| --------- | ------ | ----------------------------------------------------------------------------------------------------- |
| summary   | Object | Outcome summary of the check.                                                                         |
| matches   | Array  | List of match objects containing details of entities that matched with the screened client's details. |

#### Match

| Attribute | Type   | Description                                                                    |
| --------- | ------ | ------------------------------------------------------------------------------ |
| id        | String | Unique identifier for a match.                                                 |
| score     | Number | Match score calculated by ComplyCube. A higher score indicates a closer match. |
| status    | String | Match status.                                                                  |
| details   | Object | Details of a match.                                                            |
| breakdown | Array  | Breakdown of the match, including risk-weighted scores and field values.       |

#### Classifications

| Attribute | Type  | Description                   |
| --------- | ----- | ----------------------------- |
| pep       | Array | Array of PEP classifications. |

#### Images

| Attribute | Type  | Description                            |
| --------- | ----- | -------------------------------------- |
| images    | Array | Array of URIs of images for the match. |

#### Name

| Attribute  | Type   | Description                                                   |
| ---------- | ------ | ------------------------------------------------------------- |
| type       | String | Type of name (primary, alias, localised\_name).               |
| firstName  | String | First name of the match.                                      |
| middleName | String | Middle name of the match.                                     |
| lastName   | String | Last name of the match.                                       |
| entityName | String | Complete name of the match (returned for person and company). |

#### Occupation

| Attribute | Type   | Description                                     |
| --------- | ------ | ----------------------------------------------- |
| type      | String | Type of occupation.                             |
| category  | String | Category of the occupation.                     |
| title     | String | Role title.                                     |
| fromDate  | Object | Start date of the occupation (structured date). |
| toDate    | Object | End date of the occupation (structured date).   |

#### Date

| Attribute | Type   | Description      |
| --------- | ------ | ---------------- |
| type      | String | Type of date.    |
| date      | Object | Structured date. |

#### Address

| Attribute  | Type   | Description                                           |
| ---------- | ------ | ----------------------------------------------------- |
| line       | String | Line of the address.                                  |
| city       | String | City or town of the address.                          |
| postalCode | String | Post or zip code of the client's address.             |
| country    | String | Country of the address (two-letter country ISO code). |

#### Reference

| Attribute | Type   | Description                                            |
| --------- | ------ | ------------------------------------------------------ |
| source    | String | Source name.                                           |
| fromDate  | Object | Start date of the source's validity (structured date). |
| toDate    | Object | End date of the source's validity (structured date).   |

#### Identification

| Attribute | Type   | Description                                            |
| --------- | ------ | ------------------------------------------------------ |
| type      | String | Type of identification.                                |
| value     | String | Value or reference associated with the identification. |

#### Dates

| Attribute | Type  | Description                                                                     |
| --------- | ----- | ------------------------------------------------------------------------------- |
| dates     | Array | Array of value pair objects covering important dates associated with the match. |

```json
{
    "complyCube": {
        "amlScreening": [
            {
                "client": {
                    "id": "5eb04fcd0f3e360008035eb1",
                    "type": "person",
                    "email": "victor.sheyman@example.com",
                    "mobile": "+12345678910",
                    "telephone": "+12 345678910",
                    "joinedDate": "2020-01-01",
                    "personDetails": {
                        "firstName": "Victor",
                        "lastName": "Sheyman",
                        "dob": "1990-01-01",
                        "nationality": "GB"
                    },
                    "createdAt": "2020-01-04T17:24:29.146Z",
                    "updatedAt": "2020-01-04T17:24:29.146Z"
                },
                "checksResult": {
                    "amlScreeningCheck": {
                        "state": "FINISHED",
                        "outcome": "attention",
                        "breakdown": {
                           "summary": {
                              "otherLists": {
                                 "associatedEntity": "attention",
                                 "organisedCrime": "clear",
                                 "financialCrime": "clear",
                                 "taxCrime": "clear",
                                 "corruption": "clear",
                                 "trafficking": "clear"
                              },
                              "pep": {
                                 "level2": "attention",
                                 "level3": "attention",
                                 "level1": "attention",
                                 "level4": "clear"
                              },
                              "watchlist": {
                                 "sanctionsLists": "clear",
                                 "otherOfficialLists": "clear",
                                 "warCrimes": "clear",
                                 "terror": "clear",
                                 "otherExclusionLists": "clear",
                                 "sanctionsControlAndOwnership": "clear"
                              },
                              "adverseMedia": {
                                 "environmentProduction": "clear",
                                 "socialLabour": "clear",
                                 "competitiveFinancial": "clear",
                                 "regulatory": "clear"
                              }
                           },
                           "matches": [
                              {
                                 "id": "5ebe5880fd7de4000876118f",
                                 "score": 100,
                                 "status": "attention",
                                 "details": {
                                    "entityName": "Viktor Vladimirovich Sheyman",
                                    "entityType": "person",
                                    "gender": "male",
                                    "deceased": false,
                                    "names": [
                                       {
                                          "type": "primary",
                                          "firstName": "Viktor",
                                          "middleName": "Vladimirovich",
                                          "lastName": "Sheyman",
                                          "entityName": "Viktor Vladimirovich Sheyman"
                                       },
                                       {
                                          "type": "localised_name",
                                          "entityName": "Віктар Уладзіміравіч Шэйман"
                                       },
                                       {
                                          "type": "localised_name",
                                          "entityName": "Шейман Виктор Владимирович"
                                       },
                                       {
                                          "type": "localised_name",
                                          "entityName": "Виктор Владимирович Шейман"
                                       },
                                       {
                                          "type": "alias",
                                          "firstName": "Victor",
                                          "middleName": "Vladimirovich",
                                          "lastName": "Sheyman",
                                          "entityName": "Victor Vladimirovich Sheyman"
                                       },
                                       {
                                          "type": "alias",
                                          "firstName": "Victor",
                                          "middleName": "Vladimirovich",
                                          "lastName": "Sheiman",
                                          "entityName": "Victor Vladimirovich Sheiman"
                                       }
                                    ],
                                    "countries": [
                                       {
                                          "type": "Born in",
                                          "country": "BY"
                                       },
                                       {
                                          "type": "Citizenship",
                                          "country": "BY"
                                       },
                                       {
                                          "type": "Resident of",
                                          "country": "BY"
                                       },
                                       {
                                          "type": "Jurisdiction",
                                          "country": "BY"
                                       }
                                    ],
                                    "birthPlaces": [
                                       "Grodno region,Belarus",
                                       "Hrodna region,Belarus",
                                       "Soltanishka, Voronovskovo,Belarus",
                                       "Soltanishki,Belarus",
                                       "Belarus"
                                    ],
                                    "occupations": [
                                       {
                                          "type": "Primary Occupation",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "Head, President's Office",
                                          "fromDate": {
                                             "day": "21",
                                             "month": "01",
                                             "year": "2013"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "State Secretary, National Security Council",
                                          "fromDate": {
                                             "day": "20",
                                             "month": "03",
                                             "year": "2006"
                                          },
                                          "toDate": {
                                             "day": "08",
                                             "month": "07",
                                             "year": "2008"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "State Secretary, National Security Council",
                                          "fromDate": {
                                             "month": "12",
                                             "year": "1995"
                                          },
                                          "toDate": {
                                             "year": "2000"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Members of the Judiciary",
                                          "title": "Prosecutor General",
                                          "fromDate": {
                                             "year": "2000"
                                          },
                                          "toDate": {
                                             "month": "11",
                                             "year": "2004"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "Presidential Aide for Special Missions",
                                          "fromDate": {
                                             "month": "01",
                                             "year": "2013"
                                          },
                                          "toDate": {
                                             "day": "21",
                                             "month": "01",
                                             "year": "2013"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "State Secretary, National Security Council",
                                          "fromDate": {
                                             "day": "05",
                                             "month": "08",
                                             "year": "1994"
                                          },
                                          "toDate": {
                                             "month": "10",
                                             "year": "1995"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "National Government Ministers",
                                          "title": "Minister of Interior",
                                          "fromDate": {
                                             "month": "10",
                                             "year": "1995"
                                          },
                                          "toDate": {
                                             "month": "12",
                                             "year": "1995"
                                          }
                                       },
                                       {
                                          "type": "Previous Roles",
                                          "category": "Senior Civil Servants-National Government",
                                          "title": "Head, Presidential Administration",
                                          "fromDate": {
                                             "month": "11",
                                             "year": "2004"
                                          },
                                          "toDate": {
                                             "day": "04",
                                             "month": "01",
                                             "year": "2006"
                                          }
                                       }
                                    ],
                                    "dates": [
                                       {
                                          "type": "Date of Birth",
                                          "date": {
                                             "day": "26",
                                             "month": "05",
                                             "year": "1958"
                                          }
                                       }
                                    ],
                                    "references": [
                                       {
                                          "source": "EC 2015/1949 Belarus List",
                                          "fromDate": {
                                             "day": "29",
                                             "month": "10",
                                             "year": "2015"
                                          }
                                       },
                                       {
                                          "source": "EC (CFSP) 2015/1957 Belarus List",
                                          "fromDate": {
                                             "day": "29",
                                             "month": "10",
                                             "year": "2015"
                                          }
                                       },
                                       {
                                          "source": "EC 2016/276 Belarus List",
                                          "fromDate": {
                                             "day": "25",
                                             "month": "02",
                                             "year": "2016"
                                          }
                                       },
                                       {
                                          "source": "EC (CFSP) 2016/280 Belarus List",
                                          "fromDate": {
                                             "day": "25",
                                             "month": "02",
                                             "year": "2016"
                                          }
                                       },
                                       {
                                          "source": "French Economy Ministry - EU and UN Asset Freezing Measures",
                                          "fromDate": {
                                             "day": "30",
                                             "month": "07",
                                             "year": "2017"
                                          }
                                       }
                                    ],
                                    "addresses": [
                                       {
                                          "line": "Karl Marx, 38",
                                          "city": "Minsk",
                                          "postalCode": "220016",
                                          "country": "BY"
                                       }
                                    ],
                                    "identifications": [
                                       {
                                          "type": "OFAC Program ID",
                                          "value": "BELARUS"
                                       },
                                       {
                                          "type": "OFAC Unique ID",
                                          "value": "9769"
                                       },
                                       {
                                          "type": "EU Sanctions Programme Indicator",
                                          "value": "BLR"
                                       },
                                       {
                                          "type": "EU Consolidated Electronic List ID",
                                          "value": "3411"
                                       },
                                       {
                                          "type": "HM Treasury Group ID",
                                          "value": "8904"
                                       },
                                       {
                                          "type": "SECO SSID",
                                          "value": "4596"
                                       }
                                    ],
                                    "images": [
                                       "https://naviny.com/c/b0/b06235bad25e89f92f5ffe89676e8589.jpg",
                                       "http://pmrb.gov.by/images/shejman.jpg"
                                    ],
                                    "classifications": {
                                       "pep": [
                                          "level2",
                                          "level1"
                                       ]
                                    }
                                 },
                                 "breakdown": [
                                    {
                                       "fieldName": "name",
                                       "riskWeight": 100,
                                       "breakdowns": [],
                                       "fieldValue": "viktor uladzimiravich sheyman",
                                       "score": 93,
                                       "riskWeightedScore": 93,
                                       "normalisedScore": 100
                                    }
                                 ]
                              }
                           ]
                        }
                    }
                }
            }
        ]
    }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.transactionlink.io/docs/v1/integrations/complycube/aml-screening-check.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
