Detailed

API Format

Base URL

API

URLRequest MethodsContent-TypeOutput FormatCharacter Set
api-base-url?
partner_code=xxx&partner_key=xxx
POSTapplication/jsonJSONUTF-8

Example: https://sg.apitd.net/verification/persona/aml/detail/v1?partner_code=test_code∂ner_key=test_key

Authentication

ParameterTypeDescriptionRequired/OptionalNotes
partner_codeStringPartner Coderequiredassigned by TD
partner_keyStringPartner Keyrequiredassigned by TD

Request

ParameterTypeDescriptionRequiredNotes
nameStringEntity Nameyes

Min: 2 characters
Max: 100 characters

Constraint: The name cannot consist entirely of special characters or numbers.

entity_typeArrayEntity Typeyes

Entity types to be screened

Enumeration:
person
company
organization
crypto_wallet
vessel
aircraft

category_listArrayScreening List Categoryyes

Filter results by screening list category

Enumeration:
professional_integrity
regulatory_enforcement
sanctions
pep
sip
sie
insolvency

For screening list category definitions, see Appendix - category_list

country_listArrayCountryoptionalFilter results by country;
See Appendix for country codes;
Example: [“CA”、“IN”]
birth_incorporation_dateStringBirth/Incorporation Dateoptional

Date of birth for an individual, or incorporation date for a company/organization;

Filter results by date;

Format: DD-MM-YYYY

Example: 10-03-1947 | 10-03-0000
| 00-03-1947 | 00-00-1947

unique_identifierStringUnique Identifieroptional

Includes passport number, national ID number, driver's license number, company/organization registration number, etc.

Min: 2 characters
Max: 50 characters

Constraint: The unique identifier cannot consist entirely of special characters;

Example: EA1234567

match_scoreIntegerMatch Scoreoptional

Similarity threshold between the search term and matched term;
The input value should be an integer.

Default: 80
0: Loosest match
100: Strictest match
Range: 0-100

A higher value means stricter matching criteria;
For exact matching, set the score to 100.

alias_searchBooleanAlias Searchoptional

Whether to match both the entity's primary name and known aliases.

Note: The default value is true.

rca_searchBooleanRCA Searchoptional

Whether to retrieve relatives and close associates of politically exposed persons.

RCA (Relatives and Close Associates):
Refers to relatives and close associates of politically exposed persons,
including spouses, parents, children, siblings, etc.

Note: The default value is true.

Request Example

{
  "name": "David Beckham",
  "category_list": [
    "sanctions",
    "pep",
    "sip"
  ],
  "entity_type": ["person"],
  "country_list": [],
  "birth_incorporation_date": "",
  "unique_identifier": "",
  "match_score": 100,
  "alias_search": true,
  "rca_search": true
}

Response Parameter

ParameterTypeDescriptionNotes
codeIntegerAPI Status Code
messageStringStatus MessageSpecific abnormal reasons will be provided if the API is abnormal.
sequence_idStringUnique ID of ResponseA unique ID used to mark each request.
dataObjectResponse Data BodySee data response parameters.

data

ParameterTypeDescriptionNotes
case_statusStringCase StatusIndicates the overall result of the AML search case;
Case results are generally: Passed, Failed, or For Review;
Determined by the related AML case result.
language_codeStringLanguage
match_statusStringMatch StatusMatching status;
"Potential Match" indicates that the searched case is a potential match.
resultsArrayResultsArray of result objects;
Each object contains detailed information about the case;
See data.results response parameters.
searched_nameStringSearched Name
total_recordsIntegerTotal Records

data.results

ParameterTypeDescriptionNotes
birth_incorporation_dateArrayBirth/Incorporation Date
category_listArrayScreening List Category
country_listArrayCountry
created_atStringRecord Created Time
dataObjectDetailed DataSee data.results.data response parameters.
entity_typeArrayEntity Type
hioBooleanHead of International OrganisationHead of International Organisation
idStringRecord Unique Identifier
match_statusStringMatch Status
matched_aliasStringMatched AliasMatched Alias
matched_namesArrayMatched NamesSee matched_names response parameters.
matched_rcaStringMatched RCARCA information of the matched entity
nameStringEntity NameEntity Name
risk_decisionStringRisk DecisionRisk decision for the entity
risk_levelStringRisk LevelRisk level of the entity
risk_scoreIntegerRisk ScoreRisk score of the entity
source_detailsArraySource DetailsSee source_details response parameters.
updated_atStringRecord Updated Time

data.results.data

ParameterTypeDescriptionNotes
additional_informationObjectAdditional InformationSee additional_information response parameters.
case_detailsArrayCase DetailsSee case_details response parameters.
crypto_walletsArrayCrypto Wallet AddressSee crypto_wallets response parameters.
identification_documentsArrayIdentification Document InformationSee identification_documents response parameters.
linked_entitiesArrayLinked EntitiesSee linked_entities response parameters.
roleArrayRole InformationSee role response parameters
sanction_detailsArraySanction DetailsSee sanction_details response parameters.
election_detailsArrayElection DetailsSee election_details response parameters.
employment_recordsArrayEmployment RecordsSee employment_records response parameters.
vehiclesArrayVehicles InformationSee vehicles response parameters.
aliaesArrayAlias InformationSee aliaes response parameters.
summaryObjectSummary InformationSee summary response parameters.

additional_information

ParameterTypeDescriptionNotes
flag_summaryArrayRisk Flag Summary
notes_remarksArrayNotes/Remarks
twitter_handleArrayTwitter Account

case_details

ParameterTypeDescriptionNotes
authorityArrayAuthority
case_numberArrayOfficial Case Number
case_statusArrayCurrent Case Status
crimeArrayCrime
decisionArrayCase Decision
descriptionArrayCase Description
reference_linkArrayCase Reference Link
statusArrayCase Status
typeArrayCase Type
watchlist_typeArrayWatchlist TypeFor example, wanted persons, criminals, etc.

crypto_wallets

ParameterTypeDescriptionNotes
amount_usdArrayUSD Equivalent Amount
balanceArrayWallet Balance
crypto_wallet_addressArrayCrypto Wallet Address
currencyArrayCryptocurrency Type

identification_documents

ParameterTypeDescriptionNotes
document_typeArrayDocument Type
issuing_countryArrayIssuing Country
license_numberArrayLicense Number
national_idArrayNational ID Number
passport_numberArrayPassport Number

linked_entities

ParameterTypeDescriptionNotes
activeArrayWhether the linked subject's sanction status is activeIndicates whether the sanction status is active.
detailsArrayDetailed information of the linked subject
nameArrayLinked person/entity name
relationArrayRelationship with the main screened entity
statusArrayLinked subject statusIndicates whether the linked subject is sanctioned.

role

ParameterTypeDescriptionNotes
designationArrayRole/Title
institution_addressArrayInstitution Address
institution_nameArrayInstitution Name
tenureArrayTenure

sanction_details

ParameterTypeDescriptionNotes
delisted_onArrayDelisted On
legal_basisArrayLegal Basis
listed_onArrayListed On
listing_idArrayListing ID
reasonArraySanction Reason
sanction_programArraySanction Program
sanction_sourceArraySanction Source
sanction_typeArraySanction Type
sanctioning_authorityArraySanctioning Authority
statusArrayCurrent Sanction Status

election_details

ParameterTypeDescriptionNotes
electionArrayElection Name
partyArrayParty Affiliation
position_heldArrayPosition Held

employment_records

FieldTypeDescriptionNotes
firm_nameArrayName of firm or organization
firm_addressArrayAddress of firm
roleArrayRole within organization
capital_shareArrayOwnership or capital share percentage

vehicles

FieldTypeDescriptionNotes
yearArrayVehicle manufacturing year
colorArrayVehicle color
modelArrayVehicle model
tagArrayVehicle registration number

aliges

FieldTypeDescriptionNotes
nameArrayAlias or alternate name
typeArrayAlias type classification
qualityArrayQuality or confidence level of alias
detailArrayAdditional alias details

summary

ParameterTypeDescriptionNotes
addressArrayKnown Address Information
aliasArrayPrevious Names/Aliases
appointment_dateArrayAppointment Date
category_listArraySubject Risk Category
citizenshipArrayCitizenship
country_listArrayCountry/Region
date_of_birthArrayDate of Birth
date_of_deathArrayDate of Death
death_dateArrayDeath Date
descriptionArraySubject Comprehensive Description
designationArrayOfficial Role / Position Name
educationArrayEducation Details
emailArrayEmail
entity_typeArraySubject Type
ethnicityArrayEthnicity
first_nameArrayFirst Name
genderArrayGender
image_urlArrayProfile or Subject Avatar URL
last_nameArrayLast Name
marriage_statusArrayMarital Status
nameArraySubject Name
nationalityArrayNationality
net_worthArrayEstimated Net Worth
notesArrayNotes
occupationArrayCurrent or Previous Occupation
phoneArrayPhone
place_of_birthArrayPlace of Birth
place_of_deathArrayPlace of Death
politicalArrayPolitical Relationship
political_partyArrayPolitical Party
positionArrayPosition
position_occupanciesArrayPosition Occupancies
professionArrayProfession
profile_summaryArrayProfile Summary
program_idArrayProgram ID
qualificationArrayProfessional or Academic Qualification
rankArrayRank or Hierarchical Status
religionArrayReligion
roleArrayWork Roles and Responsibilities
source_urlArrayOriginal Source URL
statusArrayStatusWhether alive
suffixArrayName SuffixFor example, Jr., Sr., III.
tenureArrayTenure
titleArrayOfficial Title or Honorific
weak_aliasArrayWeak AliasGenerally used for fuzzy matching
websiteArrayOfficial or Associated Website

matched_names

