Search

Welcome to AML Search , your trusted partner tutelar is ensuring compliance with anti-money laundering regulations. Our comprehensive services focus on improving businesses’ compliance with the clients . You can look for any individual or company-related anti-money laundering compliances here.

AML Business Risk Assessment :

  • We analyze your business operations to identify and assess AML risks.

  • Tailored risk assessments help you understand vulnerabilities and implement effective controls.

AML Individual Assessment :

  • Regular health checks ensure ongoing compliance.

  • We review your AML processes, policies, and procedures to maintain robust system.

POST https://stgsecctrl.tutelar.io/api/v1/aml/search

Query Parameter

Query ParameterTypeIs MandatoryDescription

mode

String

Yes

The mode value should be advance.

sdnType

String

No

sdnType is required if mode is advance. sdnType(individual or entity)

page

Number

No

List based on page number.

limit

Number

No

Limit how many records display on each page.

includes

String

No

Includes is required if need score Results for each records. Includes is applicable only if mode is advance. includes query params value is "scores".

Post parameters description is given below,

Post ParameterTypeis mandatoryDescription

name

String

No

Search the name field and it applies only query param “mode” is advance.if sdnType is individual, then name field searches on person names.if sdnType is entity, then name field searches on company or organisations.

date

String

No

Search the date field and it applies only query param “mode” is advance. if sdnType is individual, then date field searches on birthdate.if sdnType is entity, then date field searches on incorporation date.

idNumber

String

No

Search the idNumber field and it applies only query param “mode” is advance.

nationality

String

No

Search the nationality field and it applies only query param “mode” is advance.

Sample Response

Sample post data format:

{
   "name" : "Ibrahim Ali",
   "date" : "1957-01-25"
}
{
   "success": true,
   "code": 200,
   "message": "Sanctions records",
   "data": {
       "searchResults": [
           {
               "sanctionId": "SANCL_MRLzP9kz5c",
               "sdnType": "individual",
               "caption": "Ibrahim Ali",
               "schema": "Person",
               "country": [
                   "Malaysia"
               ],
               "nationality": [
                   "Malaysia"
               ],
               "birthDate": [
                   "1957-01-25"
               ],
               "gender": [
                   "male"
               ],
               "address": [],
               "incorporationDate": [],
               "phone": [],
               "idNumber": [],
               "createdAt": "2024-03-13T19:52:39.604Z",
               "updatedAt": "2024-03-13T19:52:39.604Z",
               "topicTags": [
                   "Political"
               ]
           }
       ],
       "searchDate": "2024-04-02T10:15:15.311Z",
       "searchHistoryId": "SH_EL8SKyzWrI",
       "noResults": {}
   }
}

Sample post data format(Not found record search):

{

"name" : "Ibrhghfvgfi",

"date" : "1852-10-07"

}

Success response 2:

{
   "success": true,
   "code": 200,
   "message": "Sanctions not found",
   "data": {
       "searchHistoryId": "SH_MiXSgYCAuW",
       "searchResults": [],
       "searchDate": "2024-04-02T10:15:15.311Z",
       "noResults": {
           "sdnType": "person",
           "searchData": [
               "Ibrhghfvgfi",
               "1852-10-07"
           ],
           "mode": "advance",
           "searchBy": "Selvakumar S",
           "scoreResults": {
               "matchScore": 0,
               "riskScore": 0,
               "customDatasets": {
                   "pep": {
                       "dataTagCollection": [
                           {
                               "value": "Argentina Members of Parliament",
                               "key": "ar_parliament",
                               "customTag": "ARG MP",
                               "parentTag": "pep",
                               "status": false
                           },
                           
                           {
                               "value": "Cayman Islands senior judicial officers",
                               "key": "ky_judicial",
                               "customTag": "CYM judicial Admin",
                               "parentTag": "pep",
                               "status": false
                           },
                       ],
                       "matched": false
                   },
                   "sanctionedSecurities": {
                       "dataTagCollection": [
                           {
                               "value": "Argentina RePET Sanctions",
                               "key": "ar_repet",
                               "customTag": "RePET - Argentina Sanctions",
                               "parentTag": "sanctionedSecurities",
                               "status": false
                           },
                           
                           {
                               "value": "Japan Economic sanctions and list of eligible people",
                               "key": "jp_mof_sanctions",
                               "customTag": "JPN Economic sanctions list",
                               "parentTag": "sanctionedSecurities",
                               "status": false
                           },
                       ],
                       "matched": false
                   },
                   "warrantsAndCriminalEntities": {
                       "dataTagCollection": [
                           {
                               "value": "FBI Most Wanted",
                               "key": "us_fbi_most_wanted",
                               "customTag": "FBI Most Wanted",
                               "parentTag": "warrantsAndCriminalEntities",
                               "status": false
                           },
                           {
                               "value": "Inter-American Development Bank Sanctions",
                               "key": "iadb_sanctions",
                               "customTag": "IDB sanctions",
                               "parentTag": "warrantsAndCriminalEntities",
                               "status": false
                           },
                       ],
                       "matched": false
                   },
                   "sanctionCountryDataSet": {
                       "dataTagCollection": [
                           {
                           "value": "Malaysian MOHA Sanctions List",
                           "key": "my_moha_sanctions",
                           "customTag": "MOHA",
                           "parentTag": "sanctionedSecurities",
                           "status": false
                           }
                       ],
                       "matched": false,
                       "country":"Malaysia"
                   }
               }
           }
       }
   }
}    

