Search Details

Welcome to our AML Search Details page. Here, you’ll find comprehensive information related to individuals or businesses flagged for anti-money laundering (AML) concerns. Our goal is to enhance transparency and assist you in making informed decisions. Let’s delve into the key details :

  • Name: Persons complete name along with surname will be provided.

  • Status: If the person is member of loksabha or states any position in political or a CEO of certain company.

  • Politically Exposed Person (PEP): Yes/No (Indicate whether the individual holds a prominent public position).

  • Risk Tag: High/Medium/Low (Assess the risk associated with this profile).

Background:

  • Brief overview of the individual’s or business’s background.

  • Any relevant affiliations, positions, tagged in business activities or global sanctions.

PEP Status:

If the individual is a PEP, we provide additional context:

  • Office Held: [Redacted] (Specify the political office held).

Risk Activities:

  • Highlight any suspicious or high-risk activities associated with the profile.

  • Examples: Unusual transactions, frequent cash withdrawals, involvement in sanctioned countries, etc.

Website Details:

Website URL:[Redacted] (Provide the website associated with the individual or business).

Content Analysis:

  • Brief summary of the website’s content.

  • Any red flags or anomalies detected during crawling.

POST https://secctrl.tutelar.io/api/v1/aml/search/:sanctionId

Path param values :

Query Parameter

Post parameters description is given below,

Sample Response

Sample post data format:

{
   "name" : "Ibrahim Ali",
   "date" : "1957-01-25"
}
{
    "success": true,
    "code": 200,
    "message": "Sanctions records",
    "data": {
        "sanction": {
            "sanctionId": "SANCL_MRLzP9kz5c",
            "sdnType": "individual",
            "externalId": "Q5984464",
            "caption": "Ibrahim Ali",
            "schema": "Person",
            "datasets": [
                "everypolitician",
                "wd_peps",
                "wikidata"
            ],
            "name": [
                "Ibrahim Ali",
                "依布拉欣·阿里"
            ],
            "alias": [
                "Ibrahim bin Ali",
                "依布拉欣",
            ],
            "country": [
                "Malaysia"
            ],
            "birthPlace": [
                "Tumpat"
            ],
            "nationality": [
                "Malaysia"
            ],
            "birthDate": [
                "1957-01-25"
            ],
            "gender": [
                "male"
            ],
            "firstName": [
                "Ibrahim"
            ],
            "keywords": [
                "National government"
            ],
            "position": [
                "Dewan Rakyat (member, 2008-2013)",
                "Member of the Dewan Rakyat (2008-2013)"
            ],
            "notes": [
                "Malaysian politician"
            ],
            "modifiedAt": [
                "2024-02-13"
            ],
            "education": [
                "IIC University of Technology"
            ],
            "wikidataId": [
                "Q5984464"
            ],
            "religion": [
                "Islam"
            ],
            "first_seen": "2019-05-21",
            "last_seen": "2024-04-01",
            "last_change": "2024-03-20",
            "scoreResults": {
                "matchScore": 100,
                "riskScore": 75,
                "dataSetCollection": {
                    "pep": {
                        "dataTagCollection": [
                            {
                                "value": "Every Politician",
                                "key": "everypolitician",
                                "customTag": "Every Politician",
                                "parentTag": "pep",
                                "status": true
                            }
                        ],
                        "matched": true
                    },
                    "sanctionedSecurities": {
                        "dataTagCollection": [
                            {
                                "value": "Argentina RePET Sanctions",
                                "key": "ar_repet",
                                "customTag": "RePET - Argentina Sanctions",
                                "parentTag": "sanctionedSecurities",
                                "status": false
                            }
                        ],
                        "matched": false
                    },
                    "warrantsAndCriminalEntities": {
                        "dataTagCollection": [
                            {
                                "value": "African Development Bank Debarred Entities",
                                "key": "afdb_sanctions",
                                "customTag": "AfDB Debarred Entities",
                                "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"
                    }
                }
            },
            "topicTags": [
                "Political"
            ],
            "topicTagMessage": [
                "Ibrahim Ali is a politically exposed person. But have not been found on international sanctions lists."
            ],
            "decisionLists": [],
            "relationShip": {
                "positionOccupancies": [
                    {
                        "post": [
                            "Member of the Dewan Rakyat"
                        ],
                        "startDate": [
                            "2008-04-28"
                        ],
                        "endDate": [
                            "2013-04-03"
                        ],
                        "id": "Q21290861",
                        "schema": "Position"
                    },
                    {
                        "post": [
                            "Member of the Dewan Rakyat"
                        ],
                        "startDate": [
                            "2008-03-08"
                        ],
                        "endDate": [
                            "2013-05-05"
                        ],
                        "id": "Q21290861",
                        "schema": "Position"
                    }
                ]
            }
        }
    }
}

Response Parameter description is given below,

Last updated