ParameterTypeDescriptionNotes
matched_nameStringMatched Name
matching_fieldsObjectMatching Field DetailsSee matching_fields response parameters
record_idStringRecord ID
scoreStringMatch Score
source_idsArraySource IDs

matching_fields

ParameterTypeDescriptionNotes
aliasBooleanAlias Match
birth_incorporation_dateBooleanBirth Date Match
profile_nameBooleanProfile Name Match
exact_matchBooleanEntity Exact Match

source_details

ParameterTypeDescriptionNotes
additional_sourcesArrayAdditional Sources
category_listArrayScreening List Category
country_listArrayCountry
created_atStringCreated Time
dataObjectDetailed information associated with the data sourceSee source_details.data response parameters.
descriptionStringData Source Description
entity_idStringEntity ID
publisherStringData Publisher
source_categoriesArrayData sources for the category
updated_atStringUpdated Time
urlStringData source reference link

source_details.data
The field structures under source_details.data can reuse the descriptions of the same-named output parameters above. Because source_details.data represents detailed information under a single data source, the actual returned fields may vary by data source.

ParameterTypeDescriptionNotes
additional_informationObjectData Source Additional InformationSee above
crypto_walletsArrayCrypto WalletsSee above
identification_documentsArrayIdentification DocumentsSee above
linked_entitiesArrayLinked EntitiesSee above
sanction_detailsArraySanction DetailsSee above
summaryObjectData Source SummarySee above

API Status Code

CodeDescription
200Success
301Service not purchased
302Traffic blocked
303Traffic insufficient
304Service expired
305Daily maximum volume reached
600Rate limited
9600System error
9606Illegal parameter

Response Example