Sample post data format:

{

"name" : "Ibrahim Ali",

"date" : "1852-10-07"

}

Success response 3:

If query param mode is in "advance" and also if includes is "scores".

{
    "success": true,
    "code": 200,
    "message": "Sanctions records",
    "data": {
        "searchResults": [
            {
                "sanctionId": "SANCL_MRLzP9kz5c",
                "caption": "Ibrahim Ali",
                "birthDate": [
                    "1957-01-25"
                ],
                "gender": [
                    "male"
                ],
                "idNumber": [],
                "phone": [],
                "address": [],
                "country": [
                    "Malaysia"
                ],
                "nationality": [
                    "Malaysia"
                ],
                "sdnType": "individual",
                "incorporationDate": [],
                "createdAt": "2024-03-25T20:21:16.552Z",
                "updatedAt": "2024-03-25T20:21:16.552Z",
                "scoreResults": {
                    "matchScore": 100,
                    "riskScore": 75
                },
                "topicTags": [
                    "Political"
                ]
            }
            ],
        "searchDate": "2024-04-02T10:15:15.311Z",
        "searchHistoryId": "SH_gP9bO6HGH0",
        "noResults": {}
    }
}

Failure response:

If query param mode is in "advance" and also if includes is "score" or "sco72b".

{
    "success": false,
    "code": 1001,
    "message": "Please provide Valid includes",
    "data": {}
}

Response Parameter description is given below,

Response ParameterTypeDescription

sanctionId

String

sanctionId is the unique identifier for search results.

sdnType

String

The type of AML sought in SDN type will provided, whether the search term pertains to an individual or an entity.

caption

String

The searched name of an Individual or Entity will appear in the caption string appropriately.

country

Array

It provides the response of the searched Individual or entity's that belongs to the specified country.

nationality

Array

It provides the nations of the Individual who were searched; the person's precise nationality will be given based on the information on the certificate.

birthDate

Array

It provides the response of the searched Individuals birth date in the certificates.

gender

Array

It provides the response of the searched Individuals gender in the certificates.

address

Array

It provides the response of the searched Individual or entity's permanent address.

incorporationDate

Array

The entity's incorporation date will be provided in the response fields , It's also known as the The date the legal entity was incorporated.

phone

Array

It provides the response of the individuals official phone number or the entities number legally involved.

idNumber

Array

It provides theID number of any applicable ID such as aadhar card , pan card and driving license.

topicTags

Array

In topics response the details regarding the tagged list will be provided such as sanctioned list , POI ( Proof of Identity).

scoreResults

Object

scoreResults object has values of matchScore, riskScore and customDatasets.

searchHistoryId

String

searchHistoryId field represent unique search history id for each different search with 2 hours ttl expiration.

searchDate

Sting

searchDate field represent utc time of when client searches.

noResults

Object

Based on advance post search data no datafound. noResults objects with below key values.

mode

String

mode field represent which mode queryParams are used when search.

sdnType

String

sdnType field represent which sdnType queryParams are used when search.

searchData

Array

searchData field represent which post body searchDatas are used when search.

searchBy

String

searchBy field represent name of which client are searched.

scoreResults

Object

scoreResults field represent values of matchScore and riskScore and customDatasets.

customDatasets

Object

customDatasets has fields [pep, sanctionedSecurities, warrantsAndCriminalEntities and sanctionCountryDataSet(Type as Object)] each object has dataTagcollection(Type as Array of Object) field and matched(Type as Boolean) field and each dataTagcollection has objects with fields ([value, key, customTag, parentTag, status](Type as String))). Only sanctionCountryDataSet object has country field(Type as String).

Last updated