{
    "code": 200,
    "data": {
        "language_code": "en",
        "searched_name": "David Beckham",
        "case_status": "Failed",
        "total_records": 13,
        "match_status": "Potential Match",
        "results": [
            {
                "data": {
                    "summary": {
                        "website": [
                            "https://www.davidbeckham.com/"
                        ],
                        "education": [
                            "Glendower Preparatory School",
                            "Chingford Foundation School"
                        ],
                        "notes": [
                            "English footballer (born 1975)"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "1975-05-02"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "religion": [
                            "Christianity"
                        ],
                        "place_of_birth": [
                            "London Borough of Waltham Forest",
                            "Leytonstone",
                            "London"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "David Beckham",
                            "ديفيد بيكهام",
                            "Девід Бекхем",
                            "Devid Bekhem"
                        ],
                        "alias": [
                            "데이비드 로버트 조지프 베컴",
                            "David J. Beckham",
                            "Бекхэм, Дэвид",
                            "Sir David Robert Joseph Beckham",
                            "דיוויד רוברט ג'וסף בקהאם",
                            "David Robert Joseph Beckham",
                            "Sir David Beckham",
                            "Девід Бекгем",
                            "Дэвід Бекхэм",
                            "დევიდ ბექჰემი",
                            "ဒေးဗစ်ဘက်ခ်ဟမ်",
                            "ডেভিড বেকহ্যাম",
                            "डेविड बेखम",
                            "Դևիդ Բեքհեմ",
                            "Дейвид Бекъм",
                            "David Beckham",
                            "Devid Bekhem",
                            "ដេវីដ បេកខាំ",
                            "ಡೇವಿಡ್ ಬೆಕ್ಹ್ಯಾಮ್",
                            "דייוויד בקהאם",
                            "Ντέιβιντ Μπέκαμ",
                            "ديفد بيكام",
                            "데이비드 베컴",
                            "Deivids Bekhems",
                            "ڈیوڈ بیکہم",
                            "Дэвид Бекҳэм",
                            "Девід Бекхем",
                            "دیوید بکهام",
                            "Дэвид Бекхэм",
                            "ديفيد بيكهام",
                            "デビッド・ベッカム",
                            "डेभिड बेक्ह्याम",
                            "大卫·贝克汉姆",
                            "Дејвид Бекам"
                        ],
                        "position": [
                            "UNICEF Goodwill Ambassador (2005-)"
                        ],
                        "first_name": [
                            "Joseph",
                            "David",
                            "Robert"
                        ],
                        "position_occupancies": [
                            "UNICEF Goodwill Ambassador"
                        ],
                        "weak_alias": [
                            "Becks",
                            "デイヴィッド・ベッカム",
                            "Beckham",
                            "デイビッド・ベッカム",
                            "デビッド・ロバート・ジョゼフ・ベッカム",
                            "בקהאם",
                            "デーヴィッド・ベッカム",
                            "デヴィッド・ベッカム",
                            "デービッド・ベッカム",
                            "贝克汉姆",
                            "碧咸",
                            "베컴"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "Victoria Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        },
                        {
                            "name": [
                                "Brooklyn Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        },
                        {
                            "name": [
                                "Romeo Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        },
                        {
                            "name": [
                                "Cruz Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        },
                        {
                            "name": [
                                "Harper Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        },
                        {
                            "name": [
                                "Ромео Бекхем"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        },
                        {
                            "name": [
                                "Гарпер Бекем"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        },
                        {
                            "name": [
                                "کروز بیکہم"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        },
                        {
                            "name": [
                                "Viktoriya Bekhem"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2023-12-20",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1975-05-02"
                ],
                "updated_at": "2025-12-29",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q10520"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.davidbeckham.com/"
                                ],
                                "education": [
                                    "Glendower Preparatory School",
                                    "Chingford Foundation School"
                                ],
                                "notes": [
                                    "English footballer (born 1975)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1975-05-02"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Christianity"
                                ],
                                "place_of_birth": [
                                    "London Borough of Waltham Forest",
                                    "Leytonstone",
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "David Beckham"
                                ],
                                "alias": [
                                    "데이비드 로버트 조지프 베컴",
                                    "David J. Beckham",
                                    "Бекхэм, Дэвид",
                                    "Sir David Robert Joseph Beckham",
                                    "דיוויד רוברט ג'וסף בקהאם",
                                    "David Robert Joseph Beckham",
                                    "Sir David Beckham",
                                    "Девід Бекгем",
                                    "Дэвід Бекхэм",
                                    "დევიდ ბექჰემი",
                                    "ဒေးဗစ်ဘက်ခ်ဟမ်",
                                    "ডেভিড বেকহ্যাম",
                                    "डेविड बेखम",
                                    "Դևիդ Բեքհեմ",
                                    "Дейвид Бекъм",
                                    "David Beckham",
                                    "Devid Bekhem",
                                    "ដេវីដ បេកខាំ",
                                    "ಡೇವಿಡ್ ಬೆಕ್ಹ್ಯಾಮ್",
                                    "דייוויד בקהאם",
                                    "Ντέιβιντ Μπέκαμ",
                                    "ديفد بيكام",
                                    "데이비드 베컴",
                                    "Deivids Bekhems",
                                    "ڈیوڈ بیکہم",
                                    "Дэвид Бекҳэм",
                                    "Девід Бекхем",
                                    "دیوید بکهام",
                                    "Дэвид Бекхэм",
                                    "ديفيد بيكهام",
                                    "デビッド・ベッカム",
                                    "डेभिड बेक्ह्याम",
                                    "大卫·贝克汉姆",
                                    "Дејвид Бекам"
                                ],
                                "position": [
                                    "UNICEF Goodwill Ambassador (2005-)"
                                ],
                                "first_name": [
                                    "Joseph",
                                    "David",
                                    "Robert"
                                ],
                                "position_occupancies": [
                                    "UNICEF Goodwill Ambassador"
                                ],
                                "weak_alias": [
                                    "Becks",
                                    "デイヴィッド・ベッカム",
                                    "Beckham",
                                    "デイビッド・ベッカム",
                                    "デビッド・ロバート・ジョゼフ・ベッカム",
                                    "בקהאם",
                                    "デーヴィッド・ベッカム",
                                    "デヴィッド・ベッカム",
                                    "デービッド・ベッカム",
                                    "贝克汉姆",
                                    "碧咸",
                                    "베컴"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "Victoria Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Brooklyn Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Romeo Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Cruz Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Harper Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-29",
                        "created_at": "2023-12-20",
                        "description": "Profiles of politically exposed persons from Wikidata, the structured data version of  Wikipedia.",
                        "publisher": "Wikidata Politically Exposed Persons",
                        "entity_id": "6D72BZ3jBC2q7mYcLLWp9R",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q10520"
                    },
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q10520"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.davidbeckham.com/"
                                ],
                                "education": [
                                    "Chingford Foundation School",
                                    "Glendower Preparatory School"
                                ],
                                "notes": [
                                    "English footballer (born 1975)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1975-05-02"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Christianity"
                                ],
                                "place_of_birth": [
                                    "London Borough of Waltham Forest",
                                    "London",
                                    "Leytonstone"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "ديفيد بيكهام"
                                ],
                                "alias": [
                                    "דיוויד רוברט ג'וסף בקהאם",
                                    "Девід Бекгем",
                                    "Sir David Beckham",
                                    "David Robert Joseph Beckham",
                                    "데이비드 로버트 조지프 베컴",
                                    "Бекхэм, Дэвид",
                                    "Sir David Robert Joseph Beckham",
                                    "David J. Beckham",
                                    "ديفيد بيكهام",
                                    "Devid Bekhem",
                                    "ដេវីដ បេកខាំ",
                                    "デビッド・ベッカム",
                                    "Ντέιβιντ Μπέκαμ",
                                    "大卫·贝克汉姆",
                                    "데이비드 베컴",
                                    "ডেভিড বেকহ্যাম",
                                    "ಡೇವಿಡ್ ಬೆಕ್ಹ್ಯಾಮ್",
                                    "Դևիդ Բեքհեմ",
                                    "Deivids Bekhems",
                                    "دیوید بکهام",
                                    "ဒေးဗစ်ဘက်ခ်ဟမ်",
                                    "Девід Бекхем",
                                    "Дејвид Бекам",
                                    "Дэвид Бекхэм",
                                    "डेविड बेखम",
                                    "David Beckham",
                                    "Дэвід Бекхэм",
                                    "דייוויד בקהאם",
                                    "ڈیوڈ بیکہم",
                                    "დევიდ ბექჰემი",
                                    "डेभिड बेक्ह्याम",
                                    "Дэвид Бекҳэм",
                                    "Дейвид Бекъм",
                                    "ديفد بيكام"
                                ],
                                "position": [
                                    "UNICEF Goodwill Ambassador (2005-)"
                                ],
                                "first_name": [
                                    "David",
                                    "Joseph",
                                    "Robert"
                                ],
                                "position_occupancies": [
                                    "UNICEF Goodwill Ambassador"
                                ],
                                "weak_alias": [
                                    "Beckham",
                                    "デイヴィッド・ベッカム",
                                    "베컴",
                                    "贝克汉姆",
                                    "デーヴィッド・ベッカム",
                                    "בקהאם",
                                    "デイビッド・ベッカム",
                                    "デビッド・ロバート・ジョゼフ・ベッカム",
                                    "デービッド・ベッカム",
                                    "Becks",
                                    "デヴィッド・ベッカム",
                                    "碧咸"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "Victoria Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Brooklyn Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Ромео Бекхем"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Cruz Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Гарпер Бекем"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-11-01",
                        "created_at": "2025-09-22",
                        "description": "Profiles of politically exposed persons from Wikidata, the structured data version of  Wikipedia.",
                        "publisher": "Wikidata Politically Exposed Persons",
                        "entity_id": "SMWb6gykjxgVhnAtf75VGG",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q10520"
                    },
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q10520"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.davidbeckham.com/"
                                ],
                                "education": [
                                    "Glendower Preparatory School",
                                    "Chingford Foundation School"
                                ],
                                "notes": [
                                    "English footballer (born 1975)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1975-05-02"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Christianity"
                                ],
                                "place_of_birth": [
                                    "London Borough of Waltham Forest",
                                    "Leytonstone",
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Девід Бекхем"
                                ],
                                "alias": [
                                    "David Robert Joseph Beckham",
                                    "Sir David Robert Joseph Beckham",
                                    "David J. Beckham",
                                    "Sir David Beckham",
                                    "Бекхэм, Дэвид",
                                    "דיוויד רוברט ג'וסף בקהאם",
                                    "Девід Бекгем",
                                    "데이비드 로버트 조지프 베컴",
                                    "ڈیوڈ بیکہم",
                                    "大卫·贝克汉姆",
                                    "Дэвід Бекхэм",
                                    "데이비드 베컴",
                                    "דייוויד בקהאם",
                                    "ديفيد بيكهام",
                                    "დევიდ ბექჰემი",
                                    "ដេវីដ បេកខាំ",
                                    "Дэвид Бекҳэм",
                                    "David Beckham",
                                    "Devid Bekhem",
                                    "ဒေးဗစ်ဘက်ခ်ဟမ်",
                                    "Դևիդ Բեքհեմ",
                                    "ديفد بيكام",
                                    "Дејвид Бекам",
                                    "ಡೇವಿಡ್ ಬೆಕ್ಹ್ಯಾಮ್",
                                    "دیوید بکهام",
                                    "Ντέιβιντ Μπέκαμ",
                                    "ডেভিড বেকহ্যাম",
                                    "डेभिड बेक्ह्याम",
                                    "Deivids Bekhems",
                                    "Девід Бекхем",
                                    "デビッド・ベッカム",
                                    "Дейвид Бекъм",
                                    "डेविड बेखम",
                                    "Дэвид Бекхэм"
                                ],
                                "position": [
                                    "UNICEF Goodwill Ambassador (2005-)"
                                ],
                                "first_name": [
                                    "Robert",
                                    "David",
                                    "Joseph"
                                ],
                                "position_occupancies": [
                                    "UNICEF Goodwill Ambassador"
                                ],
                                "weak_alias": [
                                    "デビッド・ロバート・ジョゼフ・ベッカム",
                                    "デービッド・ベッカム",
                                    "בקהאם",
                                    "デイヴィッド・ベッカム",
                                    "Becks",
                                    "베컴",
                                    "デーヴィッド・ベッカム",
                                    "碧咸",
                                    "Beckham",
                                    "デヴィッド・ベッカム",
                                    "デイビッド・ベッカム",
                                    "贝克汉姆"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "Victoria Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Brooklyn Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Ромео Бекхем"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "کروز بیکہم"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Гарпер Бекем"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-10-29",
                        "created_at": "2025-09-23",
                        "description": "Profiles of politically exposed persons from Wikidata, the structured data version of  Wikipedia.",
                        "publisher": "Wikidata Politically Exposed Persons",
                        "entity_id": "kRsVZqdMqUzBqa4ByjxhXw",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q10520"
                    },
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q10520"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.davidbeckham.com/"
                                ],
                                "education": [
                                    "Chingford Foundation School",
                                    "Glendower Preparatory School"
                                ],
                                "notes": [
                                    "English footballer (born 1975)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1975-05-02"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Christianity"
                                ],
                                "place_of_birth": [
                                    "Leytonstone",
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Devid Bekhem"
                                ],
                                "alias": [
                                    "Девід Бекгем",
                                    "David J. Beckham",
                                    "דיוויד רוברט ג'וסף בקהאם",
                                    "Бекхэм, Дэвид",
                                    "David Robert Joseph Beckham",
                                    "Sir David Robert Joseph Beckham",
                                    "Sir David Beckham",
                                    "데이비드 로버트 조지프 베컴",
                                    "大卫·贝克汉姆",
                                    "डेभिड बेक्ह्याम",
                                    "Девід Бекхем",
                                    "Дэвід Бекхэм",
                                    "डेविड बेखम",
                                    "Дэвид Бекҳэм",
                                    "데이비드 베컴",
                                    "ديفيد بيكهام",
                                    "David Beckham",
                                    "Дэвид Бекхэм",
                                    "დევიდ ბექჰემი",
                                    "デビッド・ベッカム",
                                    "ديفد بيكام",
                                    "ដេវីដ បេកខាំ",
                                    "דייוויד בקהאם",
                                    "ডেভিড বেকহ্যাম",
                                    "Ντέιβιντ Μπέκαμ",
                                    "Devid Bekhem",
                                    "ဒေးဗစ်ဘက်ခ်ဟမ်",
                                    "Դևիդ Բեքհեմ",
                                    "ڈیوڈ بیکہم",
                                    "Дејвид Бекам",
                                    "دیوید بکهام",
                                    "Дейвид Бекъм",
                                    "Deivids Bekhems",
                                    "ಡೇವಿಡ್ ಬೆಕ್ಹ್ಯಾಮ್"
                                ],
                                "position": [
                                    "UNICEF Goodwill Ambassador (2005-)"
                                ],
                                "first_name": [
                                    "David",
                                    "Robert",
                                    "Joseph"
                                ],
                                "position_occupancies": [
                                    "UNICEF Goodwill Ambassador"
                                ],
                                "weak_alias": [
                                    "デイビッド・ベッカム",
                                    "碧咸",
                                    "Beckham",
                                    "デービッド・ベッカム",
                                    "デヴィッド・ベッカム",
                                    "贝克汉姆",
                                    "베컴",
                                    "Becks",
                                    "デーヴィッド・ベッカム",
                                    "デビッド・ロバート・ジョゼフ・ベッカム",
                                    "デイヴィッド・ベッカム",
                                    "בקהאם"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "Viktoriya Bekhem"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Brooklyn Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Romeo Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Cruz Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                },
                                {
                                    "name": [
                                        "Harper Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-07-17",
                        "created_at": "2024-08-13",
                        "description": "Profiles of politically exposed persons from Wikidata, the structured data version of  Wikipedia.",
                        "publisher": "Wikidata Politically Exposed Persons",
                        "entity_id": "RnAxVZgYwD2W3YNXBDmMSQ",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q10520"
                    }
                ],
                "id": "6D72BZ3jBC2q7mYcLLWp9R",
                "matched_names": [
                    {
                        "record_id": "6D72BZ3jBC2q7mYcLLWp9R",
                        "score": 100,
                        "source_ids": [
                            "27531317"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    },
                    {
                        "record_id": "SMWb6gykjxgVhnAtf75VGG",
                        "score": 100,
                        "source_ids": [
                            "27531317"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {
                            "profile_name": true,
                            "exact_match": false,
                            "birth_incorporation_date": false,
                            "alias": false
                        }
                    },
                    {
                        "record_id": "kRsVZqdMqUzBqa4ByjxhXw",
                        "score": 100,
                        "source_ids": [
                            "27531317"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {
                            "profile_name": false,
                            "exact_match": false,
                            "birth_incorporation_date": false,
                            "alias": true
                        }
                    },
                    {
                        "record_id": "RnAxVZgYwD2W3YNXBDmMSQ",
                        "score": 100,
                        "source_ids": [
                            "27531317"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {
                            "profile_name": false,
                            "exact_match": false,
                            "birth_incorporation_date": false,
                            "alias": true
                        }
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "David Beckham"
            },
            {
                "data": {
                    "summary": {
                        "education": [
                            "Fine Arts College",
                            "Parsons School of Design"
                        ],
                        "notes": [
                            "English model and photographer"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "1999-03-04"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "religion": [
                            "Christianity",
                            "Judaism"
                        ],
                        "place_of_birth": [
                            "London"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Brooklyn Peltz Beckham"
                        ],
                        "alias": [
                            "브루클린 베컴",
                            "Brooklyn Beckham",
                            "Μπρούκλιν Μπέκαμ",
                            "Бруклін Бекхем",
                            "بروكلين بيكخام",
                            "ブルックリン・ベッカム",
                            "ברוקלין בקהאם",
                            "Բրուքլին Բեքհեմ",
                            "بروکلین بیکہم",
                            "Бруклин Бекхэм",
                            "Brooklyn Peltz Beckham",
                            "布魯克林·貝克漢",
                            "بروکلین بکهام",
                            "بروكلين بيكهام",
                            "Modelo británico",
                            "Brooklyn Joseph Beckham",
                            "Brooklyn Joseph Peltz Beckham",
                            "ברוקלין ג'וסף בקהאם",
                            "Brooklyn Joseph Peltz-Beckham",
                            "Son of Beckham",
                            "브루클린 조지프 베컴"
                        ],
                        "first_name": [
                            "Brooklyn",
                            "Joseph"
                        ],
                        "weak_alias": [
                            "Brooklyn",
                            "ブルックリン・ジョセフ・ベッカム",
                            "布魯克林·碧咸"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-25",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1999-03-04"
                ],
                "updated_at": "2025-11-02",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q17410449"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "education": [
                                    "Fine Arts College",
                                    "Parsons School of Design"
                                ],
                                "notes": [
                                    "English model and photographer"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1999-03-04"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Christianity",
                                    "Judaism"
                                ],
                                "place_of_birth": [
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Brooklyn Peltz Beckham"
                                ],
                                "alias": [
                                    "브루클린 베컴",
                                    "Brooklyn Beckham",
                                    "Μπρούκλιν Μπέκαμ",
                                    "Бруклін Бекхем",
                                    "بروكلين بيكخام",
                                    "ブルックリン・ベッカム",
                                    "ברוקלין בקהאם",
                                    "Բրուքլին Բեքհեմ",
                                    "بروکلین بیکہم",
                                    "Бруклин Бекхэм",
                                    "Brooklyn Peltz Beckham",
                                    "布魯克林·貝克漢",
                                    "بروکلین بکهام",
                                    "بروكلين بيكهام",
                                    "Modelo británico",
                                    "Brooklyn Joseph Beckham",
                                    "Brooklyn Joseph Peltz Beckham",
                                    "ברוקלין ג'וסף בקהאם",
                                    "Brooklyn Joseph Peltz-Beckham",
                                    "Son of Beckham",
                                    "브루클린 조지프 베컴"
                                ],
                                "first_name": [
                                    "Brooklyn",
                                    "Joseph"
                                ],
                                "weak_alias": [
                                    "Brooklyn",
                                    "ブルックリン・ジョセフ・ベッカム",
                                    "布魯克林·碧咸"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-11-02",
                        "created_at": "2025-09-25",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "mJ46PWXp8isM6RUbC8SYCh",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q17410449"
                    }
                ],
                "id": "mJ46PWXp8isM6RUbC8SYCh",
                "matched_names": [
                    {
                        "record_id": "mJ46PWXp8isM6RUbC8SYCh",
                        "score": 100,
                        "source_ids": [
                            "27531824"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Brooklyn Peltz Beckham"
            },
            {
                "data": {
                    "summary": {
                        "education": [
                            "Parsons School of Design",
                            "Fine Arts College"
                        ],
                        "notes": [
                            "English model and photographer"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "1999-03-04"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "religion": [
                            "Judaism",
                            "Christianity"
                        ],
                        "place_of_birth": [
                            "London"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Brooklyn Beckham"
                        ],
                        "alias": [
                            "Brooklyn Beckham",
                            "브루클린 베컴",
                            "ברוקלין בקהאם",
                            "布魯克林·貝克漢",
                            "بروکلین بکهام",
                            "Μπρούκλιν Μπέκαμ",
                            "بروکلین بیکہم",
                            "بروكلين بيكخام",
                            "بروكلين بيكهام",
                            "Բրուքլին Բեքհեմ",
                            "Бруклин Бекхэм",
                            "Бруклін Бекхем",
                            "ブルックリン・ベッカム",
                            "Brooklyn Peltz Beckham",
                            "Brooklyn Joseph Peltz-Beckham",
                            "Son of Beckham",
                            "ברוקלין ג'וסף בקהאם",
                            "Modelo británico",
                            "Brooklyn Joseph Peltz Beckham",
                            "Brooklyn Joseph Beckham",
                            "브루클린 조지프 베컴"
                        ],
                        "first_name": [
                            "Brooklyn",
                            "Joseph"
                        ],
                        "weak_alias": [
                            "Brooklyn",
                            "ブルックリン・ジョセフ・ベッカム",
                            "布魯克林·碧咸"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-04-26",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1999-03-04"
                ],
                "updated_at": "2025-12-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q17410449"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "education": [
                                    "Parsons School of Design",
                                    "Fine Arts College"
                                ],
                                "notes": [
                                    "English model and photographer"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "1999-03-04"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "religion": [
                                    "Judaism",
                                    "Christianity"
                                ],
                                "place_of_birth": [
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Brooklyn Beckham"
                                ],
                                "alias": [
                                    "Brooklyn Beckham",
                                    "브루클린 베컴",
                                    "ברוקלין בקהאם",
                                    "布魯克林·貝克漢",
                                    "بروکلین بکهام",
                                    "Μπρούκλιν Μπέκαμ",
                                    "بروکلین بیکہم",
                                    "بروكلين بيكخام",
                                    "بروكلين بيكهام",
                                    "Բրուքլին Բեքհեմ",
                                    "Бруклин Бекхэм",
                                    "Бруклін Бекхем",
                                    "ブルックリン・ベッカム",
                                    "Brooklyn Peltz Beckham",
                                    "Brooklyn Joseph Peltz-Beckham",
                                    "Son of Beckham",
                                    "ברוקלין ג'וסף בקהאם",
                                    "Modelo británico",
                                    "Brooklyn Joseph Peltz Beckham",
                                    "Brooklyn Joseph Beckham",
                                    "브루클린 조지프 베컴"
                                ],
                                "first_name": [
                                    "Brooklyn",
                                    "Joseph"
                                ],
                                "weak_alias": [
                                    "Brooklyn",
                                    "ブルックリン・ジョセフ・ベッカム",
                                    "布魯克林·碧咸"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-11",
                        "created_at": "2025-04-26",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "68EUaDj84rMGe86eCrW3Fv",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q17410449"
                    }
                ],
                "id": "68EUaDj84rMGe86eCrW3Fv",
                "matched_names": [
                    {
                        "record_id": "68EUaDj84rMGe86eCrW3Fv",
                        "score": 100,
                        "source_ids": [
                            "27531824"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Brooklyn Beckham"
            },
            {
                "data": {
                    "summary": {
                        "education": [
                            "Millfield",
                            "Wetherby School"
                        ],
                        "notes": [
                            "English association football player (born 2002)"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "2002-09-01"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "place_of_birth": [
                            "London"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Romeo Beckham"
                        ],
                        "alias": [
                            "로미오 베컴",
                            "رومیو بیکہم",
                            "Ρομέο Μπέκαμ",
                            "رومئو بکام",
                            "روميو بيكهام",
                            "Ромео Бекхем",
                            "羅密歐·碧咸",
                            "ロメオ・ベッカム",
                            "Ромео Бекхэм",
                            "Romeo Beckham",
                            "ရိုမီယို ဘက်ခမ်း",
                            "로미오 제임스 베컴",
                            "Romeo James Beckham"
                        ],
                        "first_name": [
                            "Romeo",
                            "James"
                        ],
                        "weak_alias": [
                            "羅密歐·貝克漢"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-04-26",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2002-09-01"
                ],
                "updated_at": "2025-12-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q20426763"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "education": [
                                    "Millfield",
                                    "Wetherby School"
                                ],
                                "notes": [
                                    "English association football player (born 2002)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "2002-09-01"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "place_of_birth": [
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Romeo Beckham"
                                ],
                                "alias": [
                                    "로미오 베컴",
                                    "رومیو بیکہم",
                                    "Ρομέο Μπέκαμ",
                                    "رومئو بکام",
                                    "روميو بيكهام",
                                    "Ромео Бекхем",
                                    "羅密歐·碧咸",
                                    "ロメオ・ベッカム",
                                    "Ромео Бекхэм",
                                    "Romeo Beckham",
                                    "ရိုမီယို ဘက်ခမ်း",
                                    "로미오 제임스 베컴",
                                    "Romeo James Beckham"
                                ],
                                "first_name": [
                                    "Romeo",
                                    "James"
                                ],
                                "weak_alias": [
                                    "羅密歐·貝克漢"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-11",
                        "created_at": "2025-04-26",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "h9u6dNKMqGQcEWdpdu25ky",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q20426763"
                    }
                ],
                "id": "h9u6dNKMqGQcEWdpdu25ky",
                "matched_names": [
                    {
                        "record_id": "h9u6dNKMqGQcEWdpdu25ky",
                        "score": 100,
                        "source_ids": [
                            "27531928"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Romeo Beckham"
            },
            {
                "data": {
                    "summary": {
                        "place_of_birth": [
                            "Los Angeles"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "notes": [
                            "daughter of Victoria and David Beckham"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "2011-07-10"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "name": [
                            "Harper Beckham"
                        ],
                        "alias": [
                            "Harper Seven Beckham",
                            "하퍼 세븐 베컴",
                            "Гарпер Бекгем",
                            "Χάρπερ Μπέκαμ",
                            "Гарпер Бекем",
                            "ہارپر بیکہم",
                            "Harper Beckham",
                            "하퍼 베컴"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "first_name": [
                            "Seven",
                            "Harper"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-04-26",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2011-07-10"
                ],
                "updated_at": "2025-12-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q21005552"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "place_of_birth": [
                                    "Los Angeles"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "notes": [
                                    "daughter of Victoria and David Beckham"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "2011-07-10"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "name": [
                                    "Harper Beckham"
                                ],
                                "alias": [
                                    "Harper Seven Beckham",
                                    "하퍼 세븐 베컴",
                                    "Гарпер Бекгем",
                                    "Χάρπερ Μπέκαμ",
                                    "Гарпер Бекем",
                                    "ہارپر بیکہم",
                                    "Harper Beckham",
                                    "하퍼 베컴"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "first_name": [
                                    "Seven",
                                    "Harper"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-11",
                        "created_at": "2025-04-26",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "HuDeYZC3nLdAipCW44oKw8",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q21005552"
                    }
                ],
                "id": "HuDeYZC3nLdAipCW44oKw8",
                "matched_names": [
                    {
                        "record_id": "HuDeYZC3nLdAipCW44oKw8",
                        "score": 100,
                        "source_ids": [
                            "27531950"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Harper Beckham"
            },
            {
                "data": {
                    "summary": {
                        "place_of_birth": [
                            "Los Angeles"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "notes": [
                            "daughter of Victoria and David Beckham"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "2011-07-10"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "name": [
                            "Гарпер Бекем"
                        ],
                        "alias": [
                            "Гарпер Бекгем",
                            "하퍼 세븐 베컴",
                            "Harper Seven Beckham",
                            "하퍼 베컴",
                            "Гарпер Бекем",
                            "Harper Beckham",
                            "Χάρπερ Μπέκαμ",
                            "ہارپر بیکہم"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "first_name": [
                            "Harper",
                            "Seven"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-23",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2011-07-10"
                ],
                "updated_at": "2025-11-02",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q21005552"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "place_of_birth": [
                                    "Los Angeles"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "notes": [
                                    "daughter of Victoria and David Beckham"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "2011-07-10"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "name": [
                                    "Гарпер Бекем"
                                ],
                                "alias": [
                                    "Гарпер Бекгем",
                                    "하퍼 세븐 베컴",
                                    "Harper Seven Beckham",
                                    "하퍼 베컴",
                                    "Гарпер Бекем",
                                    "Harper Beckham",
                                    "Χάρπερ Μπέκαμ",
                                    "ہارپر بیکہم"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "first_name": [
                                    "Harper",
                                    "Seven"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-11-02",
                        "created_at": "2025-09-23",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "7tQGXsCd77h5Bvt5bFNcWK",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q21005552"
                    }
                ],
                "id": "7tQGXsCd77h5Bvt5bFNcWK",
                "matched_names": [
                    {
                        "record_id": "7tQGXsCd77h5Bvt5bFNcWK",
                        "score": 100,
                        "source_ids": [
                            "27531950"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Гарпер Бекем"
            },
            {
                "data": {
                    "summary": {
                        "website": [
                            "https://www.victoriabeckham.com/"
                        ],
                        "education": [
                            "Laine Theatre Arts",
                            "St Mary's Church of England High School"
                        ],
                        "notes": [
                            "English businesswoman, fashion designer and singer"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "1974-04-17"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham",
                            "Adams"
                        ],
                        "place_of_birth": [
                            "Harlow"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Victoria Beckham"
                        ],
                        "alias": [
                            "ויקטוריה אדאמס",
                            "פוש ספייס",
                            "Victoria Caroline, Lady Beckham",
                            "ויקטוריה קרוליין אדאמס",
                            "Бекхэм, Виктория",
                            "Posh Spice",
                            "Victoria Beckham-Adams",
                            "Вікторія Бекхем",
                            "빅토리아 애덤스",
                            "Адамс, Виктория",
                            "빅토리아 캐럴라인 애덤스",
                            "Victoria Caroline Adams",
                            "Виктория Адамс",
                            "Victoria Caroline Beckham",
                            "Վիկտորյա Կերոլայն Բեքհեմ",
                            "Victoria Adams",
                            "Вікторія Бекем",
                            "وکٹوریہ بیکہم",
                            "Victoria Beckham",
                            "विक्टोरिया बेखम",
                            "Victoria Beckhamová",
                            "Вікторыя Бекхэм",
                            "ভিক্টোরিয়া বেকহ্যাম",
                            "فيكتوريا بيكام",
                            "ויקטוריה בקהאם",
                            "빅토리아 베컴",
                            "ویکتوریا بکهام",
                            "Viktorija Bekhema",
                            "Βικτόρια Μπέκαμ",
                            "Викторија Бекам",
                            "Виктория Бекъм",
                            "Վիկտորիա Բեքհեմ",
                            "ヴィクトリア・ベッカム",
                            "Виктория Бекхэм",
                            "ვიქტორია ბეკჰემი",
                            "维多利亚·贝克汉姆",
                            "Вікторія Бекгем",
                            "فيكتوريا بيكهام",
                            "Viktoriya Bekhem"
                        ],
                        "first_name": [
                            "Victoria",
                            "Caroline"
                        ],
                        "weak_alias": [
                            "ヴィクトリア・アダムス",
                            "ポッシュ・スパイス",
                            "ヴィクトリア・キャロライン・ベッカム",
                            "Adams",
                            "Posh"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-25",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1974-04-17"
                ],
                "updated_at": "2025-12-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q19810"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.victoriabeckham.com/"
                                ],
                                "education": [
                                    "Laine Theatre Arts",
                                    "St Mary's Church of England High School"
                                ],
                                "notes": [
                                    "English businesswoman, fashion designer and singer"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "1974-04-17"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham",
                                    "Adams"
                                ],
                                "place_of_birth": [
                                    "Harlow"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Victoria Beckham"
                                ],
                                "alias": [
                                    "ויקטוריה אדאמס",
                                    "פוש ספייס",
                                    "Victoria Caroline, Lady Beckham",
                                    "ויקטוריה קרוליין אדאמס",
                                    "Бекхэм, Виктория",
                                    "Posh Spice",
                                    "Victoria Beckham-Adams",
                                    "Вікторія Бекхем",
                                    "빅토리아 애덤스",
                                    "Адамс, Виктория",
                                    "빅토리아 캐럴라인 애덤스",
                                    "Victoria Caroline Adams",
                                    "Виктория Адамс",
                                    "Victoria Caroline Beckham",
                                    "Վիկտորյա Կերոլայն Բեքհեմ",
                                    "Victoria Adams",
                                    "Вікторія Бекем",
                                    "وکٹوریہ بیکہم",
                                    "Victoria Beckham",
                                    "विक्टोरिया बेखम",
                                    "Victoria Beckhamová",
                                    "Вікторыя Бекхэм",
                                    "ভিক্টোরিয়া বেকহ্যাম",
                                    "فيكتوريا بيكام",
                                    "ויקטוריה בקהאם",
                                    "빅토리아 베컴",
                                    "ویکتوریا بکهام",
                                    "Viktorija Bekhema",
                                    "Βικτόρια Μπέκαμ",
                                    "Викторија Бекам",
                                    "Виктория Бекъм",
                                    "Վիկտորիա Բեքհեմ",
                                    "ヴィクトリア・ベッカム",
                                    "Виктория Бекхэм",
                                    "ვიქტორია ბეკჰემი",
                                    "维多利亚·贝克汉姆",
                                    "Вікторія Бекгем",
                                    "فيكتوريا بيكهام",
                                    "Viktoriya Bekhem"
                                ],
                                "first_name": [
                                    "Victoria",
                                    "Caroline"
                                ],
                                "weak_alias": [
                                    "ヴィクトリア・アダムス",
                                    "ポッシュ・スパイス",
                                    "ヴィクトリア・キャロライン・ベッカム",
                                    "Adams",
                                    "Posh"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-11",
                        "created_at": "2025-09-25",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "7PHACEvmFAgBR33jp9AiHc",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q19810"
                    }
                ],
                "id": "7PHACEvmFAgBR33jp9AiHc",
                "matched_names": [
                    {
                        "record_id": "7PHACEvmFAgBR33jp9AiHc",
                        "score": 100,
                        "source_ids": [
                            "27531908"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Victoria Beckham"
            },
            {
                "data": {
                    "summary": {
                        "place_of_birth": [
                            "Madrid"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "notes": [
                            "son of David and Victoria Beckham"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "2005-02-20"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "name": [
                            "Cruz Beckham"
                        ],
                        "alias": [
                            "Cruz David Beckham",
                            "Cruz Beckham",
                            "کروز بیکہم",
                            "Κρουζ Μπέκαμ"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "first_name": [
                            "Cruz"
                        ],
                        "weak_alias": [
                            "Cruz"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-04-26",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2005-02-20"
                ],
                "updated_at": "2025-12-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q21005513"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "place_of_birth": [
                                    "Madrid"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "notes": [
                                    "son of David and Victoria Beckham"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "2005-02-20"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "name": [
                                    "Cruz Beckham"
                                ],
                                "alias": [
                                    "Cruz David Beckham",
                                    "Cruz Beckham",
                                    "کروز بیکہم",
                                    "Κρουζ Μπέκαμ"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "first_name": [
                                    "Cruz"
                                ],
                                "weak_alias": [
                                    "Cruz"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-12-11",
                        "created_at": "2025-04-26",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "AzhxXCn38cmk3peNh9D4mX",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q21005513"
                    }
                ],
                "id": "AzhxXCn38cmk3peNh9D4mX",
                "matched_names": [
                    {
                        "record_id": "AzhxXCn38cmk3peNh9D4mX",
                        "score": 100,
                        "source_ids": [
                            "27531949"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Cruz Beckham"
            },
            {
                "data": {
                    "summary": {
                        "website": [
                            "https://www.victoriabeckham.com/"
                        ],
                        "education": [
                            "Laine Theatre Arts",
                            "St Mary's Church of England High School"
                        ],
                        "notes": [
                            "English businesswoman, fashion designer and singer"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "1974-04-17"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham",
                            "Adams"
                        ],
                        "place_of_birth": [
                            "Harlow"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "فيكتوريا بيكام"
                        ],
                        "alias": [
                            "ויקטוריה אדאמס",
                            "Виктория Адамс",
                            "Бекхэм, Виктория",
                            "Victoria Caroline, Lady Beckham",
                            "Адамс, Виктория",
                            "빅토리아 캐럴라인 애덤스",
                            "Victoria Caroline Adams",
                            "빅토리아 애덤스",
                            "Victoria Beckham-Adams",
                            "Вікторія Бекхем",
                            "Վիկտորյա Կերոլայն Բեքհեմ",
                            "Victoria Caroline Beckham",
                            "Victoria Adams",
                            "Posh Spice",
                            "Вікторія Бекем",
                            "ויקטוריה קרוליין אדאמס",
                            "פוש ספייס",
                            "Viktorija Bekhema",
                            "Вікторія Бекгем",
                            "Victoria Beckhamová",
                            "Victoria Beckham",
                            "ויקטוריה בקהאם",
                            "빅토리아 베컴",
                            "Виктория Бекхэм",
                            "Виктория Бекъм",
                            "विक्टोरिया बेखम",
                            "Վիկտորիա Բեքհեմ",
                            "Viktoriya Bekhem",
                            "Викторија Бекам",
                            "ویکتوریا بکهام",
                            "فيكتوريا بيكهام",
                            "ভিক্টোরিয়া বেকহ্যাম",
                            "ヴィクトリア・ベッカム",
                            "维多利亚·贝克汉姆",
                            "ვიქტორია ბეკჰემი",
                            "وکٹوریہ بیکہم",
                            "Вікторыя Бекхэм",
                            "فيكتوريا بيكام",
                            "Βικτόρια Μπέκαμ"
                        ],
                        "first_name": [
                            "Caroline",
                            "Викторија"
                        ],
                        "weak_alias": [
                            "Posh",
                            "Adams",
                            "ヴィクトリア・アダムス",
                            "ヴィクトリア・キャロライン・ベッカム",
                            "ポッシュ・スパイス"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-10-14",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1974-04-17"
                ],
                "updated_at": "2025-10-24",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q19810"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.victoriabeckham.com/"
                                ],
                                "education": [
                                    "Laine Theatre Arts",
                                    "St Mary's Church of England High School"
                                ],
                                "notes": [
                                    "English businesswoman, fashion designer and singer"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "1974-04-17"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham",
                                    "Adams"
                                ],
                                "place_of_birth": [
                                    "Harlow"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "فيكتوريا بيكام"
                                ],
                                "alias": [
                                    "ויקטוריה אדאמס",
                                    "Виктория Адамс",
                                    "Бекхэм, Виктория",
                                    "Victoria Caroline, Lady Beckham",
                                    "Адамс, Виктория",
                                    "빅토리아 캐럴라인 애덤스",
                                    "Victoria Caroline Adams",
                                    "빅토리아 애덤스",
                                    "Victoria Beckham-Adams",
                                    "Вікторія Бекхем",
                                    "Վիկտորյա Կերոլայն Բեքհեմ",
                                    "Victoria Caroline Beckham",
                                    "Victoria Adams",
                                    "Posh Spice",
                                    "Вікторія Бекем",
                                    "ויקטוריה קרוליין אדאמס",
                                    "פוש ספייס",
                                    "Viktorija Bekhema",
                                    "Вікторія Бекгем",
                                    "Victoria Beckhamová",
                                    "Victoria Beckham",
                                    "ויקטוריה בקהאם",
                                    "빅토리아 베컴",
                                    "Виктория Бекхэм",
                                    "Виктория Бекъм",
                                    "विक्टोरिया बेखम",
                                    "Վիկտորիա Բեքհեմ",
                                    "Viktoriya Bekhem",
                                    "Викторија Бекам",
                                    "ویکتوریا بکهام",
                                    "فيكتوريا بيكهام",
                                    "ভিক্টোরিয়া বেকহ্যাম",
                                    "ヴィクトリア・ベッカム",
                                    "维多利亚·贝克汉姆",
                                    "ვიქტორია ბეკჰემი",
                                    "وکٹوریہ بیکہم",
                                    "Вікторыя Бекхэм",
                                    "فيكتوريا بيكام",
                                    "Βικτόρια Μπέκαμ"
                                ],
                                "first_name": [
                                    "Caroline",
                                    "Викторија"
                                ],
                                "weak_alias": [
                                    "Posh",
                                    "Adams",
                                    "ヴィクトリア・アダムス",
                                    "ヴィクトリア・キャロライン・ベッカム",
                                    "ポッシュ・スパイス"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-10-24",
                        "created_at": "2025-10-14",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "hCnxbk85sBT6fDPQV7BAeX",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q19810"
                    }
                ],
                "id": "hCnxbk85sBT6fDPQV7BAeX",
                "matched_names": [
                    {
                        "record_id": "hCnxbk85sBT6fDPQV7BAeX",
                        "score": 100,
                        "source_ids": [
                            "27531908"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "فيكتوريا بيكام"
            },
            {
                "data": {
                    "summary": {
                        "place_of_birth": [
                            "Madrid"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "notes": [
                            "son of David and Victoria Beckham"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "2005-02-20"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "name": [
                            "کروز بیکہم"
                        ],
                        "alias": [
                            "Cruz David Beckham",
                            "Κρουζ Μπέκαμ",
                            "Cruz Beckham",
                            "کروز بیکہم"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "first_name": [
                            "Cruz"
                        ],
                        "weak_alias": [
                            "Cruz"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "David Beckham"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "child"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-26",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2005-02-20"
                ],
                "updated_at": "2025-10-30",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q21005513"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "place_of_birth": [
                                    "Madrid"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "notes": [
                                    "son of David and Victoria Beckham"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "2005-02-20"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "name": [
                                    "کروز بیکہم"
                                ],
                                "alias": [
                                    "Cruz David Beckham",
                                    "Κρουζ Μπέκαμ",
                                    "Cruz Beckham",
                                    "کروز بیکہم"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "first_name": [
                                    "Cruz"
                                ],
                                "weak_alias": [
                                    "Cruz"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "David Beckham"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "child"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-10-30",
                        "created_at": "2025-09-26",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "j5YKPa8fwrftJoq5YgepA9",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q21005513"
                    }
                ],
                "id": "j5YKPa8fwrftJoq5YgepA9",
                "matched_names": [
                    {
                        "record_id": "j5YKPa8fwrftJoq5YgepA9",
                        "score": 100,
                        "source_ids": [
                            "27531949"
                        ],
                        "matched_name": "David Beckham",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "David Beckham",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "کروز بیکہم"
            },
            {
                "data": {
                    "summary": {
                        "website": [
                            "https://www.victoriabeckham.com/"
                        ],
                        "education": [
                            "St Mary's Church of England High School",
                            "Laine Theatre Arts"
                        ],
                        "notes": [
                            "English businesswoman, fashion designer and singer"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "1974-04-17"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Adams",
                            "Beckham"
                        ],
                        "place_of_birth": [
                            "Harlow"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Виктория Бекхэм"
                        ],
                        "alias": [
                            "Victoria Caroline, Lady Beckham",
                            "ויקטוריה קרוליין אדאמס",
                            "Վիկտորյա Կերոլայն Բեքհեմ",
                            "Виктория Адамс",
                            "Posh Spice",
                            "Victoria Adams",
                            "Вікторія Бекхем",
                            "빅토리아 캐럴라인 애덤스",
                            "빅토리아 애덤스",
                            "Бекхэм, Виктория",
                            "Victoria Beckham-Adams",
                            "Victoria Caroline Adams",
                            "פוש ספייס",
                            "ויקטוריה אדאמס",
                            "Victoria Caroline Beckham",
                            "Адамс, Виктория",
                            "Вікторія Бекем",
                            "ვიქტორია ბეკჰემი",
                            "Викторија Бекам",
                            "ヴィクトリア・ベッカム",
                            "ویکتوریا بکهام",
                            "Viktorija Bekhema",
                            "Viktoriya Bekhem",
                            "विक्टोरिया बेखम",
                            "Вікторыя Бекхэм",
                            "فيكتوريا بيكام",
                            "Виктория Бекъм",
                            "빅토리아 베컴",
                            "Виктория Бекхэм",
                            "维多利亚·贝克汉姆",
                            "ויקטוריה בקהאם",
                            "ভিক্টোরিয়া বেকহ্যাম",
                            "وکٹوریہ بیکہم",
                            "Victoria Beckham",
                            "Victoria Beckhamová",
                            "Βικτόρια Μπέκαμ",
                            "فيكتوريا بيكهام",
                            "Вікторія Бекгем",
                            "Վիկտորիա Բեքհեմ"
                        ],
                        "first_name": [
                            "Викторија",
                            "Caroline"
                        ],
                        "weak_alias": [
                            "ヴィクトリア・キャロライン・ベッカム",
                            "Posh",
                            "Adams",
                            "ヴィクトリア・アダムス",
                            "ポッシュ・スパイス"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "ديفيد بيكهام"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-10-20",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1974-04-17"
                ],
                "updated_at": "2025-10-20",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q19810"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.victoriabeckham.com/"
                                ],
                                "education": [
                                    "St Mary's Church of England High School",
                                    "Laine Theatre Arts"
                                ],
                                "notes": [
                                    "English businesswoman, fashion designer and singer"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "1974-04-17"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Adams",
                                    "Beckham"
                                ],
                                "place_of_birth": [
                                    "Harlow"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Виктория Бекхэм"
                                ],
                                "alias": [
                                    "Victoria Caroline, Lady Beckham",
                                    "ויקטוריה קרוליין אדאמס",
                                    "Վիկտորյա Կերոլայն Բեքհեմ",
                                    "Виктория Адамс",
                                    "Posh Spice",
                                    "Victoria Adams",
                                    "Вікторія Бекхем",
                                    "빅토리아 캐럴라인 애덤스",
                                    "빅토리아 애덤스",
                                    "Бекхэм, Виктория",
                                    "Victoria Beckham-Adams",
                                    "Victoria Caroline Adams",
                                    "פוש ספייס",
                                    "ויקטוריה אדאמס",
                                    "Victoria Caroline Beckham",
                                    "Адамс, Виктория",
                                    "Вікторія Бекем",
                                    "ვიქტორია ბეკჰემი",
                                    "Викторија Бекам",
                                    "ヴィクトリア・ベッカム",
                                    "ویکتوریا بکهام",
                                    "Viktorija Bekhema",
                                    "Viktoriya Bekhem",
                                    "विक्टोरिया बेखम",
                                    "Вікторыя Бекхэм",
                                    "فيكتوريا بيكام",
                                    "Виктория Бекъм",
                                    "빅토리아 베컴",
                                    "Виктория Бекхэм",
                                    "维多利亚·贝克汉姆",
                                    "ויקטוריה בקהאם",
                                    "ভিক্টোরিয়া বেকহ্যাম",
                                    "وکٹوریہ بیکہم",
                                    "Victoria Beckham",
                                    "Victoria Beckhamová",
                                    "Βικτόρια Μπέκαμ",
                                    "فيكتوريا بيكهام",
                                    "Вікторія Бекгем",
                                    "Վիկտորիա Բեքհեմ"
                                ],
                                "first_name": [
                                    "Викторија",
                                    "Caroline"
                                ],
                                "weak_alias": [
                                    "ヴィクトリア・キャロライン・ベッカム",
                                    "Posh",
                                    "Adams",
                                    "ヴィクトリア・アダムス",
                                    "ポッシュ・スパイス"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "ديفيد بيكهام"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-10-20",
                        "created_at": "2025-10-20",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "ERkM7GW8xPCTSjNNnCsHXz",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q19810"
                    }
                ],
                "id": "ERkM7GW8xPCTSjNNnCsHXz",
                "matched_names": [
                    {
                        "record_id": "ERkM7GW8xPCTSjNNnCsHXz",
                        "score": 100,
                        "source_ids": [
                            "27531908"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "ديفيد بيكهام",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Виктория Бекхэм"
            },
            {
                "data": {
                    "summary": {
                        "website": [
                            "https://www.victoriabeckham.com/"
                        ],
                        "education": [
                            "St Mary's Church of England High School",
                            "Laine Theatre Arts"
                        ],
                        "notes": [
                            "English businesswoman, fashion designer and singer"
                        ],
                        "gender": [
                            "female"
                        ],
                        "date_of_birth": [
                            "1974-04-17"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham",
                            "Adams"
                        ],
                        "place_of_birth": [
                            "Harlow"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Victoria Beckhamová"
                        ],
                        "alias": [
                            "Вікторія Бекхем",
                            "Posh Spice",
                            "Victoria Adams",
                            "ויקטוריה קרוליין אדאמס",
                            "Victoria Beckham-Adams",
                            "빅토리아 캐럴라인 애덤스",
                            "Виктория Адамс",
                            "Վիկտորյա Կերոլայն Բեքհեմ",
                            "빅토리아 애덤스",
                            "Вікторія Бекем",
                            "פוש ספייס",
                            "Victoria Caroline Beckham",
                            "Бекхэм, Виктория",
                            "ויקטוריה אדאמס",
                            "Victoria Caroline Adams",
                            "Victoria Caroline, Lady Beckham",
                            "Адамс, Виктория",
                            "ვიქტორია ბეკჰემი",
                            "فيكتوريا بيكام",
                            "빅토리아 베컴",
                            "فيكتوريا بيكهام",
                            "विक्टोरिया बेखम",
                            "وکٹوریہ بیکہم",
                            "Viktoriya Bekhem",
                            "ভিক্টোরিয়া বেকহ্যাম",
                            "维多利亚·贝克汉姆",
                            "Victoria Beckhamová",
                            "Viktorija Bekhema",
                            "Викторија Бекам",
                            "Вікторія Бекгем",
                            "ヴィクトリア・ベッカム",
                            "ویکتوریا بکهام",
                            "Виктория Бекхэм",
                            "Вікторыя Бекхэм",
                            "Վիկտորիա Բեքհեմ",
                            "Виктория Бекъм",
                            "Victoria Beckham",
                            "Βικτόρια Μπέκαμ",
                            "ויקטוריה בקהאם"
                        ],
                        "first_name": [
                            "Caroline",
                            "Викторија"
                        ],
                        "weak_alias": [
                            "ヴィクトリア・アダムス",
                            "Posh",
                            "ヴィクトリア・キャロライン・ベッカム",
                            "ポッシュ・スパイス",
                            "Adams"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "ديفيد بيكهام"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [
                                "spouse"
                            ],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-22",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "1974-04-17"
                ],
                "updated_at": "2025-10-11",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q19810"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "website": [
                                    "https://www.victoriabeckham.com/"
                                ],
                                "education": [
                                    "St Mary's Church of England High School",
                                    "Laine Theatre Arts"
                                ],
                                "notes": [
                                    "English businesswoman, fashion designer and singer"
                                ],
                                "gender": [
                                    "female"
                                ],
                                "date_of_birth": [
                                    "1974-04-17"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham",
                                    "Adams"
                                ],
                                "place_of_birth": [
                                    "Harlow"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Victoria Beckhamová"
                                ],
                                "alias": [
                                    "Вікторія Бекхем",
                                    "Posh Spice",
                                    "Victoria Adams",
                                    "ויקטוריה קרוליין אדאמס",
                                    "Victoria Beckham-Adams",
                                    "빅토리아 캐럴라인 애덤스",
                                    "Виктория Адамс",
                                    "Վիկտորյա Կերոլայն Բեքհեմ",
                                    "빅토리아 애덤스",
                                    "Вікторія Бекем",
                                    "פוש ספייס",
                                    "Victoria Caroline Beckham",
                                    "Бекхэм, Виктория",
                                    "ויקטוריה אדאמס",
                                    "Victoria Caroline Adams",
                                    "Victoria Caroline, Lady Beckham",
                                    "Адамс, Виктория",
                                    "ვიქტორია ბეკჰემი",
                                    "فيكتوريا بيكام",
                                    "빅토리아 베컴",
                                    "فيكتوريا بيكهام",
                                    "विक्टोरिया बेखम",
                                    "وکٹوریہ بیکہم",
                                    "Viktoriya Bekhem",
                                    "ভিক্টোরিয়া বেকহ্যাম",
                                    "维多利亚·贝克汉姆",
                                    "Victoria Beckhamová",
                                    "Viktorija Bekhema",
                                    "Викторија Бекам",
                                    "Вікторія Бекгем",
                                    "ヴィクトリア・ベッカム",
                                    "ویکتوریا بکهام",
                                    "Виктория Бекхэм",
                                    "Вікторыя Бекхэм",
                                    "Վիկտորիա Բեքհեմ",
                                    "Виктория Бекъм",
                                    "Victoria Beckham",
                                    "Βικτόρια Μπέκαμ",
                                    "ויקטוריה בקהאם"
                                ],
                                "first_name": [
                                    "Caroline",
                                    "Викторија"
                                ],
                                "weak_alias": [
                                    "ヴィクトリア・アダムス",
                                    "Posh",
                                    "ヴィクトリア・キャロライン・ベッカム",
                                    "ポッシュ・スパイス",
                                    "Adams"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "ديفيد بيكهام"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [
                                        "spouse"
                                    ],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-10-11",
                        "created_at": "2025-09-22",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "R3wvbg6s57yACASd3LRapq",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q19810"
                    }
                ],
                "id": "R3wvbg6s57yACASd3LRapq",
                "matched_names": [
                    {
                        "record_id": "R3wvbg6s57yACASd3LRapq",
                        "score": 100,
                        "source_ids": [
                            "27531908"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "ديفيد بيكهام",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Victoria Beckhamová"
            },
            {
                "data": {
                    "summary": {
                        "education": [
                            "Millfield",
                            "Wetherby School"
                        ],
                        "notes": [
                            "English association football player (born 2002)"
                        ],
                        "gender": [
                            "male"
                        ],
                        "date_of_birth": [
                            "2002-09-01"
                        ],
                        "citizenship": [
                            "gb"
                        ],
                        "last_name": [
                            "Beckham"
                        ],
                        "place_of_birth": [
                            "London"
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "entity_type": [
                            "person"
                        ],
                        "name": [
                            "Ромео Бекхем"
                        ],
                        "alias": [
                            "رومیو بیکہم",
                            "روميو بيكهام",
                            "Ρομέο Μπέκαμ",
                            "Ромео Бекхем",
                            "Romeo Beckham",
                            "Ромео Бекхэм",
                            "ロメオ・ベッカム",
                            "ရိုမီယို ဘက်ခမ်း",
                            "로미오 베컴",
                            "رومئو بکام",
                            "羅密歐·碧咸",
                            "Romeo James Beckham",
                            "로미오 제임스 베컴"
                        ],
                        "first_name": [
                            "Romeo",
                            "James"
                        ],
                        "weak_alias": [
                            "羅密歐·貝克漢"
                        ]
                    },
                    "additional_information": {
                        "flag_summary": []
                    },
                    "identification_documents": [],
                    "crypto_wallets": [],
                    "linked_entities": [
                        {
                            "name": [
                                "ديفيد بيكهام"
                            ],
                            "active": [],
                            "details": [],
                            "relation": [],
                            "status": []
                        }
                    ]
                },
                "created_at": "2025-09-23",
                "risk_decision": "Failed",
                "hio": false,
                "category_list": [
                    "pep"
                ],
                "birth_incorporation_date": [
                    "2002-09-01"
                ],
                "updated_at": "2025-11-01",
                "source_details": [
                    {
                        "source_categories": [
                            {
                                "pep": "https://www.wikidata.org/wiki/Q20426763"
                            }
                        ],
                        "category_list": [
                            "pep"
                        ],
                        "additional_sources": [],
                        "data": {
                            "summary": {
                                "education": [
                                    "Millfield",
                                    "Wetherby School"
                                ],
                                "notes": [
                                    "English association football player (born 2002)"
                                ],
                                "gender": [
                                    "male"
                                ],
                                "date_of_birth": [
                                    "2002-09-01"
                                ],
                                "citizenship": [
                                    "gb"
                                ],
                                "last_name": [
                                    "Beckham"
                                ],
                                "place_of_birth": [
                                    "London"
                                ],
                                "category_list": [
                                    "pep"
                                ],
                                "entity_type": [
                                    "person"
                                ],
                                "name": [
                                    "Ромео Бекхем"
                                ],
                                "alias": [
                                    "رومیو بیکہم",
                                    "روميو بيكهام",
                                    "Ρομέο Μπέκαμ",
                                    "Ромео Бекхем",
                                    "Romeo Beckham",
                                    "Ромео Бекхэм",
                                    "ロメオ・ベッカム",
                                    "ရိုမီယို ဘက်ခမ်း",
                                    "로미오 베컴",
                                    "رومئو بکام",
                                    "羅密歐·碧咸",
                                    "Romeo James Beckham",
                                    "로미오 제임스 베컴"
                                ],
                                "first_name": [
                                    "Romeo",
                                    "James"
                                ],
                                "weak_alias": [
                                    "羅密歐·貝克漢"
                                ]
                            },
                            "additional_information": {
                                "flag_summary": []
                            },
                            "identification_documents": [],
                            "crypto_wallets": [],
                            "linked_entities": [
                                {
                                    "name": [
                                        "ديفيد بيكهام"
                                    ],
                                    "active": [],
                                    "details": [],
                                    "relation": [],
                                    "status": []
                                }
                            ]
                        },
                        "updated_at": "2025-11-01",
                        "created_at": "2025-09-23",
                        "description": "Wikidata is the structured data project of the Wikipedia community, providing fact-based information edited by humans and machines",
                        "publisher": "Wikidata",
                        "entity_id": "ih97gUxibKaV5ZLb2XL6Xt",
                        "country_list": [
                            "United Kingdom"
                        ],
                        "url": "https://www.wikidata.org/wiki/Q20426763"
                    }
                ],
                "id": "ih97gUxibKaV5ZLb2XL6Xt",
                "matched_names": [
                    {
                        "record_id": "ih97gUxibKaV5ZLb2XL6Xt",
                        "score": 100,
                        "source_ids": [
                            "27531928"
                        ],
                        "matched_name": "ديفيد بيكهام",
                        "matching_fields": {}
                    }
                ],
                "risk_score": 72,
                "country_list": [
                    "United Kingdom"
                ],
                "match_status": "Potential Match",
                "matched_alias": "",
                "matched_rca": "ديفيد بيكهام",
                "risk_level": "High",
                "entity_type": [
                    "person"
                ],
                "name": "Ромео Бекхем"
            }
        ]
    },
    "message": "",
    "sequence_id": "1780478758020-808619"
}

Appendix

category_list

CategoryDescriptionNotes
professional_integrityProfessional IntegrityEvaluates the competence, skills, integrity, and professional ethics of financial practitioners.
regulatory_enforcementRegulatory EnforcementWarnings and penalties issued by regulators to violators.
sanctionsSanctions ListPunitive restrictions imposed by governments or international organizations on individuals, entities, or countries.
pepPolitically Exposed PersonGovernment officials at all levels and other politically related persons.
sipSpecial Interest PersonA natural person with higher risk due to suspected or confirmed involvement in criminal activities.
sieSpecial Interest EntityA company or organization with higher risk due to suspected or confirmed involvement in criminal activities.
insolvencyInsolvencyCompanies or organizations unable to repay debts or declared bankrupt by a court.

Country Code

Country NameCode
AfghanistanAF
AlbaniaAL
AlgeriaDZ
Aland IslandsAX
American SamoaAS
AndorraAD
AngolaAO
AnguillaAI
Antigua and BarbudaAG
ArgentinaAR
ArmeniaAM
ArubaAW
AustraliaAU
AustriaAT
AzerbaijanAZ
BahrainBH
BangladeshBD
BarbadosBB
BelarusBY
BelgiumBE
BelizeBZ
BeninBJ
BermudaBM
BhutanBT
BoliviaBO
Bosnia and HerzegovinaBA
BotswanaBW
BrazilBR
British Virgin IslandsVG
BruneiBN
BulgariaBG
Burkina FasoBF
BurundiBI
CambodiaKH
CameroonCM
CanadaCA
Cape VerdeCV
Caribbean NetherlandsBQ
Cayman IslandsKY
Central African RepublicCF
ChadTD
Channel IslandsJE
ChileCL
ChinaCN
Cocos (Keeling) IslandsCC
ColombiaCO
ComorosKM
CongoCG
Cook IslandsCK
Costa RicaCR
Cote D'Ivoire (Ivory Coast)CI
CroatiaHR
CubaCU
CuracaoCW
CyprusCY
Czech RepublicCZ
Democratic Republic of the CongoCD
DenmarkDK
DjiboutiDJ
DominicaDM
Dominican RepublicDO
East TimorTL
EcuadorEC
EgyptEG
El SalvadorSV
Equatorial GuineaGQ
EritreaER
EstoniaEE
EswatiniSZ
EthiopiaET
Falkland Islands (Islas Malvinas)FK
Faroe IslandsFO
FijiFJ
FinlandFI
FranceFR
French GuianaGF
French PolynesiaPF
GabonGA
GeorgiaGE
GermanyDE
GhanaGH
GibraltarGI
GreeceGR
GreenlandGL
GrenadaGD
GuadeloupeGP
GuamGU
GuatemalaGT
GuineaGN
Guinea-BissauGW
GuyanaGY
HaitiHT
Holy SeeVA
HondurasHN
HungaryHU
IcelandIS
IndiaIN
IndonesiaID
IranIR
IraqIQ
IrelandIE
Isle of ManIM
IsraelIL
ItalyIT
JamaicaJM
JapanJP
JordanJO
KazakhstanKZ
KenyaKE
KiribatiKI
KosovoXK
KuwaitKW
KyrgyzstanKG
LaosLA
LatviaLV
LebanonLB
LesothoLS
LiberiaLR
LibyaLY
LiechtensteinLI
LithuaniaLT
LuxembourgLU
MacedoniaMK
MadagascarMG
MalawiMW
MalaysiaMY
MaldivesMV
MaliML
MaltaMT
Marshall IslandsMH
MartiniqueMQ
MauritaniaMR
MauritiusMU
MayotteYT
MexicoMX
MicronesiaFM
MoldovaMD
MonacoMC
MongoliaMN
MontenegroME
MontserratMS
MoroccoMA
MozambiqueMZ
Myanmar (Burma)MM
NamibiaNA
NauruNR
NepalNP
NetherlandsNL
New CaledoniaNC
New ZealandNZ
NicaraguaNI
NigerNE
NigeriaNG
NiueNU
North KoreaKP
Northern Mariana IslandsMP
NorwayNO
OmanOM
PakistanPK
PalauPW
State of PalestinePS
PanamaPA
Papua New GuineaPG
ParaguayPY
PeruPE
PhilippinesPH
Pitcairn IslandsPN
PolandPL
PortugalPT
Puerto RicoPR
QatarQA
ReunionRE
RomaniaRO
RussiaRU
RwandaRW
Saint BarthelemyBL
Saint HelenaSH
Saint Kitts and NevisKN
Saint LuciaLC
Sint MaartenSX
Saint MartinMF
Saint Pierre and MiquelonPM
Saint Vincent and the GrenadinesVC
SamoaWS
San MarinoSM
Sao Tome and PrincipeST
Saudi ArabiaSA
SenegalSN
SerbiaRS
SeychellesSC
Sierra LeoneSL
SingaporeSG
SlovakiaSK
SloveniaSI
Solomon IslandsSB
SomaliaSO
South AfricaZA
South KoreaKR
South SudanSS
SpainES
Sri LankaLK
SudanSD
SurinameSR
SwedenSE
SwitzerlandCH
SyriaSY
TajikistanTJ
TanzaniaTZ
ThailandTH
The BahamasBS
The GambiaGM
TogoTG
TokelauTK
TongaTO
Trinidad and TobagoTT
TunisiaTN
TurkiyeTR
TurkmenistanTM
Turks and Caicos IslandsTC
TuvaluTV
UgandaUG
UkraineUA
United Arab EmiratesAE
United KingdomGB
United StatesUS
UruguayUY
U.S. Virgin IslandsVI
UzbekistanUZ
VanuatuVU
Vatican CityVA
VenezuelaVE
VietnamVN
Wallis and FutunaWF
Western SaharaEH
YemenYE
ZambiaZM
ZimbabweZW

Supported Languages

Language
Arabic
Bulgarian
Catalan
Chinese (Simplified)
Chinese (Traditional)
Croatian
Czech
Danish
Dutch
English
Estonian
Finnish
French
Frisian
German
Greek
Hebrew
Hungarian
Icelandic
Italian
Japanese
Korean
Latin
Latvian
Lithuanian
Norwegian
Norwegian (Nynorsk)
Polish
Portuguese (Brazil)
Portuguese (Portugal)
Romanian
Russian
Serbian
Slovak
Slovenian
Spanish
Swedish
Turkish