API Documentation

Entity Hero has an API-style output designed for developer documentation. Users can use this API to calculate the risk of any customer or client. This document provides a brief API overview, Sample Request and Response and HTTP response code description.

API Overview

Entity Hero API are designed to calculate the risk of customer or client.

Users can use the API to calculate the risk of any customer or client. This document provides a comprehensive overview of the Entity Hero API, including its endpoints, input/output schemas, and usage instructions.

Please contact us for API related information.

API displayed in the documentation is for representation purpose.

Authentication

This endpoint allows the user to generate a new token for authentication. Upon receiving a valid request with the required parameters, it will generate a new token. If any parameter in request json is invalid, a Bad Request response is returned.

Base URL: https://api.entityhero.com/crr/

End point : api/token

Method: POST

Example Request

                                
{
  "userName": "YTJGc2NHVnphQzV3WVhSdmJHbGhKVFF3ZW1sbmNtRnRMblJsWTJnPQ%3D%3D",
  "password": "YTJGc2NHVnphQzV3WVhSdmJHbGhKVFF3ZW1sbmNt"
}
Response JSON:

                                
{
  "Success": true,
  "ResponseCode": 200,
  "Message": "Token in Body",
  "Body": {
    "access_token": "eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGVuYyNyc2Etb2FlcCIsImVuYyI6IkExMjhDQkMtSFMyNTYiLCJraWQiOiI1OEYxNzY3QzMxRDQ3Q0VCOTdDMTk0MDBBMTIyNEYwNUI5MUFEMDRFIiwidHlwIjoiSldUIiwiY3R5IjoiSldUIn0.d6uVhWaUK882Ip9G_S SJNE6_9gkCi4vC_0A8q6D93bkzUydHvIbGrYxv2BTnIsilom0L-aF-5bcmK1ncGCtSFpL72bRPxVJcEz5HV_HHf344rqkusTV8tnxN4RfO8RHUpxY4BitLRP0dUwUAbN8uF-Au5yzcJyyX69Fo7RFkZFZ9McGkStDwka4KKvl_uE75OOJmdE3Zu5rut7Pf01C3BnIAAVNgb79GDhGTbzjx1_hywHrjP9oJsYEcXLpgZv0cQF4s_ntEsLHHE8kmjQkZ_r-tMoYaPC-tWK2X1da01D15hSH3B9waDqNRf6XC6UYYUMHeIHhWmPrGI4Ltwo53Hw.EZaCqfwi4JGOeHCyurrn3Q.7HpQeRmzBhuLnfe_amoZ1giGOmFpWbCGziWFJYz1osAUypAj7H6Oe-SuNDEqqdD3fHaBAI7XEysY3O-PvOymydIgR8DyuUkk7xm0SpOnrxBExWHnUKnmWgO3iqe-dgLr-Yi0a4yeOhQQDyXoy8tnnIeOpJmQ7gQybF_afJOHuoienGPQnzAq5KJDhQ7vZXweqp3Ls3atiBeWOizYd8gV-_6otGIDOubMzAzsL50YVZahrvmLd3yB8GblHQXpoBdPP8iotIVpQFUgAzX_rBohlOa4CZyl myIHgk8r-Tl6xXaQtR6G-sKCmaLvNXM0seFBi4Elk8Ro-Q9uLhlDzE0IJK-fTXDEPPN99OHjn5SkwN-NU24-ithFLaL-_PYpN-cAXQxMWpqwXgLc2Uu8LpYUWJxAqrJRkfskZxDCWfoVEFjy1nwYwoxmBglWqOC9eHph31 m4tSodE1QPX165fRtSWzbeJiAuWhyGFDROFaMa0OsrriEgbAgNyZc-0uvKKd7AX7yKMysmPebMYU0MrQK-qQ.A6o1ejUNhgSuEa5J6hyYjQ"
  }
}

                            

SNo Field Name Data Type Description
1 message String Any additional information or error message (empty if successful).
2 Data Object Contains the access token and expiration info.
3 access_token String The token used to authenticate future API requests.
4 Expire String Duration for which the token remains valid (120 minutes)
5 success Boolean Indicates whether the token generation was successful
Single Entity Creation API – Ongoing Stage

This endpoint allows the user to set the weights of different risk categories, its conditions, subconditions and factors. Upon receiving a valid request with the required parameters, it will set weights to its requested category or condition or sub condition or factor. If any parameter in request json is invalid, a Bad Request response is returned.

End Point: https://api.entityhero.com/eh/api/SingleEntityCreation/

Header : Bearer {Token}

Method: POST

Without PreScreening.io Parameters
  With Association
Request JSON:

    
{
    "projectId": 101,  
    "profile": {
        "primaryInformation": {
            "customerId": "05MayCust06",
            "onBoardingDate": {
                "date": "29",
                "month": "Feb",
                "year": "2020"
            },
            "onboardingMethod": "string",
            "otherID": "OtherID02",
            "entityType": "Individual",
            "legalClassification": "NGO",
            "name": {
                "prefix": "",
                "FirstName": "Anil",
                "middleName": "",
                "LastName": "Kapoor"
            },
            "maidenName": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "registeredOrLegalName": "ABC Trust",
            "tradeName": "string",
            "abbrevationOrShortName": [
                "string"
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "13",
                    "month": "Apr",
                    "year": "1966"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "string",
                    "isoCodeForPlaceOfBirth": "string"
                }
            ],
            "dateOfIncorporation": {
                "date": "15",
                "month": "Apr",
                "year": "2026"
            },
            "placeOfIncorporation": "India",
            "isoCodeForPlaceOfIncorporation": "string",
            "dateOfCommencementOfBusiness": {
                "date": "16",
                "month": "May",
                "year": "2001"
            },
            "gender": "Male",
            "maritalStatus": "Married",
            "numberOfDependents": "2",
            "nationality": [
                "Indian"
            ],
            "citizenship": [
                "string"
            ],
            "residentialStatus": [
                "string"
            ],
            "religion": [
                "string"
            ],
            "demographicGroup": [
                "string"
            ],
            "personWithDisability": "string",
            "educationQualification": [
                "string"
            ],
            "industry": [
                "string"
            ],
            "merchantCategoryCode": [
                "6051"
            ],
            "paymentNetwork": [
                "string"
            ],
            "countryofDomicile": "Albania"
        },
        "familyDetails": {
            "father": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "mother": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "spouse": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "guardian": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string",
                    "relationshipName": "string",
                    "relationshipType": "string"
                }
            ]
        },
        "keyManagerial": {
            "directorNomineeDirectorManagingDirector": "string",
            "din": "string",
            "shareholdingPercentage": "60",
            "nationality": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "12",
                    "number": "832222322"
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "12",
                    "number": "12323232"
                }
            ],
            "emailAddress": [
                "string@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "websiteUrl": [
                ""
            ]
        },
        "mailingAddress": {          
            "street": "Street",
            "district": "district",
            "city/town/vilage": "town",
            "state": "state",
            "country": "India",
            "isoCode": "isoCode",
            "pincode": "110001",
            "poBoxNumber": "poBoxNumber"
        }
    },
    "geographic": {
        "geolocation": {
            "latitude": "  ",
            "longitude": "  "
        },
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "city/town/vilage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": ""
        },
        "currentResidentialAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "Afghanistan",
                "isoCode": "string",
                "pincode": "400001",
                "poBoxNumber": "string"
            }
        ],
        "registeredAddress": {
            "street": "string",
            "district": "string",
            "city/town/vilage": "string",
            "state": "string",
            "country": "India",
            "isoCode": "string",
            "pincode": "string",
            "proofOfAddress": "string",
            "poBoxNumber": "string"
        },
        "operatingBusinessAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "string",
                "isoCode": "string",
                "pincode": "string",
                "proofOfAddress": "string",
                "poBoxNumber": "string"
            }
        ]
    },
    "occupation": {
        "occupation": [
            {
                "occupationDetail": {
                    "occupationType": "Casino Dealer",
                    "nameOfBusinessOrFirm": "string",
                    "natureOfBusiness": "string",
                    "typeOfFirm": "string",
                    "businessStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "yearsInBusiness": "123",
                    "employerName": "string",
                    "employerIndustry": "string",
                    "employmentType": "string",
                    "designation": "Aaditya",
                    "workExperienceInYrs": "12",
                    "dateOfJoining": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "salaryMode": "string",
                    "address": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "string",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "mailingAddress": {
                        "street": "",
                        "district": "",
                        "City/Town/Village": "",
                        "state": "",
                        "country": "",
                        "pincode": "",
                        "isoCode": ""
                    },
                    "contactDetails": [
                        {
                            "telephoneNumberOffice": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "telephoneNumberRes": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "phoneNumber": [
                                {
                                    "countryCode": "12",
                                    "number": "123434323"
                                }
                            ],
                            "mobileNumber": [
                                {
                                    "countryCode": "123",
                                    "number": "12332222"
                                }
                            ],
                            "emailAddress": [
                                "string@gmail.com"
                            ],
                            "businessEmailAddress": "string"
                        }
                    ]
                }
            }
        ]
    },
    "financial": {
        "bank": [
            {
                "bankDetail": {
                    "bankName": "name",
                    "bankAccountType": "string",
                    "bankAccountNumber": "",
                    "branchName": "string",
                    "ifscCode": "SBIN0007485",
                    "swiftCode/BICCode": "34324234324",
                    "internationalBankAccountNumber": "GB82WEST12345698765432",
                    "routingNumber": "123456789",
                    "bankAccountHolderName": "string",
                    "accountOpeningDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "bankAccountStatus": "string",
                    "authorizedSignatory": [
                        "string"
                    ],
                    "roleOfAuthorizedSignatory": "string",
                    "street": "string",
                    "district": "string",
                    "cityOrTownOrVillage": "string",
                    "state": "string",
                    "country": "string",
                    "pincode": "string",
                    "nominee": [
                        {
                            "prefix": "string",
                            "firstName": "string",
                            "middleName": "string",
                            "lastName": "string",
                            "relationshipType": "string",
                            "relationshipName": "string"
                        }
                    ]
                }
            }
        ],
        "financialOverview": {
            "numberOfOperatingAccounts": 0,
            "sourceOfIncome": "Unregistered Business",
            "secondarySourcesOfIncome": [
                "string"
            ],
            "monthlyIncome": "25000",
            "grossAnnualIncome": "434434",
            "totalAssetValue": "435335435",
            "netWorth": "0",
            "profitBeforeTax": "23",
            "profitAfterTax": "23",
            "ebitda": "323",
            "returnOnEquity%": "12",
            "returnOnAssets%": "23",
            "totalAssestValue": "232",
            "totalLiabilityValue": "23",
            "currentRatio": "0.9",
            "quickRatio": "2",
            "numberOfActiveAccounts": "232323",
            "financialYear": "string",
            "netSales": "string"
        }
    },
    "transaction": {
        "transactionDetails": [
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "500",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iran",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iraq",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Afghanistan",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            }
        ]
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": "Customer002"
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AGQPG6356F",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },{
                "identifierDetails": {
                    "identifierType": "CIN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "L01631KA2010PTC096843",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "Passport",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AHDT090HT",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
           
            {
                "identifierDetails": {
                    "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                     "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            }
            
        ]
    },
    "productAndServices": {
        "product": [
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12341",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12342",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "15",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123453",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            {        
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123454",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "25",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            { 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123455",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "28",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            }
        ],
        "otherProducts": {
            "realEstate": {
                "propertyType": "string",
                "subType": "string",
                "projectSocietyName": "string",
                "unitNumberFlatNumber": "string",
                "registrationNumber": "string",
                "ownerName": "string",
                "ownerType": "string",
                "identifierType": "string",
                "identificationNumber": "string",
                "phoneNumber": "string",
                "sellerEmailAddress": "string",
                "transactionDetails": "string",
                "listingPrice": "string",
                "currency": "string",
                "pricepersqft": "string",
                "bookingAmount": "string",
                "maintenanceCharges": "string",
                "transactionType": "string",
                "paymentTerms": "string"
            },
            "jewellery": {
                "productIDSKU": "string",
                "productName": "string",
                "category": "string",
                "subCategory": "string",
                "designStyleName": "string",
                "collectionName": "string",
                "primaryMetalType": "string",
                "purityKarat": "string",
                "metalWeight": "string",
                "gemstoneType": "string",
                "gemstoneCut": "string",
                "gemstoneCaratWeight": "string",
                "gemstoneClarityColor": "string",
                "totalNumberofStones": "string",
                "enamelAdditionalMaterialDetails": "string",
                "dimensions": "string",
                "ringSizeBraceletSize": "string",
                "settingType": "string",
                "polishFinish": "string",
                "craftsmanshipType": "string",
                "certificationNumber": "string",
                "hallmarkDetails": "string",
                "countryofOrigin": "string",
                "ethicalSourcingInformation": "string",
                "costPrice": "string",
                "sellingPrice": "string",
                "currency": "string",
                "discount": "string",
                "appraisalValue": "string",
                "insuranceValue": "string",
                "stockStatus": "string",
                "quantityAvailable": "string",
                "dateofManufactureAcquisition": "string",
                "monthofManufactureAcquisition": "string",
                "yearofManufactureAcquisition": "string",
                "supplierManufacturerName": "string",
                "purchaseOrderNumber": "string"
            },
            "termDeposit": {
                "depositAmount": "string",
                "interestRate": "string",
                "maturityDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "bankName": "string"
            },
            "travellersChequeRemittanceServicesForexExchange": {
                "currencyType": "string",
                "transactionAmount": "string",
                "exchangeRate": "string",
                "issuingReceivingInstitution": "string"
            },
            "mutualFundPensionFund": {
                "fundName": "string",
                "fundType": "string",
                "navUnitPrice": "string",
                "riskCategory": "string"
            },
            "derivatives": {
                "derivativeType": "string",
                "underlyingAsset": "string",
                "contractSize": "string",
                "expiryDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "landCommercialPropertyResidential": {
                "propertyType": "string",
                "location": "string",
                "marketValue": "string",
                "ownershipStatus": "string"
            },
            "virtualCurrency": {
                "currencyName": "string",
                "walletAddressID": "string",
                "transactionValue": "string",
                "exchangePlatform": "string"
            },
            "wealthManagementFinancialPlanningTaxPlanning": {
                "serviceProviderName": "string",
                "serviceType": "string",
                "clientprofile": "string",
                "feeCommissionStructure": "string"
            },
            "casinoGamesOnlineGamblingSportsGamblingPokerBingoIGamingILottery": {
                "gameType": "string",
                "platformOperator": "string",
                "stakeBetAmount": "string",
                "licenseRegulatoryJurisdiction": "string"
            },
            "companyRegistrationBusinessAdvisoryConsultingServicesCorporateServicesCorporateFinanceBusinessServicesPayroll": {
                "serviceType": "string",
                "serviceProvider": "string",
                "jurisdictionRegion": "string",
                "registrationServiceFee": "string"
            },
            "accountingForensicAccountingAuditingAssuranceAdvisory": {
                "serviceType": "string",
                "serviceProvider": "string",
                "industrySectorServed": "string",
                "engagementPeriod": "string"
            },
            "insolvencyBusinessRecoveryPersonalInsolvency": {
                "caseType": "string",
                "jurisdiction": "string",
                "appointedAdministratorTrustee": "string",
                "effectiveDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "accountingSoftwareProducts": {
                "productName": "string",
                "vendor": "string",
                "licenseType": "string",
                "version": "string"
            },
            "foreignCorporation": {
                "countryOfIncorporation": "string",
                "registrationNumber": "string",
                "entityType": "string",
                "incorporationDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "industrialProperty": {
                "propertyType": "string",
                "location": "string",
                "ownershipLeaseStatus": "string",
                "marketValue": "string"
            },
            "anyOtherPersonalInstalmentLoanProduct": {
                "loanAmount": "string",
                "interestRate": "string",
                "tenure": "string",
                "issuingInstitution": "string"
            },
            "luxuriousItems": {
                "luxuryItemCategory": "string",
                "uniqueIdentifier": "string",
                "value": "string",
                "certificationAuthority": "string"
            },
            "law": {
                "legalServiceType": "string",
                "lawFirmAttorneyName": "string",
                "jurisdictionCourt": "string",
                "matterEngagementID": "string",
                "counterpartyDetails": "string"
            }
        }
    },
    "systemInformation": {
        "deviceData": {
            "ipAddress": [
                "  "
            ],
            "deviceId": [
                "string"
            ],
            "loginDate": {
                "date": "16",
                "month": "May",
                "year": "2001"
            }
        }
    },
    "isPsioNameScreening": false,
    "isTransactionScreening": false,
    "apcStartDate": "",
    "apcEndDate": "",
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    }
}

Response JSON:

{
    "Success": true,
    "ResponseCode": 200,
    "Message": "Entity Created Successfully",
    "CustomerId": "05MayCust08",
    "EntityId": "EN0250570BIEH800",
    "Body": {
        "prescreeningioResponse": {},
        "entityRiskScore": {
            "risk_score": "4.64",
            "risk": "Medium"
        },
        "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242616,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242615,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242609,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared monthly income low?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.36,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.02,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242610,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared net worth high?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242606,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in permanent address a FATF black list country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 70.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242607,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in current address a sanctioned country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 30.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242608,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "PIN code risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242614,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Is sanctioned",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242605,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the customer’s verification status unverified?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 70.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.1,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242604,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the identification document expired?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 30.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.43,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242602,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Occupation Risk",
                "condition_name": "Is the customer in a high-risk occupation?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242613,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is a PEP",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242611,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Service/Transaction Risk",
                "condition_name": "Is the mode of payment high-risk?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242603,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Source of Wealth",
                "condition_name": "Is the source of income unregistered or unclear?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.43,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.14,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0
}

Without PreScreening.io Parameters
  Without Associations
Request JSON:

    
{
    "projectId": 101,  
    "profile": {
        "primaryInformation": {
            "customerId": "05MayCust06",
            "onBoardingDate": {
                "date": "29",
                "month": "Feb",
                "year": "2020"
            },
            "onboardingMethod": "string",
            "otherID": "OtherID02",
            "entityType": "Individual",
            "legalClassification": "NGO",
            "name": {
                "prefix": "",
                "FirstName": "Anil",
                "middleName": "",
                "LastName": "Kapoor"
            },
            "maidenName": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "registeredOrLegalName": "ABC Trust",
            "tradeName": "string",
            "abbrevationOrShortName": [
                "string"
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "13",
                    "month": "Apr",
                    "year": "1966"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "string",
                    "isoCodeForPlaceOfBirth": "string"
                }
            ],
            "dateOfIncorporation": {
                "date": "15",
                "month": "Apr",
                "year": "2026"
            },
            "placeOfIncorporation": "India",
            "isoCodeForPlaceOfIncorporation": "string",
            "dateOfCommencementOfBusiness": {
                "date": "16",
                "month": "May",
                "year": "2001"
            },
            "gender": "Male",
            "maritalStatus": "Married",
            "numberOfDependents": "2",
            "nationality": [
                "Indian"
            ],
            "citizenship": [
                "string"
            ],
            "residentialStatus": [
                "string"
            ],
            "religion": [
                "string"
            ],
            "demographicGroup": [
                "string"
            ],
            "personWithDisability": "string",
            "educationQualification": [
                "string"
            ],
            "industry": [
                "string"
            ],
            "merchantCategoryCode": [
                "6051"
            ],
            "paymentNetwork": [
                "string"
            ],
            "countryofDomicile": "Albania"
        },
        "familyDetails": {
            "father": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "mother": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "spouse": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "guardian": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string",
                    "relationshipName": "string",
                    "relationshipType": "string"
                }
            ]
        },
        "keyManagerial": {
            "directorNomineeDirectorManagingDirector": "string",
            "din": "string",
            "shareholdingPercentage": "60",
            "nationality": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "12",
                    "number": "832222322"
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "12",
                    "number": "12323232"
                }
            ],
            "emailAddress": [
                "string@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "websiteUrl": [
                ""
            ]
        },
        "mailingAddress": {          
            "street": "Street",
            "district": "district",
            "city/town/vilage": "town",
            "state": "state",
            "country": "India",
            "isoCode": "isoCode",
            "pincode": "110001",
            "poBoxNumber": "poBoxNumber"
        }
    },
    "geographic": {
        "geolocation": {
            "latitude": "  ",
            "longitude": "  "
        },
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "city/town/vilage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": ""
        },
        "currentResidentialAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "Afghanistan",
                "isoCode": "string",
                "pincode": "400001",
                "poBoxNumber": "string"
            }
        ],
        "registeredAddress": {
            "street": "string",
            "district": "string",
            "city/town/vilage": "string",
            "state": "string",
            "country": "India",
            "isoCode": "string",
            "pincode": "string",
            "proofOfAddress": "string",
            "poBoxNumber": "string"
        },
        "operatingBusinessAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "string",
                "isoCode": "string",
                "pincode": "string",
                "proofOfAddress": "string",
                "poBoxNumber": "string"
            }
        ]
    },
    "occupation": {
        "occupation": [
            {
                "occupationDetail": {
                    "occupationType": "Casino Dealer",
                    "nameOfBusinessOrFirm": "string",
                    "natureOfBusiness": "string",
                    "typeOfFirm": "string",
                    "businessStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "yearsInBusiness": "123",
                    "employerName": "string",
                    "employerIndustry": "string",
                    "employmentType": "string",
                    "designation": "Aaditya",
                    "workExperienceInYrs": "12",
                    "dateOfJoining": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "salaryMode": "string",
                    "address": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "string",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "mailingAddress": {
                        "street": "",
                        "district": "",
                        "City/Town/Village": "",
                        "state": "",
                        "country": "",
                        "pincode": "",
                        "isoCode": ""
                    },
                    "contactDetails": [
                        {
                            "telephoneNumberOffice": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "telephoneNumberRes": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "phoneNumber": [
                                {
                                    "countryCode": "12",
                                    "number": "123434323"
                                }
                            ],
                            "mobileNumber": [
                                {
                                    "countryCode": "123",
                                    "number": "12332222"
                                }
                            ],
                            "emailAddress": [
                                "string@gmail.com"
                            ],
                            "businessEmailAddress": "string"
                        }
                    ]
                }
            }
        ]
    },
    "financial": {
        "bank": [
            {
                "bankDetail": {
                    "bankName": "name",
                    "bankAccountType": "string",
                    "bankAccountNumber": "",
                    "branchName": "string",
                    "ifscCode": "SBIN0007485",
                    "swiftCode/BICCode": "34324234324",
                    "internationalBankAccountNumber": "GB82WEST12345698765432",
                    "routingNumber": "123456789",
                    "bankAccountHolderName": "string",
                    "accountOpeningDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "bankAccountStatus": "string",
                    "authorizedSignatory": [
                        "string"
                    ],
                    "roleOfAuthorizedSignatory": "string",
                    "street": "string",
                    "district": "string",
                    "cityOrTownOrVillage": "string",
                    "state": "string",
                    "country": "string",
                    "pincode": "string",
                    "nominee": [
                        {
                            "prefix": "string",
                            "firstName": "string",
                            "middleName": "string",
                            "lastName": "string",
                            "relationshipType": "string",
                            "relationshipName": "string"
                        }
                    ]
                }
            }
        ],
        "financialOverview": {
            "numberOfOperatingAccounts": 0,
            "sourceOfIncome": "Unregistered Business",
            "secondarySourcesOfIncome": [
                "string"
            ],
            "monthlyIncome": "25000",
            "grossAnnualIncome": "434434",
            "totalAssetValue": "435335435",
            "netWorth": "0",
            "profitBeforeTax": "23",
            "profitAfterTax": "23",
            "ebitda": "323",
            "returnOnEquity%": "12",
            "returnOnAssets%": "23",
            "totalAssestValue": "232",
            "totalLiabilityValue": "23",
            "currentRatio": "0.9",
            "quickRatio": "2",
            "numberOfActiveAccounts": "232323",
            "financialYear": "string",
            "netSales": "string"
        }
    },
    "transaction": {
        "transactionDetails": [
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "500",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iran",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iraq",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Afghanistan",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            }
        ]
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": ""
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AGQPG6356F",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },{
                "identifierDetails": {
                    "identifierType": "CIN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "L01631KA2010PTC096843",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "Passport",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AHDT090HT",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            
            {
                "identifierDetails": {
                    "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                     "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            }
           
        ]
    },
    "productAndServices": {
        "product": [
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12341",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12342",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "15",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123453",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            {        
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123454",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "25",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            { 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123455",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "28",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            }
        ],
        "otherProducts": {
            "realEstate": {
                "propertyType": "string",
                "subType": "string",
                "projectSocietyName": "string",
                "unitNumberFlatNumber": "string",
                "registrationNumber": "string",
                "ownerName": "string",
                "ownerType": "string",
                "identifierType": "string",
                "identificationNumber": "string",
                "phoneNumber": "string",
                "sellerEmailAddress": "string",
                "transactionDetails": "string",
                "listingPrice": "string",
                "currency": "string",
                "pricepersqft": "string",
                "bookingAmount": "string",
                "maintenanceCharges": "string",
                "transactionType": "string",
                "paymentTerms": "string"
            },
            "jewellery": {
                "productIDSKU": "string",
                "productName": "string",
                "category": "string",
                "subCategory": "string",
                "designStyleName": "string",
                "collectionName": "string",
                "primaryMetalType": "string",
                "purityKarat": "string",
                "metalWeight": "string",
                "gemstoneType": "string",
                "gemstoneCut": "string",
                "gemstoneCaratWeight": "string",
                "gemstoneClarityColor": "string",
                "totalNumberofStones": "string",
                "enamelAdditionalMaterialDetails": "string",
                "dimensions": "string",
                "ringSizeBraceletSize": "string",
                "settingType": "string",
                "polishFinish": "string",
                "craftsmanshipType": "string",
                "certificationNumber": "string",
                "hallmarkDetails": "string",
                "countryofOrigin": "string",
                "ethicalSourcingInformation": "string",
                "costPrice": "string",
                "sellingPrice": "string",
                "currency": "string",
                "discount": "string",
                "appraisalValue": "string",
                "insuranceValue": "string",
                "stockStatus": "string",
                "quantityAvailable": "string",
                "dateofManufactureAcquisition": "string",
                "monthofManufactureAcquisition": "string",
                "yearofManufactureAcquisition": "string",
                "supplierManufacturerName": "string",
                "purchaseOrderNumber": "string"
            },
            "termDeposit": {
                "depositAmount": "string",
                "interestRate": "string",
                "maturityDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "bankName": "string"
            },
            "travellersChequeRemittanceServicesForexExchange": {
                "currencyType": "string",
                "transactionAmount": "string",
                "exchangeRate": "string",
                "issuingReceivingInstitution": "string"
            },
            "mutualFundPensionFund": {
                "fundName": "string",
                "fundType": "string",
                "navUnitPrice": "string",
                "riskCategory": "string"
            },
            "derivatives": {
                "derivativeType": "string",
                "underlyingAsset": "string",
                "contractSize": "string",
                "expiryDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "landCommercialPropertyResidential": {
                "propertyType": "string",
                "location": "string",
                "marketValue": "string",
                "ownershipStatus": "string"
            },
            "virtualCurrency": {
                "currencyName": "string",
                "walletAddressID": "string",
                "transactionValue": "string",
                "exchangePlatform": "string"
            },
            "wealthManagementFinancialPlanningTaxPlanning": {
                "serviceProviderName": "string",
                "serviceType": "string",
                "clientprofile": "string",
                "feeCommissionStructure": "string"
            },
            "casinoGamesOnlineGamblingSportsGamblingPokerBingoIGamingILottery": {
                "gameType": "string",
                "platformOperator": "string",
                "stakeBetAmount": "string",
                "licenseRegulatoryJurisdiction": "string"
            },
            "companyRegistrationBusinessAdvisoryConsultingServicesCorporateServicesCorporateFinanceBusinessServicesPayroll": {
                "serviceType": "string",
                "serviceProvider": "string",
                "jurisdictionRegion": "string",
                "registrationServiceFee": "string"
            },
            "accountingForensicAccountingAuditingAssuranceAdvisory": {
                "serviceType": "string",
                "serviceProvider": "string",
                "industrySectorServed": "string",
                "engagementPeriod": "string"
            },
            "insolvencyBusinessRecoveryPersonalInsolvency": {
                "caseType": "string",
                "jurisdiction": "string",
                "appointedAdministratorTrustee": "string",
                "effectiveDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "accountingSoftwareProducts": {
                "productName": "string",
                "vendor": "string",
                "licenseType": "string",
                "version": "string"
            },
            "foreignCorporation": {
                "countryOfIncorporation": "string",
                "registrationNumber": "string",
                "entityType": "string",
                "incorporationDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "industrialProperty": {
                "propertyType": "string",
                "location": "string",
                "ownershipLeaseStatus": "string",
                "marketValue": "string"
            },
            "anyOtherPersonalInstalmentLoanProduct": {
                "loanAmount": "string",
                "interestRate": "string",
                "tenure": "string",
                "issuingInstitution": "string"
            },
            "luxuriousItems": {
                "luxuryItemCategory": "string",
                "uniqueIdentifier": "string",
                "value": "string",
                "certificationAuthority": "string"
            },
            "law": {
                "legalServiceType": "string",
                "lawFirmAttorneyName": "string",
                "jurisdictionCourt": "string",
                "matterEngagementID": "string",
                "counterpartyDetails": "string"
            }
        }
    },
    "systemInformation": {
        "deviceData": {
            "ipAddress": [
                "  "
            ],
            "deviceId": [
                "string"
            ],
            "loginDate": {
                "date": "16",
                "month": "May",
                "year": "2001"
            }
        }
    },
    "isPsioNameScreening": false,
    "isTransactionScreening": false,
    "apcStartDate": "",
    "apcEndDate": "",
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    }
}

Response JSON:

{
    "Success": true,
    "ResponseCode": 200,
    "Message": "Entity Created Successfully",
    "CustomerId": "05MayCust08",
    "EntityId": "EN0250570BIEH800",
    "Body": {
        "prescreeningioResponse": {},
        "entityRiskScore": {
            "risk_score": "4.64",
            "risk": "Medium"
        },
        "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242616,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242615,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242609,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared monthly income low?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.36,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.02,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242610,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared net worth high?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242606,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in permanent address a FATF black list country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 70.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242607,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in current address a sanctioned country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 30.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242608,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "PIN code risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242614,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Is sanctioned",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242605,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the customer’s verification status unverified?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 70.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.1,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242604,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the identification document expired?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 30.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.43,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242602,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Occupation Risk",
                "condition_name": "Is the customer in a high-risk occupation?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242613,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is a PEP",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242611,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Service/Transaction Risk",
                "condition_name": "Is the mode of payment high-risk?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242603,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Source of Wealth",
                "condition_name": "Is the source of income unregistered or unclear?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.43,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.14,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0
}

With PreScreening.io Parameters
  With Associations
Request JSON:

    
{
    "projectId": 101,  
    "profile": {
        "primaryInformation": {
            "customerId": "05MayCust06",
            "onBoardingDate": {
                "date": "29",
                "month": "Feb",
                "year": "2020"
            },
            "onboardingMethod": "string",
            "otherID": "OtherID02",
            "entityType": "Individual",
            "legalClassification": "NGO",
            "name": {
                "prefix": "",
                "FirstName": "Anil",
                "middleName": "",
                "LastName": "Kapoor"
            },
            "maidenName": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "registeredOrLegalName": "ABC Trust",
            "tradeName": "string",
            "abbrevationOrShortName": [
                "string"
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "13",
                    "month": "Apr",
                    "year": "1966"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "string",
                    "isoCodeForPlaceOfBirth": "string"
                }
            ],
            "dateOfIncorporation": {
                "date": "15",
                "month": "Apr",
                "year": "2026"
            },
            "placeOfIncorporation": "India",
            "isoCodeForPlaceOfIncorporation": "string",
            "dateOfCommencementOfBusiness": {
                "date": "16",
                "month": "May",
                "year": "2001"
            },
            "gender": "Male",
            "maritalStatus": "Married",
            "numberOfDependents": "2",
            "nationality": [
                "Indian"
            ],
            "citizenship": [
                "string"
            ],
            "residentialStatus": [
                "string"
            ],
            "religion": [
                "string"
            ],
            "demographicGroup": [
                "string"
            ],
            "personWithDisability": "string",
            "educationQualification": [
                "string"
            ],
            "industry": [
                "string"
            ],
            "merchantCategoryCode": [
                "6051"
            ],
            "paymentNetwork": [
                "string"
            ],
            "countryofDomicile": "Albania"
        },
        "familyDetails": {
            "father": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "mother": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "spouse": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "guardian": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string",
                    "relationshipName": "string",
                    "relationshipType": "string"
                }
            ]
        },
        "keyManagerial": {
            "directorNomineeDirectorManagingDirector": "string",
            "din": "string",
            "shareholdingPercentage": "60",
            "nationality": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "12",
                    "number": "832222322"
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "12",
                    "number": "12323232"
                }
            ],
            "emailAddress": [
                "string@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "websiteUrl": [
                ""
            ]
        },
        "mailingAddress": {          
            "street": "Street",
            "district": "district",
            "city/town/vilage": "town",
            "state": "state",
            "country": "India",
            "isoCode": "isoCode",
            "pincode": "110001",
            "poBoxNumber": "poBoxNumber"
        }
    },
    "geographic": {
        "geolocation": {
            "latitude": "  ",
            "longitude": "  "
        },
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "city/town/vilage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": ""
        },
        "currentResidentialAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "Afghanistan",
                "isoCode": "string",
                "pincode": "400001",
                "poBoxNumber": "string"
            }
        ],
        "registeredAddress": {
            "street": "string",
            "district": "string",
            "city/town/vilage": "string",
            "state": "string",
            "country": "India",
            "isoCode": "string",
            "pincode": "string",
            "proofOfAddress": "string",
            "poBoxNumber": "string"
        },
        "operatingBusinessAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "string",
                "isoCode": "string",
                "pincode": "string",
                "proofOfAddress": "string",
                "poBoxNumber": "string"
            }
        ]
    },
    "occupation": {
        "occupation": [
            {
                "occupationDetail": {
                    "occupationType": "Casino Dealer",
                    "nameOfBusinessOrFirm": "string",
                    "natureOfBusiness": "string",
                    "typeOfFirm": "string",
                    "businessStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "yearsInBusiness": "123",
                    "employerName": "string",
                    "employerIndustry": "string",
                    "employmentType": "string",
                    "designation": "Aaditya",
                    "workExperienceInYrs": "12",
                    "dateOfJoining": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "salaryMode": "string",
                    "address": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "string",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "mailingAddress": {
                        "street": "",
                        "district": "",
                        "City/Town/Village": "",
                        "state": "",
                        "country": "",
                        "pincode": "",
                        "isoCode": ""
                    },
                    "contactDetails": [
                        {
                            "telephoneNumberOffice": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "telephoneNumberRes": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "phoneNumber": [
                                {
                                    "countryCode": "12",
                                    "number": "123434323"
                                }
                            ],
                            "mobileNumber": [
                                {
                                    "countryCode": "123",
                                    "number": "12332222"
                                }
                            ],
                            "emailAddress": [
                                "string@gmail.com"
                            ],
                            "businessEmailAddress": "string"
                        }
                    ]
                }
            }
        ]
    },
    "financial": {
        "bank": [
            {
                "bankDetail": {
                    "bankName": "name",
                    "bankAccountType": "string",
                    "bankAccountNumber": "",
                    "branchName": "string",
                    "ifscCode": "SBIN0007485",
                    "swiftCode/BICCode": "34324234324",
                    "internationalBankAccountNumber": "GB82WEST12345698765432",
                    "routingNumber": "123456789",
                    "bankAccountHolderName": "string",
                    "accountOpeningDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "bankAccountStatus": "string",
                    "authorizedSignatory": [
                        "string"
                    ],
                    "roleOfAuthorizedSignatory": "string",
                    "street": "string",
                    "district": "string",
                    "cityOrTownOrVillage": "string",
                    "state": "string",
                    "country": "string",
                    "pincode": "string",
                    "nominee": [
                        {
                            "prefix": "string",
                            "firstName": "string",
                            "middleName": "string",
                            "lastName": "string",
                            "relationshipType": "string",
                            "relationshipName": "string"
                        }
                    ]
                }
            }
        ],
        "financialOverview": {
            "numberOfOperatingAccounts": 0,
            "sourceOfIncome": "Unregistered Business",
            "secondarySourcesOfIncome": [
                "string"
            ],
            "monthlyIncome": "25000",
            "grossAnnualIncome": "434434",
            "totalAssetValue": "435335435",
            "netWorth": "0",
            "profitBeforeTax": "23",
            "profitAfterTax": "23",
            "ebitda": "323",
            "returnOnEquity%": "12",
            "returnOnAssets%": "23",
            "totalAssestValue": "232",
            "totalLiabilityValue": "23",
            "currentRatio": "0.9",
            "quickRatio": "2",
            "numberOfActiveAccounts": "232323",
            "financialYear": "string",
            "netSales": "string"
        }
    },
    "transaction": {
        "transactionDetails": [
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "500",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iran",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iraq",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Afghanistan",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            }
        ]
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": "Customer002"
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AGQPG6356F",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },{
                "identifierDetails": {
                    "identifierType": "CIN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "L01631KA2010PTC096843",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "Passport",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AHDT090HT",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            
            {
                "identifierDetails": {
                    "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                     "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            }
            
        ]
    },
    "productAndServices": {
        "product": [
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12341",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12342",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "15",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123453",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            {        
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123454",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "25",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            { 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123455",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "28",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            }
        ],
        "otherProducts": {
            "realEstate": {
                "propertyType": "string",
                "subType": "string",
                "projectSocietyName": "string",
                "unitNumberFlatNumber": "string",
                "registrationNumber": "string",
                "ownerName": "string",
                "ownerType": "string",
                "identifierType": "string",
                "identificationNumber": "string",
                "phoneNumber": "string",
                "sellerEmailAddress": "string",
                "transactionDetails": "string",
                "listingPrice": "string",
                "currency": "string",
                "pricepersqft": "string",
                "bookingAmount": "string",
                "maintenanceCharges": "string",
                "transactionType": "string",
                "paymentTerms": "string"
            },
            "jewellery": {
                "productIDSKU": "string",
                "productName": "string",
                "category": "string",
                "subCategory": "string",
                "designStyleName": "string",
                "collectionName": "string",
                "primaryMetalType": "string",
                "purityKarat": "string",
                "metalWeight": "string",
                "gemstoneType": "string",
                "gemstoneCut": "string",
                "gemstoneCaratWeight": "string",
                "gemstoneClarityColor": "string",
                "totalNumberofStones": "string",
                "enamelAdditionalMaterialDetails": "string",
                "dimensions": "string",
                "ringSizeBraceletSize": "string",
                "settingType": "string",
                "polishFinish": "string",
                "craftsmanshipType": "string",
                "certificationNumber": "string",
                "hallmarkDetails": "string",
                "countryofOrigin": "string",
                "ethicalSourcingInformation": "string",
                "costPrice": "string",
                "sellingPrice": "string",
                "currency": "string",
                "discount": "string",
                "appraisalValue": "string",
                "insuranceValue": "string",
                "stockStatus": "string",
                "quantityAvailable": "string",
                "dateofManufactureAcquisition": "string",
                "monthofManufactureAcquisition": "string",
                "yearofManufactureAcquisition": "string",
                "supplierManufacturerName": "string",
                "purchaseOrderNumber": "string"
            },
            "termDeposit": {
                "depositAmount": "string",
                "interestRate": "string",
                "maturityDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "bankName": "string"
            },
            "travellersChequeRemittanceServicesForexExchange": {
                "currencyType": "string",
                "transactionAmount": "string",
                "exchangeRate": "string",
                "issuingReceivingInstitution": "string"
            },
            "mutualFundPensionFund": {
                "fundName": "string",
                "fundType": "string",
                "navUnitPrice": "string",
                "riskCategory": "string"
            },
            "derivatives": {
                "derivativeType": "string",
                "underlyingAsset": "string",
                "contractSize": "string",
                "expiryDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "landCommercialPropertyResidential": {
                "propertyType": "string",
                "location": "string",
                "marketValue": "string",
                "ownershipStatus": "string"
            },
            "virtualCurrency": {
                "currencyName": "string",
                "walletAddressID": "string",
                "transactionValue": "string",
                "exchangePlatform": "string"
            },
            "wealthManagementFinancialPlanningTaxPlanning": {
                "serviceProviderName": "string",
                "serviceType": "string",
                "clientprofile": "string",
                "feeCommissionStructure": "string"
            },
            "casinoGamesOnlineGamblingSportsGamblingPokerBingoIGamingILottery": {
                "gameType": "string",
                "platformOperator": "string",
                "stakeBetAmount": "string",
                "licenseRegulatoryJurisdiction": "string"
            },
            "companyRegistrationBusinessAdvisoryConsultingServicesCorporateServicesCorporateFinanceBusinessServicesPayroll": {
                "serviceType": "string",
                "serviceProvider": "string",
                "jurisdictionRegion": "string",
                "registrationServiceFee": "string"
            },
            "accountingForensicAccountingAuditingAssuranceAdvisory": {
                "serviceType": "string",
                "serviceProvider": "string",
                "industrySectorServed": "string",
                "engagementPeriod": "string"
            },
            "insolvencyBusinessRecoveryPersonalInsolvency": {
                "caseType": "string",
                "jurisdiction": "string",
                "appointedAdministratorTrustee": "string",
                "effectiveDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "accountingSoftwareProducts": {
                "productName": "string",
                "vendor": "string",
                "licenseType": "string",
                "version": "string"
            },
            "foreignCorporation": {
                "countryOfIncorporation": "string",
                "registrationNumber": "string",
                "entityType": "string",
                "incorporationDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "industrialProperty": {
                "propertyType": "string",
                "location": "string",
                "ownershipLeaseStatus": "string",
                "marketValue": "string"
            },
            "anyOtherPersonalInstalmentLoanProduct": {
                "loanAmount": "string",
                "interestRate": "string",
                "tenure": "string",
                "issuingInstitution": "string"
            },
            "luxuriousItems": {
                "luxuryItemCategory": "string",
                "uniqueIdentifier": "string",
                "value": "string",
                "certificationAuthority": "string"
            },
            "law": {
                "legalServiceType": "string",
                "lawFirmAttorneyName": "string",
                "jurisdictionCourt": "string",
                "matterEngagementID": "string",
                "counterpartyDetails": "string"
            }
        }
    },
    "systemInformation": {
        "deviceData": {
            "ipAddress": [
                "  "
            ],
            "deviceId": [
                "string"
            ],
            "loginDate": {
                "date": "16",
                "month": "May",
                "year": "2001"
            }
        }
    },
    "isPsioNameScreening": true,
    "isTransactionScreening": false,
    "apcStartDate": "",
    "apcEndDate": "",
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    }
}

Response JSON:

{
    "Success": true,
    "ResponseCode": 200,
    "Message": "Entity Created Successfully",
    "CustomerId": "05MayCust07",
    "EntityId": "EN0250525BIEH800",
    "Body": {
        "prescreeningioResponse": {
            "message": "200",
            "data": {
                "CaseAssociation": [
                    {
                        "Name": "Anil Kapoor",
                        "Score": "10/10",
                        "Status": "Red",
                        "Uid": "c860eaf4-22d2-423d-817c-4c283fb7aad6",
                        "Type": "Individual",
                        "EntityId": "EN.00000250525"
                    }
                ],
                "Case_Outcome": {
                    "Name": "Anil Kapoor",
                    "CaseId": "PS.00000965651",
                    "CompositeApplicationStatus": "Open",
                    "Score": "10/10",
                    "Status": "Red",
                    "Uid": "d525db2f-dd9f-4d55-aa3a-a0a70ccbf85e",
                    "EntityName": "Anil Kapoor",
                    "EntityId": "EN.00000250525"
                },
                "IgnoredChecks": null,
                "ListSubscribed": null,
                "NotExistsList": null,
                "Subscribed": null,
                "entitychecks": [
                    {
                        "AmlCheck": [
                            {
                                "Address": "",
                                "Alias": "",
                                "AmlCategory": "",
                                "Attachment": "",
                                "Comment": "",
                                "Connected Entities": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Date of Event": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Summary": "",
                                "composite_score": "",
                                "details": "",
                                "entities": "",
                                "event_link": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "keywords": "",
                                "mappingId": 1,
                                "match_name": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "HitsFound": {
                            "AmlCheck": 0,
                            "Indian Watchlists": 0,
                            "Ireland Watchlists": 0,
                            "Nepal Watchlist": 0,
                            "PepCheck": 1,
                            "SanctionCheck": 0,
                            "Suspected Shell Companies Check": 0
                        },
                        "Indian Watchlists": [
                            {
                                "Absconding Date": "",
                                "Absconding Status": "",
                                "Account Name": "",
                                "Account Type": "",
                                "Action": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Age of Disappearance": "",
                                "Alias": "",
                                "Amount Paid": "",
                                "Appeal Number": "",
                                "Application Number": "",
                                "Assessing Officer": "",
                                "Attachment": "",
                                "Authorised Person Associated Member Name": "",
                                "Authorised Persons AP Cancellation Date": "",
                                "Authority Name": "",
                                "Balance Amount": "",
                                "Branch": "",
                                "CIN": "",
                                "CIN_match_details_ds": "",
                                "CIN_match_status_ds": "",
                                "CP2 Number": "",
                                "Case Filing Date": "",
                                "Case Number": "",
                                "Case Registration Date": "",
                                "Case Status": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "CaseName": "",
                                "Cause Notice Number": "",
                                "Certificate Amount": "",
                                "Certificate Type": "",
                                "Charges": "",
                                "Circular Number": "",
                                "Claim Type": "",
                                "Comment": "",
                                "Community": "",
                                "Complainant Name": "",
                                "Complaint Number": "",
                                "Constitution": "",
                                "Contact Person": "",
                                "Country": "",
                                "Court Name": "",
                                "CourtJudgement": "",
                                "Criminal Registration Number (CRN)": "",
                                "Current Status": "",
                                "DIN": "",
                                "DIN_match_details_ds": "",
                                "DIN_match_status_ds": "",
                                "DOB Match Status": "",
                                "Date": "",
                                "Date Of Deactivation": "",
                                "Date Of Registration": "",
                                "Date of Appeal": "",
                                "Date of Appellate Award": "",
                                "Date of Arbitration Award": "",
                                "Date of Arrested": "",
                                "Date of Birth (DOB)": "",
                                "Date of Birth (DOB) from Year": "",
                                "Date of Birth (DOB) to Year": "",
                                "Date of Birth Note": "",
                                "Date of Disappearance": "",
                                "Date of Exchange Circular": "",
                                "Date of Filing": "",
                                "Date of Listing": "",
                                "Date of Main Order": "",
                                "Date of National Stock Exchange NSE Circular": "",
                                "Date of Offence": "",
                                "Date of Order or Award": "",
                                "Date of Payment": "",
                                "Date of Press Release": "",
                                "Date of Receipt": "",
                                "Debarred Date From": "",
                                "Debarred Date To": "",
                                "Decision Date": "",
                                "Declaration Date": "",
                                "Default Amount": "",
                                "DefaulterExpelledSuspensiondate": "",
                                "Defendant Name": "",
                                "Derived Aliases": "",
                                "Details of Award": "",
                                "Details of Seized Goods": "",
                                "Diary Number": "",
                                "Directors Name": "",
                                "Directors Permanent Account Number PAN": "",
                                "DistinguishingMarks": "",
                                "Distribution Details": "",
                                "District": "",
                                "DobMatchDetails": "",
                                "Due Amount": "",
                                "Email": "",
                                "Email Match Details": "",
                                "Email Match Status": "",
                                "Employees State Insurance Corporation (ESIC) Code Number": "",
                                "Employer Representative": "",
                                "Extracted PAN": "",
                                "Extracted PAN Match Status": "",
                                "Eye Color": "",
                                "FRI Severity": "",
                                "Filer": "",
                                "Filing Number": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "First Information Report FIR Date": "",
                                "First Information Report FIR Number": "",
                                "Flagged At": "",
                                "Forward Markets Commission (FMC) Registration Number": "",
                                "Further Interest Amount": "",
                                "GST": "",
                                "GST Match Details": "",
                                "GST Match Status": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Government Notification Number": "",
                                "Hair Color": "",
                                "Height": "",
                                "Identification Details City": "",
                                "Identification Details Country": "",
                                "Identification Details Issue Date": "",
                                "Identification Details Name": "",
                                "Identification Details Note": "",
                                "Identification Details Value": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image Url": "",
                                "Imprisonment Term": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Division": "",
                                "Institute of Chartered Accountants of India (ICAI) Membership Number": "",
                                "Interest Amount": "",
                                "Investigation Date": "",
                                "Investigation Status": "",
                                "Issued Date": "",
                                "Label": "",
                                "Languages Spoken": "",
                                "Lender Bank": "",
                                "Level of Freeze": "",
                                "List Type": "",
                                "ListName": "",
                                "ListUid": "",
                                "Location": "",
                                "Match": "",
                                "MatchedPanNo": "",
                                "Member Code": "",
                                "Member Identification Number": "",
                                "Mobile Number": "",
                                "Name": "",
                                "Name in Original Script": "",
                                "Name of All Petitioners": "",
                                "Name of All Respondents": "",
                                "Name of Applicant": "",
                                "Name of Arbitrator": "",
                                "Name of Associated Subject": "",
                                "Name of Office": "",
                                "Name of Respondent": "",
                                "NameofAssociatedCompany": "",
                                "Nationality": "",
                                "Nature of Offence": "",
                                "Next Listing Date": "",
                                "Notice Date": "",
                                "Notice Number": "",
                                "Notice number": "",
                                "Number of Employees": "",
                                "Number of Grievance": "",
                                "Order Date": "",
                                "Order Effective from Date": "",
                                "Order Effective to Date": "",
                                "Order Number": "",
                                "Order Particulars": "",
                                "Other Details": "",
                                "Outcome": "",
                                "Outstanding Amount": "",
                                "PAN Debarred For Opening of New Account": "",
                                "PAN match status": "",
                                "Parentage": "",
                                "Passport": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "PenaltyAmount": "",
                                "Period": "",
                                "Period From": "",
                                "Period To": "",
                                "Period of Claim": "",
                                "Phone Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Police District": "",
                                "Police Station (PS)": "",
                                "Position": "",
                                "Priority": "",
                                "Public Notice Date": "",
                                "Publish Date": "",
                                "Published Date": "",
                                "Purpose": "",
                                "Quarter": "",
                                "Reason": "",
                                "ReasonofSuspension": "",
                                "Recovery Certificate Number": "",
                                "Reference Number": "",
                                "Reference of SEBI Directions": "",
                                "Region": "",
                                "Registrars of Companies": "",
                                "Registration Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Revoked Date": "",
                                "Reward": "",
                                "Rule Applied": "",
                                "RunId": 0,
                                "SEBI Reference Number": "",
                                "SEBI Registration Date": "",
                                "SEBI Registration Number": "",
                                "Sanction Date": "",
                                "Sanctions Authority ID": "",
                                "Scrip Name": "",
                                "Section": "",
                                "Segment": "",
                                "Seized Amount": "",
                                "Service Request Number": "",
                                "SourceLink": "",
                                "State": "",
                                "Status Date": "",
                                "Subject": "",
                                "Suit": "",
                                "Telecom Service Provider": "",
                                "Total Amount": "",
                                "Type of Membership": "",
                                "UN List Type": "",
                                "Vendor Identification Number": "",
                                "Violation": "",
                                "Weight": "",
                                "composite_score": "",
                                "details": "",
                                "ext_state": "",
                                "ext_state_match_details_ds": "",
                                "ext_state_match_status_ds": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "lsa code": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "registration number": "",
                                "status": "",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "Ireland Watchlists": [
                            {
                                "Action Date": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Alias Name": "",
                                "Associated Document URL": "",
                                "Associated Subject Name": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Build": "",
                                "Business Type": "",
                                "Case Summary": "",
                                "City": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Country": "",
                                "Court Date": "",
                                "DOB Match Status": "",
                                "Date of Birth (DOB)": "",
                                "Decision Date": "",
                                "DobMatchDetails": "",
                                "Effective Date": "",
                                "Enforcement Type": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Hair Colour": "",
                                "Height": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Date": "",
                                "Label": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing Date": "",
                                "Match": "",
                                "Missing Date": "",
                                "Name": "",
                                "Name Match Details": "",
                                "Name Match Score": "",
                                "Notice Date": "",
                                "Number of charges": "",
                                "Occupation": "",
                                "Penalty Amount": "",
                                "Position": "",
                                "Press Release Date": "",
                                "Priority": "",
                                "Province": "",
                                "Publish Date": "",
                                "Reason": "",
                                "Reference Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Section": "",
                                "Solicitor Number": "",
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Street Address": "",
                                "Weight": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "Nepal Watchlist": [
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Alias": "",
                                "Arrested Date": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Blacklist Number": "",
                                "Blacklisted Date": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "Citizenship ID": "",
                                "Citizenship ID Match Details": "",
                                "Citizenship ID Match Status": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Convicted By": "",
                                "Filing Date": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Labor Representative Details": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing date": "",
                                "Location": "",
                                "Match": "",
                                "Name": "",
                                "Name Match Score": "",
                                "Name of Associated Subject": "",
                                "Nationality": "",
                                "Nepali Arrested Date": "",
                                "Nepali Filing Date": "",
                                "Nepali Listing Date": "",
                                "Nepali Publish Date": "",
                                "Permission Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Position": "",
                                "Priority": "",
                                "Proprietor Details": "",
                                "Publish date": "",
                                "Reason": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Telephone Number": "",
                                "Type": "",
                                "details": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "PepCheck": [
                            {
                                "Address": "H.N.D-5, BHEL Colony,Sector 17 Noida 201301 UP IN",
                                "Address Match Details": [
                                    "india"
                                ],
                                "Address Match Status": "Partial Match",
                                "AlertId": "170445",
                                "Alias": "",
                                "Associations": null,
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Country": "",
                                "DOB": "11 Jan 1962",
                                "DOB Match Status": "",
                                "Deceased": "",
                                "Deceased Date": "",
                                "Derived Aliases": "",
                                "DobMatchDetails": "",
                                "Email_ID": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Gender": "Male",
                                "GenderMatchStatus": "Matched",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "LGD Code": "",
                                "Label": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "MatchedPanNo": "",
                                "Other Details": null,
                                "PAN match status": "",
                                "Pep_Type": "GCO",
                                "Priority": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Rule Applied": "",
                                "RunId": 577951,
                                "Source Link": "https://www.thecompanycheck.com/company/raichur-power-corporation-limited/U40101KA2009PLC049582",
                                "Telephone": "",
                                "composite_score": "100%",
                                "details": "anil kapoor",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Anil Kapoor",
                                "full_name_db": "Anil Kapoor",
                                "mappingId": 1,
                                "match_description": "Director - Raichur Power Corporation Limited, The Republic of India \\y 4 Dec 2020 - 31 Jan 2022",
                                "match_details": "anil kapoor",
                                "match_score": 2,
                                "match_status": "Red",
                                "per_score": "100%",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "SanctionCheck": [
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "",
                                "ListUid": "",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": "",
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 0,
                                "Sanctions Authority ID": "",
                                "Sources": "",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "full_name": "",
                                "fuzzy_score": "",
                                "isdeleted": "",
                                "mappingId": 1,
                                "match_description": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "Suspected Shell Companies Check": [
                            {
                                "Address": "",
                                "Address Input Details": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Attachment": "",
                                "Authority": "",
                                "Comment": "",
                                "Country": "",
                                "DOB": "",
                                "Date": "",
                                "DobMatchDetails": "",
                                "Entity Name": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Identification Number": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "05MayCust07",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "India"
                                ],
                                "InputCountry": [
                                    "India"
                                ],
                                "InputCountryOfResidence": [
                                    "Afghanistan"
                                ],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "",
                                "InputDesignation": "Aaditya",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "string@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Anil Kapoor",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "Male",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "Indian",
                                "InputOrganization": [],
                                "InputOtherId": "",
                                "InputPan": "",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [
                                    "+12832222322"
                                ],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "ListName": "",
                                "ListUid": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Sources": "",
                                "Type of Identifier": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:29:57"
                            }
                        ],
                        "entityName": "Anil Kapoor",
                        "entityType": "Individual",
                        "totalResponseCount": 1
                    }
                ],
                "pdfUrl": "NA"
            }
        },
        "entityRiskScore": {
            "risk_score": "5.31",
            "risk": "Medium"
        },
        "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242013,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242012,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242006,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared monthly income low?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.31,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.02,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242007,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared net worth high?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242003,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in permanent address a FATF black list country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 70.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242004,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in current address a sanctioned country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 30.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242005,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Geographical Risk",
                "condition_name": "PIN code risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242011,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Is sanctioned",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242002,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the customer’s verification status unverified?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 70.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.88,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.09,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242001,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the identification document expired?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 30.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.38,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21241999,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Occupation Risk",
                "condition_name": "Is the customer in a high-risk occupation?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.62,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.03,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242010,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is a PEP",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.25,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.13,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242008,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Service/Transaction Risk",
                "condition_name": "Is the mode of payment high-risk?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.62,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.03,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242000,
                "entity_input_parameter_value_id": 298805,
                "risk_category_name": "Source of Wealth",
                "condition_name": "Is the source of income unregistered or unclear?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.25,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.13,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0
}

With PreScreening.io parameters
  Without Association
Request JSON:

    
{
    "projectId": 101,  
    "profile": {
        "primaryInformation": {
            "customerId": "05MayCust06",
            "onBoardingDate": {
                "date": "29",
                "month": "Feb",
                "year": "2020"
            },
            "onboardingMethod": "string",
            "otherID": "OtherID02",
            "entityType": "Individual",
            "legalClassification": "NGO",
            "name": {
                "prefix": "",
                "FirstName": "Anil",
                "middleName": "",
                "LastName": "Kapoor"
            },
            "maidenName": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "registeredOrLegalName": "ABC Trust",
            "tradeName": "string",
            "abbrevationOrShortName": [
                "string"
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "13",
                    "month": "Apr",
                    "year": "1966"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "string",
                    "isoCodeForPlaceOfBirth": "string"
                }
            ],
            "dateOfIncorporation": {
                "date": "15",
                "month": "Apr",
                "year": "2026"
            },
            "placeOfIncorporation": "India",
            "isoCodeForPlaceOfIncorporation": "string",
            "dateOfCommencementOfBusiness": {
                "date": "16",
                "month": "May",
                "year": "2001"
            },
            "gender": "Male",
            "maritalStatus": "Married",
            "numberOfDependents": "2",
            "nationality": [
                "Indian"
            ],
            "citizenship": [
                "string"
            ],
            "residentialStatus": [
                "string"
            ],
            "religion": [
                "string"
            ],
            "demographicGroup": [
                "string"
            ],
            "personWithDisability": "string",
            "educationQualification": [
                "string"
            ],
            "industry": [
                "string"
            ],
            "merchantCategoryCode": [
                "6051"
            ],
            "paymentNetwork": [
                "string"
            ],
            "countryofDomicile": "Albania"
        },
        "familyDetails": {
            "father": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "mother": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "spouse": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string"
                }
            ],
            "guardian": [
                {
                    "prefix": "string",
                    "firstName": "string",
                    "middleName": "string",
                    "lastName": "string",
                    "relationshipName": "string",
                    "relationshipType": "string"
                }
            ]
        },
        "keyManagerial": {
            "directorNomineeDirectorManagingDirector": "string",
            "din": "string",
            "shareholdingPercentage": "60",
            "nationality": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "12",
                    "number": "832222322"
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "12",
                    "number": "12323232"
                }
            ],
            "emailAddress": [
                "string@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "12",
                    "stateCode": "12",
                    "number": "12334"
                }
            ],
            "websiteUrl": [
                ""
            ]
        },
        "mailingAddress": {          
            "street": "Street",
            "district": "district",
            "city/town/vilage": "town",
            "state": "state",
            "country": "India",
            "isoCode": "isoCode",
            "pincode": "110001",
            "poBoxNumber": "poBoxNumber"
        }
    },
    "geographic": {
        "geolocation": {
            "latitude": "  ",
            "longitude": "  "
        },
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "city/town/vilage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": ""
        },
        "currentResidentialAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "Afghanistan",
                "isoCode": "string",
                "pincode": "400001",
                "poBoxNumber": "string"
            }
        ],
        "registeredAddress": {
            "street": "string",
            "district": "string",
            "city/town/vilage": "string",
            "state": "string",
            "country": "India",
            "isoCode": "string",
            "pincode": "string",
            "proofOfAddress": "string",
            "poBoxNumber": "string"
        },
        "operatingBusinessAddress": [
            {
                "street": "string",
                "district": "string",
                "city/town/vilage": "string",
                "state": "string",
                "country": "string",
                "isoCode": "string",
                "pincode": "string",
                "proofOfAddress": "string",
                "poBoxNumber": "string"
            }
        ]
    },
    "occupation": {
        "occupation": [
            {
                "occupationDetail": {
                    "occupationType": "Casino Dealer",
                    "nameOfBusinessOrFirm": "string",
                    "natureOfBusiness": "string",
                    "typeOfFirm": "string",
                    "businessStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "yearsInBusiness": "123",
                    "employerName": "string",
                    "employerIndustry": "string",
                    "employmentType": "string",
                    "designation": "Aaditya",
                    "workExperienceInYrs": "12",
                    "dateOfJoining": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "salaryMode": "string",
                    "address": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "string",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "mailingAddress": {
                        "street": "",
                        "district": "",
                        "City/Town/Village": "",
                        "state": "",
                        "country": "",
                        "pincode": "",
                        "isoCode": ""
                    },
                    "contactDetails": [
                        {
                            "telephoneNumberOffice": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "telephoneNumberRes": [
                                {
                                    "countryCode": "12",
                                    "stateCode": "12",
                                    "number": "12334"
                                }
                            ],
                            "phoneNumber": [
                                {
                                    "countryCode": "12",
                                    "number": "123434323"
                                }
                            ],
                            "mobileNumber": [
                                {
                                    "countryCode": "123",
                                    "number": "12332222"
                                }
                            ],
                            "emailAddress": [
                                "string@gmail.com"
                            ],
                            "businessEmailAddress": "string"
                        }
                    ]
                }
            }
        ]
    },
    "financial": {
        "bank": [
            {
                "bankDetail": {
                    "bankName": "name",
                    "bankAccountType": "string",
                    "bankAccountNumber": "",
                    "branchName": "string",
                    "ifscCode": "SBIN0007485",
                    "swiftCode/BICCode": "34324234324",
                    "internationalBankAccountNumber": "GB82WEST12345698765432",
                    "routingNumber": "123456789",
                    "bankAccountHolderName": "string",
                    "accountOpeningDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "bankAccountStatus": "string",
                    "authorizedSignatory": [
                        "string"
                    ],
                    "roleOfAuthorizedSignatory": "string",
                    "street": "string",
                    "district": "string",
                    "cityOrTownOrVillage": "string",
                    "state": "string",
                    "country": "string",
                    "pincode": "string",
                    "nominee": [
                        {
                            "prefix": "string",
                            "firstName": "string",
                            "middleName": "string",
                            "lastName": "string",
                            "relationshipType": "string",
                            "relationshipName": "string"
                        }
                    ]
                }
            }
        ],
        "financialOverview": {
            "numberOfOperatingAccounts": 0,
            "sourceOfIncome": "Unregistered Business",
            "secondarySourcesOfIncome": [
                "string"
            ],
            "monthlyIncome": "25000",
            "grossAnnualIncome": "434434",
            "totalAssetValue": "435335435",
            "netWorth": "0",
            "profitBeforeTax": "23",
            "profitAfterTax": "23",
            "ebitda": "323",
            "returnOnEquity%": "12",
            "returnOnAssets%": "23",
            "totalAssestValue": "232",
            "totalLiabilityValue": "23",
            "currentRatio": "0.9",
            "quickRatio": "2",
            "numberOfActiveAccounts": "232323",
            "financialYear": "string",
            "netSales": "string"
        }
    },
    "transaction": {
        "transactionDetails": [
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "500",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iran",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Iraq",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            },
            {
                "vpa": {
                    "payeeVPA": "string",
                    "payerVPA": "string"
                },
                "transactionId": "string1",
                "senderOrReceiver": "string",
                "transactionType": "string",
                "transactionChannel": "string",
                "transactionPurpose": "string",
                "paymentGateway": "string",
                "transactionDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "transactionTime": "22:22:22:222",
                "transactionCurrency": "string",
                "transactionAmount": "100000",
                "transactionMode": "Cash",
                "transactionStatus": "string",
                "transactionCountry": "Afghanistan",
                "transactionBankAccountNumber": "string",
                "transactionBankName": "string",
                "transactionBankCountry": "string",
                "senderDateofBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderIPAddress": "string",
                "senderEmail": "string",
                "phoneNumber": "string",
                "senderGender": "string",
                "senderSector": "string",
                "senderStatus": "string",
                "senderAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderDateofRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "senderCIN": "string",
                "senderDIN": "string",
                "senderPassportNumber": "string",
                "senderBankName": "string",
                "senderAccountNumber": "string",
                "senderAccountType": "string",
                "senderBankCountry": "string",
                "senderBankBIC": "string",
                "senderBankIBAN": "string",
                "senderNationality": "string",
                "senderRiskProfile": "string",
                "senderDevice": "string",
                "senderAnnualIncomeCurrency": "string",
                "senderAnnualIncomeAmount": "string",
                "senderNetWorthCurrency": "string",
                "senderNetWorthAmount": "string",
                "receiverUID": "string",
                "receiverType": "string",
                "receiverName": "string",
                "receiverAlias": "string",
                "receiverCity": "string",
                "receiverState": "string",
                "receiverCountry": "string",
                "receiverResidence": "string",
                "receiverDateOfBirth": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverUPI": "string",
                "receiverIPAddress": "string",
                "receiverEmail": "string",
                "receiverPhoneNumber": "string",
                "receiverGender": "string",
                "sector": "string",
                "receiverStatus": "string",
                "receiverAccountOpeningDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverDateOfRegistration": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "receiverCIN": "string",
                "receiverDIN": "string",
                "receiverPassportNumber": "string",
                "receiverBankName": "string",
                "receiverAccountNumber": "string",
                "receiverAccountType": "string",
                "receiverBankCountry": "string",
                "receiverBankBIC": "string",
                "receiverBankIBAN": "string",
                "receiverNationality": "string",
                "receiverRiskProfile": "string",
                "receiverDevice": "string",
                "receiverCurrency": "string",
                "receiverTransactionAmount": "string",
                "receiverAnnualIncomeCurrency": "string",
                "receiverAnnualIncomeAmount": "string",
                "receiverNetWorthCurrency": "string",
                "receiverNetWorthAmount": "string",
                "tradeType": "string",
                "quantity": "string",
                "pricePerUnit": "string",
                "scripCode": "string",
                "scripId": "string",
                "scripType": "string",
                "amlFlag": "string",
                "amlScore": "string",
                "auditLog": "string",
                "blockHash": "string",
                "blockNumber": "string",
                "blockTimestamp": "string",
                "chainId": "string",
                "complianceStatus": "string",
                "cryptocurrencyType": "string",
                "deviceId": "string",
                "exchangeRate": "string",
                "externalReference": "string",
                "fiatAmount": "string",
                "fraudScore": "string",
                "fromAddress": "string",
                "fromCategory": "string",
                "fromScam": "string",
                "gas": "string",
                "gasLimit": "string",
                "gasPrice": "string",
                "hash": "string",
                "input": "string",
                "internalNotes": "string",
                "kycStatus": "string",
                "memo": "string",
                "nonce": "string",
                "notificationStatus": "string",
                "platformFee": "string",
                "refundAddress": "string",
                "rewardPoints": "string",
                "signature": "string",
                "smartContractFlag": "string",
                "supportTicketId": "string",
                "taxCode": "string",
                "toAddress": "string",
                "toCategory": "string",
                "toScam": "string",
                "transactionFee": "string",
                "transactionSource": "string",
                "value": "string",
                "walletId": "string",
                "termDeposit": "string",
                "creditAmount": "string",
                "disbursementValue": "string",
                "senderCryptoCurrencyType": "string",
                "receiverCryptoCurrencyType": "string",
                "ruleID": "string",
                "senderUID": "string",
                "senderType": "string",
                "senderName": "string",
                "senderAlias": "string",
                "senderCity": "string",
                "senderState": "string",
                "senderCountry": "string",
                "senderResidence": "string",
                "totalMarketVolume": "string",
                "premiumAmount": "string",
                "netFund": "string",
                "turnover": "string",
                "vdaAmount": "string",
                "totalExchangeVolume": "string",
                "totalExchangeValue": "string"
            }
        ]
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": ""
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AGQPG6356F",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },{
                "identifierDetails": {
                    "identifierType": "CIN",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "L01631KA2010PTC096843",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "Passport",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "AHDT090HT",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
           
            {
                "identifierDetails": {
                    "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            },
            {
                "identifierDetails": {
                     "identifierType": "Aadhar",
                    "typeOfEntity": "string",
                    "passportType": "string",
                    "drivingLicenceType": "string",
                    "tinType": "string",
                    "identificationNumber": "778965201478",
                    "registrationNumber": "string",
                    "leiCode": "string",
                    "isinCode": "string",
                    "swift/BicCode": "string",
                    "sicCode": "string",
                    "SIC Code Status": "sdfdsfsf",
                    "primarySICCode": "32323",
                    "secondarySICCode": "232323",
                    "historicalSICCOde": "232323",
                    "name": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string"
                    },
                    "legalEntityName": "string",
                    "registeredBusinessName": "string",
                    "entityStatus": "string",
                    "dateOfBirth": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "dateOfIncorporation": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "placeOfBirth": "string",
                    "nationality": "Algeria",
                    "issuingAuthority": "string",
                    "issuingCountry": "string",
                    "electoralDistrict": "string",
                    "typeOfLicensePersmit": "string",
                    "isinType": "string",
                    "linkedBusinessName": "string",
                    "typeOfOrganization": "string",
                    "linkedBusinessName1": "string",
                    "panNumberLinkedWithGSTIN": "string",
                    "typeOfBusiness": "string",
                    "gstStatus": "string",
                    "registrationCountry": "string",
                    "isoCountryCode": "string",
                    "typeOfBusiness1": "string",
                    "TypeofLicenseorPermit": "string",
                    "RegisteredName": "string",
                    "License/PermitNumber": "string",
                    "serviceCategory": "string",
                    "licenseCategory": "GST",
                    "securityName": "string",
                    "securityType": "string",
                    "securitySubType": "string",
                    "associatedCurrency": "string",
                    "associatedMarketOrExchange": "string",
                    "faceValue": "4334342",
                    "issuerName": "string",
                    "issuerType": "string",
                    "issuerIndustry": "string",
                    "institutionName": "string",
                    "institutionCity": "string",
                    "financialInstitutionType": "string",
                    "institutionStatus": "string",
                    "swiftMemberType": "string",
                    "associatedIdentifierType": "string",
                    "associatedIdentifierNumber": "string",
                    "sicCodeDescription": "string",
                    "sector": "string",
                    "industryGroup": "string",
                    "industry": "string",
                    "geographicApplicability": "string",
                    "portOfOperation": "string",
                    "identifierStatus": "string",
                    "verificationStatus": "Unverified",
                    "TypeofTaxIdentificationNumber(TIN)Linked": "DEWREWR",
                    "TINNumber": "eererer",
                    "registrationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "issueDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "expiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2025"
                    },
                    "maturityOrRedemptionDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "activationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "modificationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "aadharRegisteredMobileNumber": "31313123",
                    "aadharRegisteredEmailAddress": "string@gmail.com",
                    "panRegisteredMobileNumber": "3243423442",
                    "address": [
                        {
                            "street": "string",
                            "district": "string",
                            "City/Town/Village": "string",
                            "state": "string",
                            "country": "string",
                            "pincode": "string",
                            "isoCode": "string"
                        }
                    ],
                    "registeredAddress": {
                        "street": "string",
                        "district": "string",
                        "City/Town/Village": "string",
                        "state": "string",
                        "country": "China",
                        "pincode": "string",
                        "isoCode": "string"
                    },
                    "guardian": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    },
                    "ckycNumber": "string",
                    "proofofIdentity": "string",
                    "proofofAddress": "string"
                }
            }
           
        ]
    },
    "productAndServices": {
        "product": [
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12341",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "12342",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "15",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "11",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "10",
                            "month": "Feb",
                            "year": "2001"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2001"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "29",
                        "month": "Jan",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            },
            {
                 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123453",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "01",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2001"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            {        
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123454",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "25",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            
            },
            { 
                "productDetails": {
                    "productDeliveryChannel": "Loan",
                    "typeOfProduct": "Loan",
                    "typeOfLoan": "string",
                    "loanNumber": "123455",
                    "loanCategory": "string",
                    "loanAppliedDate": {
                        "date": "28",
                        "month": "Feb",
                        "year": "2001"
                    },
                    "loanSanctionedDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanDisbursementDate": {
                        "date": "16",
                        "month": "Jun",
                        "year": "2005"
                    },
                    "loanEMIMandateDate": [
                        {
                            "date": "16",
                            "month": "Jul",
                            "year": "2005"
                        }
                    ],
                    "lastTransactionDateForRepayment": [
                        {
                            "date": "16",
                            "month": "Dec",
                            "year": "2005"
                        }
                    ],
                    "loanAmount": "436633446",
                    "loanPurpose": "string",
                    "Loan Tenure (in years)": "string",
                    "loanStatus": "Failed",
                    "loanAccountName": "string",
                    "loanApplicationID": "string",
                    "loanStatusDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureDate": {
                        "date": "29",
                        "month": "May",
                        "year": "2005"
                    },
                    "loanForeclosureAmount": "string",
                    "loanRepaymentAmount": [
                        "string"
                    ],
                    "creditScore": [
                        {
                            "creditBureau": "string",
                            "score": "string",
                            "range": "string"
                        }
                    ],
                    "loanEMIAmount": "string",
                    "monthlyLoanRepaymentStatus": "string",
                    "loanEMIRepaymentAmount": [
                        "string"
                    ],
                    "repaymentMandateDetails": "string",
                    "loanDisbursedAmount": "string",
                    "dateOfCancellationRequest": {
                        "date": "09",
                        "month": "May",
                        "year": "2001"
                    },
                    "interestRate%": "34",
                    "repaymentFrequency": "string",
                    "repaymentStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "repaymentEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "collateralType": "string",
                    "collateralValue": "34442424",
                    "repaymentMode": "string",
                    "monthlyInstallmentAmount": "525255532523",
                    "guarantor": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "gurantorLegalName": "string",
                        "gurantorEntityType": "string",
                        "gurantorRelationshipType": "string",
                        "gurantorRelationshipName": "string"
                    },
                    "creditCardType": "string",
                    "cardholderName": "string",
                    "cardholdersAssociation": "string",
                    "creditCardLevel": "string",
                    "creditCardNetwork": "string",
                    "creditCardApplicationDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardApprovalDate": {
                        "date": "20",
                        "month": "Mar",
                        "year": "2022"
                    },
                    "creditCardIssueDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardActivationDate": {
                        "date": "",
                        "month": "",
                        "year": ""
                    },
                    "creditCardExpiryDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "creditCardStatus": "string",
                    "creditCardCreditLimit": "43244234",
                    "cashWithdrawalLimit": "23323",
                    "lostOrStolenCardReportedDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "insuranceType": "string",
                    "coverageAmount": "string",
                    "insurancePolicyNumber": "string",
                    "policyStartDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyEndDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "policyPremiumType": "string",
                    "policyPremiumAmount": "32423424",
                    "paymentMode": "string",
                    "policyStatus": "string",
                    "totalSumAssured": "3454",
                    "insuredAsset/Person": "string",
                    "claimStatus": "string",
                    "claimAmount": "3454",
                    "claimSettlementDate": {
                        "date": "16",
                        "month": "May",
                        "year": "2001"
                    },
                    "beneficiary": {
                        "prefix": "string",
                        "firstName": "string",
                        "middleName": "string",
                        "lastName": "string",
                        "relationshipType": "string",
                        "relationshipName": "string"
                    }
                }
            
            }
        ],
        "otherProducts": {
            "realEstate": {
                "propertyType": "string",
                "subType": "string",
                "projectSocietyName": "string",
                "unitNumberFlatNumber": "string",
                "registrationNumber": "string",
                "ownerName": "string",
                "ownerType": "string",
                "identifierType": "string",
                "identificationNumber": "string",
                "phoneNumber": "string",
                "sellerEmailAddress": "string",
                "transactionDetails": "string",
                "listingPrice": "string",
                "currency": "string",
                "pricepersqft": "string",
                "bookingAmount": "string",
                "maintenanceCharges": "string",
                "transactionType": "string",
                "paymentTerms": "string"
            },
            "jewellery": {
                "productIDSKU": "string",
                "productName": "string",
                "category": "string",
                "subCategory": "string",
                "designStyleName": "string",
                "collectionName": "string",
                "primaryMetalType": "string",
                "purityKarat": "string",
                "metalWeight": "string",
                "gemstoneType": "string",
                "gemstoneCut": "string",
                "gemstoneCaratWeight": "string",
                "gemstoneClarityColor": "string",
                "totalNumberofStones": "string",
                "enamelAdditionalMaterialDetails": "string",
                "dimensions": "string",
                "ringSizeBraceletSize": "string",
                "settingType": "string",
                "polishFinish": "string",
                "craftsmanshipType": "string",
                "certificationNumber": "string",
                "hallmarkDetails": "string",
                "countryofOrigin": "string",
                "ethicalSourcingInformation": "string",
                "costPrice": "string",
                "sellingPrice": "string",
                "currency": "string",
                "discount": "string",
                "appraisalValue": "string",
                "insuranceValue": "string",
                "stockStatus": "string",
                "quantityAvailable": "string",
                "dateofManufactureAcquisition": "string",
                "monthofManufactureAcquisition": "string",
                "yearofManufactureAcquisition": "string",
                "supplierManufacturerName": "string",
                "purchaseOrderNumber": "string"
            },
            "termDeposit": {
                "depositAmount": "string",
                "interestRate": "string",
                "maturityDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                },
                "bankName": "string"
            },
            "travellersChequeRemittanceServicesForexExchange": {
                "currencyType": "string",
                "transactionAmount": "string",
                "exchangeRate": "string",
                "issuingReceivingInstitution": "string"
            },
            "mutualFundPensionFund": {
                "fundName": "string",
                "fundType": "string",
                "navUnitPrice": "string",
                "riskCategory": "string"
            },
            "derivatives": {
                "derivativeType": "string",
                "underlyingAsset": "string",
                "contractSize": "string",
                "expiryDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "landCommercialPropertyResidential": {
                "propertyType": "string",
                "location": "string",
                "marketValue": "string",
                "ownershipStatus": "string"
            },
            "virtualCurrency": {
                "currencyName": "string",
                "walletAddressID": "string",
                "transactionValue": "string",
                "exchangePlatform": "string"
            },
            "wealthManagementFinancialPlanningTaxPlanning": {
                "serviceProviderName": "string",
                "serviceType": "string",
                "clientprofile": "string",
                "feeCommissionStructure": "string"
            },
            "casinoGamesOnlineGamblingSportsGamblingPokerBingoIGamingILottery": {
                "gameType": "string",
                "platformOperator": "string",
                "stakeBetAmount": "string",
                "licenseRegulatoryJurisdiction": "string"
            },
            "companyRegistrationBusinessAdvisoryConsultingServicesCorporateServicesCorporateFinanceBusinessServicesPayroll": {
                "serviceType": "string",
                "serviceProvider": "string",
                "jurisdictionRegion": "string",
                "registrationServiceFee": "string"
            },
            "accountingForensicAccountingAuditingAssuranceAdvisory": {
                "serviceType": "string",
                "serviceProvider": "string",
                "industrySectorServed": "string",
                "engagementPeriod": "string"
            },
            "insolvencyBusinessRecoveryPersonalInsolvency": {
                "caseType": "string",
                "jurisdiction": "string",
                "appointedAdministratorTrustee": "string",
                "effectiveDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "accountingSoftwareProducts": {
                "productName": "string",
                "vendor": "string",
                "licenseType": "string",
                "version": "string"
            },
            "foreignCorporation": {
                "countryOfIncorporation": "string",
                "registrationNumber": "string",
                "entityType": "string",
                "incorporationDate": {
                    "date": "16",
                    "month": "May",
                    "year": "2001"
                }
            },
            "industrialProperty": {
                "propertyType": "string",
                "location": "string",
                "ownershipLeaseStatus": "string",
                "marketValue": "string"
            },
            "anyOtherPersonalInstalmentLoanProduct": {
                "loanAmount": "string",
                "interestRate": "string",
                "tenure": "string",
                "issuingInstitution": "string"
            },
            "luxuriousItems": {
                "luxuryItemCategory": "string",
                "uniqueIdentifier": "string",
                "value": "string",
                "certificationAuthority": "string"
            },
            "law": {
                "legalServiceType": "string",
                "lawFirmAttorneyName": "string",
                "jurisdictionCourt": "string",
                "matterEngagementID": "string",
                "counterpartyDetails": "string"
            }
        }
    },
    "systemInformation": {
        "deviceData": {
            "ipAddress": [
                "  "
            ],
            "deviceId": [
                "string"
            ],
            "loginDate": {
                "date": "16",
                "month": "May",
                "year": "2001"
            }
        }
    },
    "isPsioNameScreening": true,
    "isTransactionScreening": false,
    "apcStartDate": "",
    "apcEndDate": "",
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    }
}

Response JSON:

{
  "Success": true,
  "ResponseCode": 200,
  "Message": "Entity Created Successfully",
  "CustomerId": "EHTest01",
  "EntityId": "EN0001640BIEH75",
  "Body": {
    "prescreeningioResponse": {
      "entitychecks": [
        {
          "PepCheck": [
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Delhi",
              "composite_score": "100%",
              "Image URL": "https://www.livemint.com/lm-img/img/2023/06/04/600x338/Rahul-Gandhi_1685847112071_1685847112303.jpg",
              "Associations": [
                {
                  "Associaton Description": "AUNT",
                  "Name": "Maneka Sanjay Gandhi",
                  "Position Description": "Member - (17th Term), House of the Peoples (Lok Sabha) (Pilibhit), Parliament of the Republic of India",
                  "Timeline": "23 May 2019 - 06 Jun 2024"
                },
                {
                  "Associaton Description": "COUSIN",
                  "Name": "Varun Gandhi",
                  "Position Description": "Member - 15th Term, House of the Peoples (Lok Sabha) (Pilibhit), Parliament of the Republic of India",
                  "Timeline": "18 May 2009 - 31 May 2014"
                },
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "Anish Gandhi",
                  "Position Description": "Adviser to Meghalaya Chief Minister Donwa Dethwelson Lapang",
                  "Timeline": "-"
                },
                {
                  "Associaton Description": "NEPHEW",
                  "Name": "Raihan Vadra",
                  "Position Description": "",
                  "Timeline": "-"
                },
                {
                  "Associaton Description": "UNCLE",
                  "Name": "Sanjay Gandhi",
                  "Position Description": "Leader - Indian Youth Congress, The Republic of India",
                  "Timeline": "1970 -"
                },
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "Jawaharlal Nehru",
                  "Position Description": "Member - Constituent Assembly, The Republic of India",
                  "Timeline": "09 Dec 1946 - 24 Jan 1950"
                },
                {
                  "Associaton Description": "NIECE",
                  "Name": "Miraya Vadra",
                  "Position Description": "",
                  "Timeline": "-"
                },
                {
                  "Associaton Description": "NEPHEW",
                  "Name": "Rehan Rajiv Vadra",
                  "Position Description": "",
                  "Timeline": "-"
                },
                {
                  "Associaton Description": "FATHER",
                  "Name": "Rajiv Gandhi",
                  "Position Description": "Prime Minister - Government of Republic of India",
                  "Timeline": "1984 -   1989"
                },
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "Indira Gandhi",
                  "Position Description": "Prime Minister - Government of Republic of India",
                  "Timeline": "1966 -"
                },
                {
                  "Associaton Description": "BROTHER_IN_LAW",
                  "Name": "Robert Vadra",
                  "Position Description": "",
                  "Timeline": "-"
                },
                {
                  "Associaton Description": "UNMARRIED_PARTNER",
                  "Name": "Veronique Cartelli",
                  "Position Description": "",
                  "Timeline": "-"
                }
              ],
              "match_status": "Red",
              "per_score": "100%",
              "Alias": "राहुल गांधी|Rahul Rajiv Gandhi",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Rahul Gandhi",
              "Address": "New Delhi Delhi INDIA|10, Janpath New Delhi Delhi 110011 INDIA|12, Tughlak Lane New Delhi Delhi 110 011 INDIA|24, Akbar Road New Delhi Delhi 110 011 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "rahul gandhi",
              "match_description": "Leader (Opposition) - House of the People (Lok Sabha), Parliament of India \\y 9 Jun 2024|Member - (17th - 18th Term), House of the People (Lok Sabha), (Wayanad), Parliament of India \\y 7 Aug 2023 - 30 Apr 2029|Member - (14th - 16th Term), House of the People (Lok Sabha), (Amethi), Parliament of India \\y 17 May 2004 - 23 May 2019|National General Secretary - Indian National Congress (INC), The Republic of India \\y 25 Sep 2007 - 19 Jan 2013|Vice President - Indian National Congress (INC), The Republic of India \\y 19 Jan 2013 - 16 Dec 2017|President - Indian National Congress, The Republic of India \\y 16 Dec 2017 - 10 Aug 2019|Member - (17th Term), House of the People (Lok Sabha), (Waynad), Parliament of India \\y 23 May 2019 - 16 Mar 2023",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "10",
              "Street Address": "10, Janpath|12, Tughlak Lane|24, Akbar Road",
              "Street Address Match Details": [
                "10, Janpath"
              ],
              "City Match Status": "No Match",
              "City": "New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.inc.in/en/leadership/shri-rahul-gandhi|https://www.aajtak.in/india/news/story/rahul-gandhi-assam-bordowa-satra-ram-mandir-inaugration-nagaon-congress-bharat-jodo-nyay-yatra-ntc-bikt-1864260-2024-01-22|https://www.indialeader.com/ViewLeader/30512/Rahul-Rajiv-Gandhi|https://www.jagranjosh.com/general-knowledge/rahul-gandhi-biography-1558444174-1|https://m.thewire.in/article/politics/cwc-unanimously-passes-resolution-to-appoint-rahul-gandhi-as-the-leader-of-opposition-in-lok-sabha|https://www.aljazeera.com/news/2024/6/8/indias-rahul-gandhi-nominated-as-opposition-leader-after-election-gains|https://www.hindustantimes.com/india-news/congress-leader-rahul-gandhi-s-lok-sabha-membership-restored-after-disqualification-revoked-by-house-secretariat-101691385081724.html|https://results.eci.gov.in/PcResultGenJune2024/partywisewinresultState-742.htm|https://data.ipu.org/elections/|https://sansad.in/ls/members|http://www.thehindu.com/news/national/rahul-gandhi-is-president-of-congress/article21390722.ece|http://www.ndtv.com/article/india/rahul-gandhi-officially-no-2-in-congress-appointed-party-vice-president-319685|https://archive.india.gov.in/govt/loksabhampbiodata.php?mpcode=4074|https://www.oneindia.com/politicians/rahul-gandhi-35867.html|https://starsunfolded.com/rahul-gandhi/",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "19 Jun 1970",
              "Pep_Type": "LEG|POL",
              "Derived Aliases": "Rahul Gandhi",
              "Deceased": "True",
              "Deceased Date": "7 Sep 2016",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 1,
              "match_details": "rahul gandhi",
              "full_name_db": "Rahul Gandhi",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "100%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "100%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Akash",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash",
              "match_description": "Candidate - (Sardarpura), Rajasthan State Assembly, The Republic of India \\y 2023|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1978",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 2,
              "match_details": "akash",
              "full_name_db": "Akash",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "97%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "97%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Aakash",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "aakash",
              "match_description": "Candidate - (Sehore), Madhya Pradesh State Assembly, The Republic of India \\y 2023|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1989",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 3,
              "match_details": "aakash",
              "full_name_db": "Aakash",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Delhi|Karnataka",
              "composite_score": "97%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "97%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "John Kutty N U",
              "Address": "No.5, Safdarjung Lane New Delhi Delhi 110003 INDIA|JP Bhavan, 19/1, Platform Road, Sheshadripura Bengaluru Karnataka 560020 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "john n u",
              "match_description": "Member - National Executives, Janata Dal (Secular), The Republic of India \\y 24 Oct 2013 -  2015",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "28",
              "Street Address": "No.5, Safdarjung Lane|JP Bhavan, 19/1, Platform Road, Sheshadripura",
              "Street Address Match Details": [
                "No.5, Safdarjung Lane"
              ],
              "City Match Status": "No Match",
              "City": "New Delhi|Bengaluru",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://eci.gov.in/files/file/5233-janata-dal-secular-organizational-elections/?do=download&r=12448&confirm=1&t=1&csrfKey=c0827d71e8e1366371affc92ea804b1d|http://jds.ind.in/contact-us/",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "POL",
              "Derived Aliases": "John N U|John Kutty U|John U",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 4,
              "match_details": "john n u",
              "full_name_db": "John Kutty N U",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Kerala",
              "composite_score": "95%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "95%",
              "Alias": "ജോണി ഇ ഡി",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny E D",
              "Address": "Edathuruthikaran House, Mukkattukara, Nettissery Thrissur Kerala 680655 India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny d",
              "match_description": "Member - Communist Party of India (Marxist) CPI(M), The Republic of India|Councillor - Municipal Council of Thrissur (Mukkattukara), Kerala, The Republic of India \\y 2015",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "22",
              "Street Address": "Edathuruthikaran House, Mukkattukara, Nettissery",
              "Street Address Match Details": [
                "Edathuruthikaran House, Mukkattukara, Nettissery"
              ],
              "City Match Status": "No Match",
              "City": "Thrissur",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://lsgkerala.gov.in/en/lbelection/electdmemberpersondet/2015/170/2015017001001|http://lsgkerala.gov.in/ml/lbelection/electdmemberpersondet/2015/170/2015017001001|http://www.corporationofthrissur.org/municipal-council&cid=2015017001001|http://lsgkerala.gov.in/en/lbelection/electdmemberdet/2015/170",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1954",
              "Pep_Type": "MUN",
              "Derived Aliases": "Johny D",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 5,
              "match_details": "johny d",
              "full_name_db": "Johny E D",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "95%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "95%",
              "Alias": "L.Maria Johny",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "L.Maria Deva Sahaya Johny",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "l johny",
              "match_description": "Candidate - (Thoothukudi), Tamil Nadu State Assembly, The Republic of India \\y 2021|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1986",
              "Pep_Type": "LEG",
              "Derived Aliases": "L Johny|L Deva Johny|L Maria Johny",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 6,
              "match_details": "l johny",
              "full_name_db": "L.Maria Deva Sahaya Johny",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "95%",
              "Image URL": "",
              "Associations": [
                {
                  "Associaton Description": "FATHER",
                  "Name": "Antony John",
                  "Position Description": "Block Secretary - Democratic Youth Federation of India (DYFI), Kothamangalam, The Republic of India|Member - Communist Party of India (CPI), The Republic of India|President - Students Federation of India (SFI) District Committee, Ernakulam, The Republic of India|President - Students Federation of India (SFI), Ernakulam, Kerala, The Republic of India|Union Chairman - Kothamangalam M.A. College, The Republic of India|Member - (14th - 15th) Kerala Legislative Assembly (Kothamangalam), The Republic of India|",
                  "Timeline": "|  | 21 May 2016 -   2025"
                }
              ],
              "match_status": "Red",
              "per_score": "95%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny K M",
              "Address": "",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny m",
              "match_description": "",
              "Country": "",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "0%",
              "Street Address": "",
              "Street Address Match Details": [
                "Not Available"
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.niyamasabha.org/codes/14kla/Members-Eng/17%20Antony%20John.pdf",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "Not Available",
              "DOB": "",
              "Pep_Type": "FAM",
              "Derived Aliases": "Johny M",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 7,
              "match_details": "johny m",
              "full_name_db": "Johny K M",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "West Bengal",
              "composite_score": "94%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "94%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Raj Kumar Gandhi",
              "Address": "Corporation Managing Partner 8, Camac Street, Shantiniketan Building 10th Floor, Suite # 3 Kolkata West Bengal 700017 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "raj kumar gandhi",
              "match_description": "Consul (Honorary) - Consulate of the Republic of Cote d'Ivoire in Kolkata, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "19",
              "Street Address": "Corporation Managing Partner 8, Camac Street, Shantiniketan Building 10th Floor, Suite # 3",
              "Street Address Match Details": [
                "Corporation Managing Partner 8, Camac Street, Shantiniketan Building 10th Floor, Suite # 3"
              ],
              "City Match Status": "No Match",
              "City": "Kolkata",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.diplomatie.gouv.ci/affaires.php?page=ann&lib=4",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 8,
              "match_details": "raj kumar gandhi",
              "full_name_db": "Raj Kumar Gandhi",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "93%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "93%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johnny Roy",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johnny roy",
              "match_description": "Candidate - (Rajanagaram), Andhra Pradesh State Assembly, The Republic of India \\y 2009|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1983",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 9,
              "match_details": "johnny roy",
              "full_name_db": "Johnny Roy",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Delhi",
              "composite_score": "91%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "91%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Rahul Chongtham",
              "Address": "Plot No, 33 B, S Radhakrishna Marg, Chanakyapuri New Delhi Delhi 110021 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "rahul chongtham",
              "match_description": "Counsellor - Embassy of the Republic of Iceland in New Delhi, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "19",
              "Street Address": "Plot No, 33 B, S Radhakrishna Marg, Chanakyapuri",
              "Street Address Match Details": [
                "Plot No, 33 B, S Radhakrishna Marg, Chanakyapuri "
              ],
              "City Match Status": "No Match",
              "City": "New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.government.is/diplomatic-missions/embassy-of-iceland-in-new-delhi/|https://www.government.is/Ministries/employees/?raduneyti=ministry+for+foreign+affairs&",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 10,
              "match_details": "rahul chongtham",
              "full_name_db": "Rahul Chongtham",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Zuid-Holland|Buenos Aires",
              "composite_score": "91%",
              "Image URL": "https://www.fundacionkonex.org/custom/web/data/imagenes/repositorio/2016/06/21/11644/2016062101325562c2b48595801482d1cf6fbb08f59abd.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "91%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Raul Emilio Vinuesa",
              "Address": "Peace Palace Carnegieplein 2 Hague Zuid-Holland 2517 KJ NETHERLANDS|Buenos Aires Buenos Aires ARGENTINA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "raul vinuesa",
              "match_description": "Member - Permanent Court of Arbitration \\y 21 Nov 2007|Member - Permanent Court of Arbitration \\y 10 Sep 2019",
              "Country": "NETHERLANDS|ARGENTINA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "27",
              "Street Address": "Peace Palace Carnegieplein 2",
              "Street Address Match Details": [
                "Peace Palace Carnegieplein 2"
              ],
              "City Match Status": "No Match",
              "City": "Hague|Buenos Aires",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://pca-cpa.org/en/contact/|https://www.fundacionkonex.org/upload/descargar_archivo/?file=201610120150312599da715d5764b8e3ff566058b6a5d4.pdf|https://pca-cpa.org/wp-content/uploads/sites/6/2017/07/Current-List-Annex-1-Members-of-the-Court-update-20190404.pdf",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "30 Mar 1943",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 11,
              "match_details": "raul vinuesa",
              "full_name_db": "Raul Emilio Vinuesa",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Tiranë|Genève",
              "composite_score": "91%",
              "Image URL": "https://www.paho.org/per/images/stories/FtPage/2015/20150909_1.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "91%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Raul Gonzalez Montero",
              "Address": "PERU|Albania United Nations House Skenderbej Street, Gurten Building, No 6 Tirana Tiranë ALBANIA|Avenue Appia 20 Geneva Genève 1211 SWITZERLAND|SPAIN",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "raul montero",
              "match_description": "Representative - Pan American Health Organization (PAHO), Peru \\y 10 Sep 2015|Representative - World Health Organization (WHO), Albania",
              "Country": "SPAIN|PERU|ALBANIA|SWITZERLAND",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "21",
              "Street Address": "Albania United Nations House Skenderbej Street, Gurten Building, No 6|Avenue Appia 20",
              "Street Address Match Details": [
                "Albania United Nations House Skenderbej Street, Gurten Building, No 6"
              ],
              "City Match Status": "No Match",
              "City": "Tirana|Geneva",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.paho.org/per/index.php?option=com_content&view=article&id=3085:dr-raul-gonzalez-montero-asume-como-representante-de-la-organizacion-panamericana-de-la-salud-en-peru&Itemid=900|https://www.who.int/countries/alb/en/|https://www.who.int/about/who-we-are/contact-us|https://www.who.int/hac/network/who/co_albania/en/",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 12,
              "match_details": "raul montero",
              "full_name_db": "Raul Gonzalez Montero",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Genève|Tuamasaga",
              "composite_score": "91%",
              "Image URL": "https://www.rnz.co.nz/assets/news/189294/eight_col_Rasul_Baghirov.jpg?1552967996",
              "Associations": [],
              "match_status": "Red",
              "per_score": "91%",
              "Alias": "Dr Rasul Baghirov",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Rasul A Baghirov",
              "Address": "Avenue Appia 20 Geneva Genève 1202 SWITZERLAND|77 Apia Tuamasaga SAMOA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "rasul baghirov",
              "match_description": "Non Resident Representative - World Health Organization (WHO), Niue \\y Jan 2017|Non Resident Representative - World Health Organization (WHO), Tokelau \\y Jan 2017|Non Resident Representative - World Health Organization (WHO), Cook Islands \\y Jan 2017|Representative - World Health Organization (WHO), Samoa \\y Jan 2017|Non Resident Representative - World Health Organization (WHO), American Samoa \\y Jan 2017",
              "Country": "SWITZERLAND|SAMOA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "16",
              "Street Address": "Avenue Appia 20|77",
              "Street Address Match Details": [
                "Avenue Appia 20"
              ],
              "City Match Status": "No Match",
              "City": "Geneva|Apia",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.who.int/countries/wsm/en/|https://www.who.int/about/who-we-are/contact-us|https://www.who.int/tokelau/about-us/head-of-who-office",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 13,
              "match_details": "rasul baghirov",
              "full_name_db": "Rasul A Baghirov",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Seoul|Kuala Lumpur|Assam",
              "composite_score": "90%",
              "Image URL": "https://file.mofa.gov.bd/media/88728666-0371-4171-9670-f6599a81b60d/uploaded-files/Mr.%20Ruhul%20Amin.jpeg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "90%",
              "Alias": "রুহল আমিন",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Ruhul Amin",
              "Address": "17, Jangmun Ro 6 Gil, Yongsan Gu Seoul Seoul KOREA|5B & 5C (Lot No.9 & 10), Jalan Sultan Yahya Petra Kuala Lumpur Kuala Lumpur 54100 MALAYSIA|Green Valley Tower, Near Silpukhuri Domino’s, Old Post Office Lane, Maniram Dewan Road, Silpukhuri Guwahati Assam 781003 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "ruhul amin",
              "match_description": "Head of the Mission - Embassy of the People's Republic of Bangladesh in Guwahati, The Republic of India|Assistant High Commissioner - High Commission of the People's Republic of Bangladesh in Guwahati, The Republic of India \\y 2022|Counsellor - Embassy of the People's Republic of Bangladesh in Kuala Lumpur, The Federation of Malaya \\y 25 Apr 2016 - 21 Aug 2019|First Secretary - Embassy of the People's Republic of Bangladesh in Kuala Lumpur, Malaysia|First Secretary - Embassy of the People's Republic of Bangladesh in Seoul, The Republic of Korea|Second Secretary - Embassy of the People's Republic of Bangladesh in Seoul, The Republic of Korea|Assistant Secretary - Ministry of Foreign Affairs, The Republic of India",
              "Country": "KOREA|MALAYSIA|INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "15",
              "Street Address": "17, Jangmun Ro 6 Gil, Yongsan Gu|5B & 5C (Lot No.9 & 10), Jalan Sultan Yahya Petra|Green Valley Tower, Near Silpukhuri Domino’s, Old Post Office Lane, Maniram Dewan Road, Silpukhuri",
              "Street Address Match Details": [
                " Green Valley Tower, Near Silpukhuri Domino’s, Old Post Office Lane, Maniram Dewan Road, Silpukhuri "
              ],
              "City Match Status": "No Match",
              "City": "Seoul|Kuala Lumpur|Guwahati",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://embassies.net/bangladesh-in-south-korea/seoul|https://www.guwahati.mofa.gov.bd/en/site/page/Address-and-Contact|http://www.mofa.gov.bd/site/page/be1ff8c0-afdd-4abb-8622-249b1ef38bb9|https://jagarantripura.com/2023/02/15/ruhul-amin-assistant-high-commissioner-of-bangladesh-in-dhubri/|https://guwahati.mofa.gov.bd/en/site/page/Assistant-High-Commissioners-Profile|https://mofa.gov.bd/site/page/be1ff8c0-afdd-4abb-8622-249b1ef38bb9|https://guwahati.mofa.gov.bd/en/site/view/officers_profile|https://theprint.in/india/new-assistant-high-commissioner-of-bangladesh-in-guwahati-meets-assam-cm/1220392/",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB|NIO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 14,
              "match_details": "ruhul amin",
              "full_name_db": "Ruhul Amin",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Maharashtra",
              "composite_score": "89%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "89%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Ashok Wadhwa",
              "Address": "Ambit House, 449 Senapati Bapat Marg Lower Parel, Mumbai Maharashtra INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "ashok wadhwa",
              "match_description": "Honorary Consul - Embassy of the Republic of Guatemala in Mumbai, The Republic of India \\y 21 Oct 2014",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "23",
              "Street Address": "Ambit House, 449 Senapati Bapat Marg Lower Parel,",
              "Street Address Match Details": [
                "Ambit House, 449 Senapati Bapat Marg Lower Parel,"
              ],
              "City Match Status": "No Match",
              "City": "Mumbai",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.minex.gob.gt/DirectorioDetalle.aspx?ID_TIPO=4&ID_REGISTRO=212&__cf_chl_rt_tk=IMhmqHnL81JUWwXQ8GnM0_NKZFp4YZ_A2E0wVWWQSgo-1700806211-0-gaNycGzNEHs",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 15,
              "match_details": "ashok wadhwa",
              "full_name_db": "Ashok Wadhwa",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Souissi|Buenos Aires|Delhi",
              "composite_score": "89%",
              "Image URL": "http://thebluemoon2008.com/wp-content/uploads/2015/05/DSC05639.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "89%",
              "Alias": "Raul Guastavino",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Raul Ignacio Guastavino",
              "Address": "4, Av. Mehdi Ben Barka Rabat Souissi 10170 MOROCCO|Esmeralda 1212, Piso 12 Buenos Aires Buenos Aires ARGENTINA|F-3/3 Vasant Vihar New Delhi Delhi 110057 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "raul guastavino",
              "match_description": "Director - Directorate of Community Europe, Ministry of Foreign Affairs and Worship, Argentina (as of July 2013)|Ambassador - Embassy of the Argentine Republic to the Kingdom of Morocco|Ambassador - Embassy of the Argentine Republic to the Republic of India \\y 5 Aug 2013 -  Apr 2016|Ambassador (Non Resident) - Embassy of the Argentine Republic to the Democratic Socialist Republic of Sri Lanka \\y 12 May 2014|Ambassador (Non Resident) - Embassy of the Argentine Republic to the Federal Democratic Republic of Nepal \\y 21 Apr 2014|Ambassador (Non Resident) - Embassy of the Argentine Republic to the Kingdom of Bhutan \\y 7 Aug 2014|Ambassador (Non Resident) - Embassy of the Argentine Republic to the People's Republic of Bangladesh \\y 9 Dec 2014|Ambassador (Non Resident) - Embassy of the Argentine Republic to the Republic of Maldives \\y 8 May 2014|Charge d Affaires - Embassy of the Argentine Republic in the French Republic \\y 2008 -  2012",
              "Country": "MOROCCO|ARGENTINA|INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "23",
              "Street Address": "4, Av. Mehdi Ben Barka|Esmeralda 1212, Piso 12|F-3/3 Vasant Vihar",
              "Street Address Match Details": [
                " F-3/3 Vasant Vihar "
              ],
              "City Match Status": "No Match",
              "City": "Rabat|Buenos Aires|New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.mrecic.gov.ar/es/subsecretar%C3%ADa-de-pol%C3%ADtica-exterior|https://cancilleria.gob.ar/es/representaciones/emarr|https://www.mrecic.gov.ar/representaciones/repre/114/178|http://www.asiantribune.com/node/79444|http://www.foreign.gov.mv/v2/en/media-center/news/article/785|http://www.laprensa.com.ar/410985-Oficializan-a-Raul-Guastavino-como-nuevo-embajador-en-la-India.note.aspx|http://www.businesswithlatinamerica.com/Contacts1.html|http://bhutanobserver.bt/8366-bo-news-about-ambassador_of_argentina_present_credentials.aspx|http://www.saij.gob.ar/563-nacional-designacin-embajador-repblica-federal-democrtica-nepal-dn20140000563-2014-04-21/123456789-0abc-365-0000-4102soterced|http://www.infoleg.gob.ar/infolegInternet/verNorma.do;jsessionid=9FAA150B98CACEE17F2F1FF9C121F195?id=239283|http://www.mrecic.gov.ar/representaciones/repre/114/178|http://vinoindia.in/may_2015/malbec_world_day.html",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 16,
              "match_details": "raul guastavino",
              "full_name_db": "Raul Ignacio Guastavino",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "89%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "89%",
              "Alias": "Rahul Valsamma",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Rahul Gandhi K E S/O Valsamma",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "rahul gandhi valsamma",
              "match_description": "Candidate - (WAYANAD), Lok Sabha, The Republic of India \\y 2019|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.myneta.info/LokSabha2019/candidate.php?candidate_id=9215",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1986",
              "Pep_Type": "LEG",
              "Derived Aliases": "Rahul Gandhi Valsamma|Rahul K Valsamma|Rahul Valsamma",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 17,
              "match_details": "rahul gandhi valsamma",
              "full_name_db": "Rahul Gandhi K E S/O Valsamma",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "89%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "89%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "L Johny Gangmei",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "l johny gangmei",
              "match_description": "Candidate - (Saitu (St)), Manipur State Assembly, The Republic of India \\y 2022|Member - JD(U), The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1980",
              "Pep_Type": "LEG",
              "Derived Aliases": "L Gangmei",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 18,
              "match_details": "l johny gangmei",
              "full_name_db": "L Johny Gangmei",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Haryana",
              "composite_score": "88%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "88%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Jonny Dangi",
              "Address": "Village Bibipur Jind Jind Haryana 126102 INDIA|Jind Jind Haryana 126102 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "jonny dangi",
              "match_description": "Secretary - Bibipur Gram Panchayat, Jind, Jind, Haryana, The Republic of India|Secretary - Karamgarh Gram Panchayat, Jind, Jind, Haryana, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "15",
              "Street Address": "Village Bibipur Jind|Jind",
              "Street Address Match Details": [
                "Village Bibipur Jind"
              ],
              "City Match Status": "No Match",
              "City": "Jind",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "30248|297988",
              "Source Link": "https://localbodydata.com/gram-panchayat-bibipur-30248|https://localbodydata.com/gram-panchayat-karamgarh-297988",
              "Email_ID": "bdpo.jind@hry.nic.in|bibi@pur.in|jonnydangi128@gmail.com",
              "Telephone": "9802915944",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 19,
              "match_details": "jonny dangi",
              "full_name_db": "Jonny Dangi",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Kerala",
              "composite_score": "87%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "87%",
              "Alias": "ജോണി പുല്ലൻ",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Pullan",
              "Address": "Pullan House, Chalakudy, Potta Thrissur Kerala 680722 India|Chalakudy Municipality,  Chalakudy PO Thrissur Kerala 680307 India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny pullan",
              "match_description": "Member - Indian National Congress (INC), The Republic of India|Councillor - Municipal Council of Thrissur (Ward 02, Periachira), Kerala, The Republic of India \\y 2010 -  2015",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "22",
              "Street Address": "Pullan House, Chalakudy, Potta|Chalakudy Municipality,  Chalakudy PO",
              "Street Address Match Details": [
                "Pullan House, Chalakudy, Potta"
              ],
              "City Match Status": "No Match",
              "City": "Thrissur",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.chalakudymunicipality.in/ml/address|https://lsgkerala.gov.in/en/lbelection/electdmemberpersondet/2010/202/2010020200201|https://lsgkerala.gov.in/ml/lbelection/electdmemberdet/2010/202|http://www.chalakudymunicipality.in/council|https://lsgkerala.gov.in/en/lbelection/electdmemberdet/2010/202",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1960",
              "Pep_Type": "MUN",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 20,
              "match_details": "johny pullan",
              "full_name_db": "Johny Pullan",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "87%",
              "Image URL": "",
              "Associations": [
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "National Scheduled Tribes Finance And Development Corporation Co U S 25",
                  "Position Description": "",
                  "Timeline": ""
                }
              ],
              "match_status": "Red",
              "per_score": "87%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Ghap Rengma",
              "Address": "TSEMINYU, Sishunu, KOHIMA 797109 NL IN",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny rengma",
              "match_description": "Nominee Director - National Scheduled Tribes Finance And Development Corporation Co U S 25, The Republic of India \\y 2 Feb 2018 - 1 Feb 2021",
              "Country": "",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "19",
              "Street Address": "TSEMINYU, Sishunu, KOHIMA 797109 NL IN",
              "Street Address Match Details": [
                "TSEMINYU, Sishunu, KOHIMA 797109 NL IN"
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.thecompanycheck.com/company/national-scheduled-tribes-finance-and-development-corporation-co-u-s-25/U74899DL2001NPL110356",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "21 Jun 1962",
              "Pep_Type": "GCO",
              "Derived Aliases": "Johny Rengma",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 21,
              "match_details": "johny rengma",
              "full_name_db": "Johny Ghap Rengma",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "National Capital Region",
              "composite_score": "87%",
              "Image URL": "https://www.icc-cpi.int/CourtStructure/PublishingImages/pangalangan.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "87%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Raul Cano Pangalangan",
              "Address": "Manila National Capital Region PHILIPPINES|Oude Waalsdorperweg 10 Hague 2597 AK NETHERLANDS",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "raul pangalangan",
              "match_description": "Secretary - Board of Regents, University of the Philippines, The Republic of the Philippines \\y 1990 -  1992|Chairman - Bantay Katarungan, The Republic of the Philippines \\y 2006|Executive Secretary - Administrative Tribunal, Asian Development Bank, The Republic of the Philippines \\y 1991 -  2006|Judge - International Criminal Court, Netherlands \\y 13 Jul 2015 - 10 Mar 2021",
              "Country": "PHILIPPINES|NETHERLANDS",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "38",
              "Street Address": "Oude Waalsdorperweg 10",
              "Street Address Match Details": [
                "Oude Waalsdorperweg 10"
              ],
              "City Match Status": "No Match",
              "City": "Manila|Hague",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.denhaag.nl/en/in-the-city/international-the-hague/international-criminal-court.htm|http://www.inquirer.net/wp-content/themes/Homepage_2012/jbc/images/pangalangan.pdf|https://www.icc-cpi.int/CourtStructure/Pages/judge.aspx?name=Judge%20Raul%20Cano%20Pangalangan",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1 Sep 1958",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 22,
              "match_details": "raul pangalangan",
              "full_name_db": "Raul Cano Pangalangan",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Taranto|Bruxelles-Capitale, Région de",
              "composite_score": "86%",
              "Image URL": "https://www.rosadamato.eu/wp-content/uploads/2017/03/d-amato-profile-250x250.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "Female",
              "match_score": 2,
              "full_name": "Rosa D Amato",
              "Address": "Taranto Taranto ITALY|Bat. Wiertz 01U034 60, rue Wiertz / Wiertzstraat 60 Bruxelles/Brussel Bruxelles-Capitale, Région de B-1047 BELGIUM",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "rosa d amato",
              "match_description": "Member - Europe of Freedom and Direct Democracy Group, European Parliament \\y 20 Oct 2014 - 01 Jul 2019|Member - Europe of Freedom and Direct Democracy Group, European Parliament \\y 01 Jul 2014 - 15 Oct 2014|Member - Non Attached, European Parliament \\y 16 Oct 2014 - 19 Oct 2014|Member - Non Attached, European Parliament \\y 02 Jul 2019|Member - (8th - 9th) Term, European Parliament \\y 01 Jul 2014 -  2024|Member - Movimento 5 Stelle (Five Star Movement), The Italian Republic \\y 01 Jul 2014",
              "Country": "ITALY|BELGIUM",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "27",
              "Street Address": "Bat. Wiertz 01U034 60, rue Wiertz / Wiertzstraat 60",
              "Street Address Match Details": [
                "Bat. Wiertz 01U034 60, rue Wiertz / Wiertzstraat 60"
              ],
              "City Match Status": "No Match",
              "City": "Taranto|Bruxelles/Brussel",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.europarl.europa.eu/meps/en/124835/ROSA_D%27AMATO/history/9#mep-card-content|https://www.europarl.europa.eu/meps/en/124835/ROSA_D%27AMATO/history/8#mep-card-content|https://en.wikipedia.org/wiki/List_of_members_of_the_European_Parliament,_2014%E2%80%932019|https://en.wikipedia.org/wiki/Rosa_D%27Amato|https://en.wikipedia.org/wiki/List_of_members_of_the_European_Parliament,_2019%E2%80%932024",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "30 Mar 1969",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 23,
              "match_details": "rosa d amato",
              "full_name_db": "Rosa D Amato",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Beijing",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "徐建华",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Xu Jianhua",
              "Address": "No. 23, Xijiaominxiang Xicheng Beijing 100805 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "xu jianhua",
              "match_description": "Member - Communist Party of China (CPC), The Peoples Republic of China|Member - National Peoples Congress (Hebei), The Peoples Republic of China|Member - 12th Term, Provincial Peoples Congress of Zhejiang, The Peoples Republic of China",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "12",
              "Street Address": "No. 23, Xijiaominxiang",
              "Street Address Match Details": [
                "No. 23, Xijiaominxiang "
              ],
              "City Match Status": "No Match",
              "City": "Xicheng",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.npc.gov.cn/englishnpc/c4167/column.shtml|http://www.npc.gov.cn/npc/hbdbtmd/hb.shtml|http://dblz.zjrd.gov.cn/web/Personal.aspx?uid=2719&t=s&rurl=&zid=1TGC0P7MSKSP7Y8P03O3LAU6TX4N3LQAHJO|http://leaders.people.com.cn/n/2013/0117/c58278-20237727.html",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "Nov 1959",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 24,
              "match_details": "xu jianhua",
              "full_name_db": "Xu Jianhua",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johny Tali",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny tali",
              "match_description": "Candidate - (Liromoba), Arunachal Pradesh State Assembly, The Republic of India \\y 2014|Member - NPF, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1989",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 25,
              "match_details": "johny tali",
              "full_name_db": "Johny Tali",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "District of Columbia|New Delhi|Colombo",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "طارق عزوز",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Mr. Tarek Azouz",
              "Address": "1515 Massachusetts Avenue N.W Washington District of Columbia 20005 UNITED STATES|B 6/9, Vasant Marg New Delhi New Delhi 110057 INDIA|Union Place Colombo Colombo SRI LANKA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "tarek azouz",
              "match_description": "Ambassador - Embassy of the Republic of Tunisia in New Delhi, The Republic of India \\y 25 Apr 2013|Ambassador - Embassy of the Republic of Tunisia to the Democratic Socialist Republic of Sri Lanka|Ambassador - Embassy of the Republic of Tunisia to the Republic of Maldives|Counsellor - Embassy of the Republic of Tunisia in Washington, The United States of America",
              "Country": "UNITED STATES|INDIA|SRI LANKA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "32",
              "Street Address": "1515 Massachusetts Avenue N.W|B 6/9, Vasant Marg|Union Place",
              "Street Address Match Details": [
                " B 6/9, Vasant Marg "
              ],
              "City Match Status": "No Match",
              "City": "Washington|New Delhi|Colombo",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://travelqa.com/ar/%D8%B3%D9%81%D8%A7%D8%B1%D8%A9-%D8%AA%D9%88%D9%86%D8%B3-%D9%81%D9%8A-%D9%86%D9%8A%D9%88%D8%AF%D9%84%D9%87%D9%8A-%D8%A8%D8%A7%D9%84%D9%87%D9%86%D8%AF/|https://www.tunisianembassy.org/contact-1|https://www.embassypages.com/tunisia-consulate-colombo-srilanka#:~:text=Contact%20details%20for%20the%20Tunisian,and%20mm%40frostaire.com.|https://www.tunisia-sat.com/forums/threads/1727186/|https://www.embassypages.com/tunisia-embassy-newdelhi-india|https://2009-2017.state.gov/s/cpr/rls/dpl/2002/14606.htm|https://presidency.gov.mv/Press/Article/14930|https://www.sundaytimes.lk/130728/plus/welcoming-new-tunisian-ambassador-54527.html|https://mofa.gov.np/tunisia/",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 26,
              "match_details": "tarek azouz",
              "full_name_db": "Mr. Tarek Azouz",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "New Delhi",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Shamma Jain",
              "Address": "F-9/11, Ground Floor, Vasant Vihar New Delhi New Delhi 110057 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "shamma jain",
              "match_description": "Ambassador - Embassy of the Republic of Panama to the Republic of India \\y 28 Aug 2014",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "21",
              "Street Address": "F-9/11, Ground Floor, Vasant Vihar",
              "Street Address Match Details": [
                "F-9/11, Ground Floor, Vasant Vihar "
              ],
              "City Match Status": "No Match",
              "City": "New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://panamamissionindia.com/contact/|https://mire.gob.pa/memoria/Memoria%202013-2014.pdf",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 27,
              "match_details": "shamma jain",
              "full_name_db": "Shamma Jain",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Madhya Pradesh",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Akash Singh Yadav",
              "Address": "Gram Panchayat Dariyapura Tikamgarh Madhya Pradesh 472118 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash yadav",
              "match_description": "Secretary - Dariyapura Gram Panchayat, Palera, Tikamgarh, Madhya Pradesh, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "17",
              "Street Address": "Gram Panchayat Dariyapura",
              "Street Address Match Details": [
                "Gram Panchayat Dariyapura"
              ],
              "City Match Status": "No Match",
              "City": "Tikamgarh",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "152862",
              "Source Link": "https://localbodydata.com/gram-panchayat-dariyapura-152862",
              "Email_ID": "akashsinghyadav421@gmail.com",
              "Telephone": "9198226865",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "Akash Yadav",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 28,
              "match_details": "akash yadav",
              "full_name_db": "Akash Singh Yadav",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Uttar Pradesh",
              "composite_score": "86%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "86%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Akash Singh",
              "Address": "1 Saharanpur Uttar Pradesh 247001 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash singh",
              "match_description": "Secretary - Ladhura Gujjar Gram Panchayat, Ballia Kheri, Saharanpur, Uttar Pradesh, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "0",
              "Street Address": "1",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "No Match",
              "City": "Saharanpur",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "84986",
              "Source Link": "https://localbodydata.com/gram-panchayat-ladhura-gujjar-84986",
              "Email_ID": "akashsingh34@gmail.com",
              "Telephone": "8962541432",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 29,
              "match_details": "akash singh",
              "full_name_db": "Akash Singh",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Gujarat",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Prajapti Akash D",
              "Address": "Dodivada Mahesana Gujarat 384210 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "prajapti akash d",
              "match_description": "Secretary - Dodivada Gram Panchayat, Bechraji, Mahesana, Gujarat, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "0",
              "Street Address": "Dodivada",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "No Match",
              "City": "Mahesana",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "161117",
              "Source Link": "https://localbodydata.com/gram-panchayat-dodivada-161117",
              "Email_ID": "akshdp710@gmail.com|dodivadagrampanchayat@gamil.com",
              "Telephone": "8758855660",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "Prajapti Akash",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 30,
              "match_details": "prajapti akash d",
              "full_name_db": "Prajapti Akash D",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Delhi",
              "composite_score": "85%",
              "Image URL": "https://media.assettype.com/sarkarnama%2F2024-06%2Fb5daed81-77a2-4ae9-bd06-58e6bde40f65%2FUntitled_design__51_.jpg?w=1024&auto=format%2Ccompress&fit=max",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Aakash Chhajed|आकाश छाजेड",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Akash Chajad",
              "Address": "AICC Hq, Indira Bhawan, 9A Kotla Marg New Delhi Delhi 110002 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash chajad",
              "match_description": "National Coordinator - Minority Department, All India Congress Committee, Indian National Congress (INC), The Republic of India|President - Indian National Congress (INC), Nasik City, Maharashtra, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "15",
              "Street Address": "AICC Hq, Indira Bhawan, 9A Kotla Marg",
              "Street Address Match Details": [
                "AICC Hq, Indira Bhawan, 9A Kotla Marg"
              ],
              "City Match Status": "No Match",
              "City": "New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://inc.in/aicc-depts-cells/minority-department|https://sarkarnama.esakal.com/maharashtra/uttar-maharashtra/aakash-chhajed-politics-congress-politics-bjp-is-still-in-the-depression-of-defeat-in-the-lok-sabha-elections-rm96-sd67|https://sarkarnama.esakal.com/maharashtra/uttar-maharashtra/lok-sabha-election-2024-nashik-dhule-nandurbar-constituency-congress-city-president-akash-chhajed-says-we-will-win-rm82-sd67",
              "Email_ID": "",
              "Telephone": "8888825000",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "POL",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 31,
              "match_details": "akash chajad",
              "full_name_db": "Akash Chajad",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Delhi|Uttarakhand",
              "composite_score": "85%",
              "Image URL": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTezoAJS7ZQpW3jp_u0H6gVYg_IuBKmmY38MA&s",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "आकाश सत्यवली",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Akash Satyawali",
              "Address": "AICC Hq, Indira Bhawan, 9A Kotla Marg New Delhi Delhi 110002 INDIA|Kaniya Ramnagar Uttarakhand 244715 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash satyawali",
              "match_description": "Joint Secretary - Research Department, Indian National Congress, The Republic of India \\y 21 Nov 2024",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "15",
              "Street Address": "AICC Hq, Indira Bhawan, 9A Kotla Marg|Kaniya",
              "Street Address Match Details": [
                "AICC Hq, Indira Bhawan, 9A Kotla Marg"
              ],
              "City Match Status": "No Match",
              "City": "New Delhi|Ramnagar",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://inc.in/aicc-depts-cells/rajiv-gandhi-panchayati-raj-sangathan|https://inc.in/congress-sandesh/others/appointments-11",
              "Email_ID": "satyawaliakash@gmail.com|akash.satyawali@inc.in",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1992",
              "Pep_Type": "POL",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 32,
              "match_details": "akash satyawali",
              "full_name_db": "Akash Satyawali",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Alberta|Delhi",
              "composite_score": "85%",
              "Image URL": "http://usinpac.com/blog/wp-content/uploads/2014/09/Verma-Rich-DC-300-DPI.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Richard Rahul Verma",
              "Address": "Edmonton Alberta CANADA|Shantipath, Chanakyapuri New Delhi Delhi 110021 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "richard rahul verma",
              "match_description": "Advisor - Congressional Affairs, Secretary of Defense (Robert Gates), The United States of America \\y 2013|Advisor - Congressional affairs, Secretary of State (Hillary Clinton), The United States of America \\y 2009 -  2011|Advisor - Foreign Policy, Senator (Harry Reid), The United States of America \\y 2002 -  2007|Advisor - National Security, Senator (Harry Reid), The United States of America \\y 2002|Assistant Secretary - Legislative Affairs, Department of State, The United States of America \\y 2009 -  2011|Director - National Democratic Institute for International Affairs in Eastern Europe, The United States of America|Member - Board, Human Rights First, The United States of America|Member - Board, National Democratic Institute, The United States of America|Member - Council on Foreign Relations, The United States of America|Member - Pitt-Johnstown Advisory Board, The United States of America \\y 2006 -  2009|Member - Secretary of State, Foreign Affairs Policy Board, The United States of America \\y 2011 -  2014|Ambassador - Embassy of the United States of America in New Delhi, The Republic of India \\y 19 Dec 2014 -  2017",
              "Country": "CANADA|INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "18",
              "Street Address": "Shantipath, Chanakyapuri",
              "Street Address Match Details": [
                " Shantipath, Chanakyapuri "
              ],
              "City Match Status": "No Match",
              "City": "Edmonton|New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://in.usembassy.gov/embassy-consulates/|http://www.allgov.com/news/appointments-and-resignations/us-ambassador-to-india-who-is-richard-verma-141026?news=854641|https://in.usembassy.gov/our-relationship/former-ambassadorverma/|http://www.upj.pitt.edu/globalassets/documents/about-us/news/proclamation-for-richard-verma-2014-with-signatures.pdf|http://www.thehindubusinessline.com/news/verma-sworn-in-as-us-ambassador-to-india/article6710881.ece|http://www.business-standard.com/article/international/who-is-richard-verma-10-things-you-must-know-about-the-next-us-ambassador-to-india-114091900151_1.html|https://2009-2017.state.gov/r/pa/ei/biog/235927.htm|http://www.sabadc.org/event-2671080|https://www.belfercenter.org/publication/president-hits-home-run-nominating-richard-verma-us-ambassador-india|https://www.oneindia.com/feature/new-us-envoy-india-richard-rahul-verma-you-should-know-1587869.html|https://www.congress.gov/congressional-record/2014/12/4/senate-section/article/S6349-3|http://www.tribuneindia.com/news/punjab/community/us-ambassador-to-india-visits-ancestral-village/146603.html|http://www1.lehigh.edu/news/richard-verma-%E2%80%9990-sworn-us-ambassador-india",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "27 Nov 1968",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 33,
              "match_details": "richard rahul verma",
              "full_name_db": "Richard Rahul Verma",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "New Delhi",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Ashish Sawkar",
              "Address": "Shantipath, Chanakyapuri New Delhi New Delhi 110021 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "ashish sawkar",
              "match_description": "Attache (Federal Bureau of Investigation) - Embassy of the United States of America in New Delhi, The Republic of India (as of January 2016)",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "18",
              "Street Address": "Shantipath, Chanakyapuri",
              "Street Address Match Details": [
                "Shantipath, Chanakyapuri"
              ],
              "City Match Status": "No Match",
              "City": "New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://newdelhi.usembassy.gov/officers.html",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 34,
              "match_details": "ashish sawkar",
              "full_name_db": "Ashish Sawkar",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Lagos|Islamabad|England|Delhi|Kabul",
              "composite_score": "85%",
              "Image URL": "https://assets.publishing.service.gov.uk/government/uploads/system/uploads/person/image/3971/s465_s960_Nigel_Dakin_photo__1_.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Nigel John Dakin",
              "Address": "11 Walter Carrington Crescent, Victoria Island, Private Mail Bag Lagos Lagos 12136 NIGERIA|Diplomatic Enclave, Ramna 5 Islamabad Islamabad 1122 PAKISTAN|Hanslope Park Milton Keynes England UNITED KINGDOM|Shantipath, Chanakyapuri New Delhi Delhi 110021 INDIA|West Bay PO Box 3 Doha Dafna Area, Onaiza Zone 66, Al Shabab Street Kabul Kabul AFGHANISTAN|Whitehall London England UNITED KINGDOM",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "nigel john dakin",
              "match_description": "Team Leader - Russia, Eastern Department, FCO, The United Kingdom of Great Britain and Northern Ireland \\y 2001 -  2005|Counsellor - Embassy of the United Kingdom of Great Britain and Northern Ireland in Islamabad, The Islamic Republic of Pakistan \\y 2007 -  2010|Counsellor - Embassy of the United Kingdom of Great Britain and Northern Ireland in Kabul, The Islamic Republic of Afghanistan \\y 2012 -  2013|Counsellor - Embassy of the United Kingdom of Great Britain and Northern Ireland in Washington, The United States of America \\y 2016 -  2019|First Secretary - Embassy of The United Kingdom of Great Britain and Northern Ireland in Lagos, The Federal Republic of Nigeria \\y 1998 -  1999|First Secretary - Embassy of the United Kingdom of Great Britain and Northern Ireland in New Delhi, The Republic of India \\y 1999 -  2001|First Secretary - Embassy of the United Kingdom of Great Britain and Northern Ireland to the United State of America \\y 2005 -  2007|Non Executive Director - British Army No 1 Board, Ministry of Defence, The United Kingdom of Great Britain and Northern Ireland \\y 2014 -  2019|Member - Board of Directors, Foreign Commonwealth and Development Office, The United Kingdom of Great Britain and Northern Ireland \\y 2013 -  2016|Governor - Turks and Caicos Islands, The United Kingdom of Great Britain and Northern Ireland \\y 15 Jul 2019 -  2023",
              "Country": "NIGERIA|PAKISTAN|UNITED KINGDOM|INDIA|AFGHANISTAN",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "18",
              "Street Address": "11 Walter Carrington Crescent, Victoria Island, Private Mail Bag|Diplomatic Enclave, Ramna 5|Hanslope Park Milton|Shantipath, Chanakyapuri|West Bay PO Box 3 Doha Dafna Area, Onaiza Zone 66, Al Shabab Street|Whitehall",
              "Street Address Match Details": [
                " Shantipath, Chanakyapuri "
              ],
              "City Match Status": "No Match",
              "City": "Lagos|Islamabad|Keynes|New Delhi|Kabul|London",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.british-consulate.net/uk/United-Kingdom-Consular-Assistance-Lagos|https://www.fcdoservices.gov.uk/contact/|https://www.gov.uk/world/organisations/british-embassy-kabul|https://www.gov.uk/world/organisations/british-high-commission-islamabad|https://www.gov.uk/world/organisations/british-high-commission-new-delhi/office/british-high-commission-new-delhi|https://www.state.gov/wp-content/uploads/2018/12/Diplomatic-List-%E2%80%93-Fall-2018.pdf|https://en.wikipedia.org/wiki/Nigel_Dakin|https://www.gov.uk/government/people/nigel-dakin|https://www.gov.uk/government/news/change-of-governor-of-turks-and-caicos-islands-ms-dileeni-daniel-selvaratnam|https://funeral-notices.co.uk/notice/dakin/4925844|https://tcweeklynews.com/nigel-dakin-swornin-as-the-th-governor-of-the-tci-the-uk-representative-p9832-127.htm|https://tcweeklynews.com/the-british-governorxs-wife-with-the-caribbean-roots-p10229-122.htm",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "28 Feb 1964",
              "Pep_Type": "AMB|INF|NIO|REG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 35,
              "match_details": "nigel john dakin",
              "full_name_db": "Nigel John Dakin",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Rajasthan|Maharashtra",
              "composite_score": "85%",
              "Image URL": "http://www.jatf.in/wp-content/uploads/2017/10/Shri-Prakash-B.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Prakash Chand Jain",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Prakash Bhurmal Jain",
              "Address": "Rajasthan Rajasthan INDIA|23, Level-2, Kalpataru Square Kondivita Lane,off Andheri Kurla Rd Mumbai Maharashtra 400059 INDIA|B-302, Bhawani Complex, Bhawani Shankar Road, Dadar (West) Mumbai Maharashtra 400028 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "prakash chand jain",
              "match_description": "Chairman - Board of Directors, Inspira Enterprise India Private Limited, The Republic Of India|Director - Board of Directors, Peach Tree Investment P.ltd., The Republic Of India \\y 23 Mar 2015|Director - Taurine Europower Private Limited, The Republic Of India \\y 19 May 2010|Vice Chairman - Board of Directors, BT (INDIA) Private Limited, the Republic of India \\y Jun 2007 -  Dec 2008|Honorary Consul General - Honorary Consulate of the Republic of Rwanda in Mumbai, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "18",
              "Street Address": "23, Level-2, Kalpataru Square Kondivita Lane,off Andheri Kurla Rd|B-302, Bhawani Complex, Bhawani Shankar Road, Dadar (West)",
              "Street Address Match Details": [
                " 23, Level-2, Kalpataru Square Kondivita Lane,off Andheri Kurla Rd "
              ],
              "City Match Status": "No Match",
              "City": "Rajasthan|Mumbai",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.mycorporateinfo.com/director/prakash-bhurmal-jain-482154|https://meaprotocol.nic.in/?a4Rwanda?Mumbai|https://www.hccdindia.com/hony-cosuls-directory/Mumbai|http://www.jatf.in/about-us/patron-members/shri-prakash-b-jain/|https://www.embassypages.com/rwanda-consulategeneral-mumbai-india|https://shatabdigaurav.com/shri-prakash-b-jain/|http://www.mycorporateinfo.com/director/jigar-prakash-jain-322278|http://www.mycorporateinfo.com/director/chetan-prakash-jain-183390|http://www.mycorporateinfo.com/director/vishal-p-jain-2991811",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1 Jan 1951",
              "Pep_Type": "AMB",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 36,
              "match_details": "prakash chand jain",
              "full_name_db": "Prakash Bhurmal Jain",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Doha|Delhi",
              "composite_score": "85%",
              "Image URL": "https://alakhbar.info/sites/default/files/sites/default/files/2020/497649684.jpg",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "محمد ولد عبد العزيز|ولد عبد العزيز",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Ould Abdel Aziz",
              "Address": "Dafna Area Al-Rabiah Street 71 Doha Doha QATAR|New Delhi Delhi INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "ould abdel aziz",
              "match_description": "Charge dAffaires - Embassy of the Islamic Republic of Mauritania to the State of Qatar \\y 30 Mar 2021|Head of State - Embassy of the Islamic Republic of Mauritania to the Republic of India|Director (Protocol) - Ministry of Foreign Affairs, Nouakchott, The Islamic Republic of Mauritania",
              "Country": "QATAR|INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "",
              "Street Address": "Dafna Area Al-Rabiah Street 71",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "No Match",
              "City": "Doha|New Delhi",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://embassies.net/mauritania-in-india/new-delhi#:~:text=Since%20there%20is%20no%20embassy,Muscat%20(Embassy%2C%201947.35km)|https://embassies.net/mauritania-in-qatar/doha|https://rimafric.info/node/6079|https://www.embassyofindiabamako.gov.in/eoi.php?id=Mauritania",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "AMB|NIO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 37,
              "match_details": "ould abdel aziz",
              "full_name_db": "Ould Abdel Aziz",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [
                {
                  "Associaton Description": "EMPLOYEE",
                  "Name": "Konkan Railways Corporation Limited",
                  "Position Description": "",
                  "Timeline": "|"
                }
              ],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Joseph Johny",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Joseph",
              "Address": "",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny joseph",
              "match_description": "Chief Secretary - Konkan Railways Corporation Limited, Government of Maharashtra, The Republic of India",
              "Country": "",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "0%",
              "Street Address": "",
              "Street Address Match Details": [
                "Not Available"
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.konkanrailway.com/|http://www.customercareinfo.in/konkan-railway-corporation-mumbai-address-phone-number-website-details-india.html",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "Not Available",
              "DOB": "",
              "Pep_Type": "GCO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 38,
              "match_details": "johny joseph",
              "full_name_db": "Johny Joseph",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Nagaland",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johnny Ruangmei",
              "Address": "Civil Secretariat Kohima-797001 Nagaland, IndiaCivil Secretariat Kohima Nagaland 797001 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johnny ruangmei",
              "match_description": "Joint Chief Executive Officer - Nagaland State Disaster Management Authority, Government of Nagaland, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "32",
              "Street Address": "Civil Secretariat Kohima-797001 Nagaland, IndiaCivil Secretariat",
              "Street Address Match Details": [
                "Civil Secretariat Kohima-797001 Nagaland, IndiaCivil Secretariat"
              ],
              "City Match Status": "No Match",
              "City": "Kohima",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://nsdma.nagaland.gov.in/contact-us|https://nsdma.nagaland.gov.in/who-is-who",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "NIO",
              "Derived Aliases": "Janardan Sigriwal",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 39,
              "match_details": "johnny ruangmei",
              "full_name_db": "Johnny Ruangmei",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Tamil Nadu",
              "composite_score": "85%",
              "Image URL": "https://images.newindianexpress.com/uploads/user/imagelibrary/2022/6/19/w900X450/New_Project_29.jpg?w=900&dpr=1.5",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "ஜானி டாம் வர்கீஸ்",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Tom Varghese",
              "Address": "District Collector Office Ramanathapuram Tamil Nadu 623 503 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny varghese",
              "match_description": "District Collector - District Council of Ramanathapuram, Tamil Nadu, The Republic of India \\y 2017 -  2019",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "29",
              "Street Address": "District Collector Office",
              "Street Address Match Details": [
                "District Collector Office"
              ],
              "City Match Status": "No Match",
              "City": "Ramanathapuram",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://ramanathapuram.nic.in/about-district/whos-who/|https://tamil.samayam.com/latest-news/ramanathapuram/johny-tom-varghese-ias-appointed-as-ramanathapuram-collector/articleshow/92162425.cms",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "REG",
              "Derived Aliases": "Johny Varghese",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 40,
              "match_details": "johny varghese",
              "full_name_db": "Johny Tom Varghese",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johny Thampy",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny thampy",
              "match_description": "Candidate - (THIRUVANANTHAPURAM), Lok Sabha, The Republic of India \\y 2019|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.myneta.info/LokSabha2019/candidate.php?candidate_id=9273",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1965",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 41,
              "match_details": "johny thampy",
              "full_name_db": "Johny Thampy",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Mahant Giri",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Mahant Akash Giri",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "mahant akash giri",
              "match_description": "Candidate - (JHUNJHUNU), Lok Sabha, The Republic of India \\y 2019|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.myneta.info/LokSabha2019/candidate.php?candidate_id=11234",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1982",
              "Pep_Type": "LEG",
              "Derived Aliases": "Mahant Giri",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 42,
              "match_details": "mahant akash giri",
              "full_name_db": "Mahant Akash Giri",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Johny Chikku",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johny K Chikku",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny chikku",
              "match_description": "Candidate - (Chalakudy), Lok Sabha, The Republic of India \\y 2009|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.myneta.info/ls2009/candidate.php?candidate_id=1551",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1962",
              "Pep_Type": "LEG",
              "Derived Aliases": "Johny Chikku",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 43,
              "match_details": "johny chikku",
              "full_name_db": "Johny K Chikku",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johny Stephen",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny stephen",
              "match_description": "Candidate - (Kochi), Kerala State Assembly, The Republic of India \\y 2016|Member - IND, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1984",
              "Pep_Type": "LEG",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 44,
              "match_details": "johny stephen",
              "full_name_db": "Johny Stephen",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "Akash Warhade",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Akash Anil Warhade",
              "Address": "India",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "akash warhade",
              "match_description": "Candidate - (Teosa), Maharashtra State Assembly, The Republic of India \\y 2014|Member - MNS, The Republic of India",
              "Country": "India",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                "India"
              ],
              "Street Address Match Score": "",
              "Street Address": "",
              "Street Address Match Details": [
                ""
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.myneta.info/maharashtra2014/candidate.php?candidate_id=4277",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "Partial Match",
              "DOB": "1974",
              "Pep_Type": "LEG",
              "Derived Aliases": "Akash Warhade",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 45,
              "match_details": "akash warhade",
              "full_name_db": "Akash Anil Warhade",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "Kerala Tourism Development Corporation Limited",
                  "Position Description": "",
                  "Timeline": ""
                }
              ],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Varghese",
              "Address": "MUKKOM HOUSE CHUNGOM, PAZHAVEEDU P.O",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny varghese",
              "match_description": "Director - Kerala Tourism Development Corporation Limited, The Republic of India \\y 29 Nov 2012 - 31 Jul 2015",
              "Country": "",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "19",
              "Street Address": "MUKKOM HOUSE CHUNGOM, PAZHAVEEDU P.O",
              "Street Address Match Details": [
                "MUKKOM HOUSE CHUNGOM, PAZHAVEEDU P.O"
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.thecompanycheck.com/company/kerala-tourism-development-corporation-limited/U63040KL1965SGC002120",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "18 Apr 1965",
              "Pep_Type": "GCO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 46,
              "match_details": "johny varghese",
              "full_name_db": "Johny Varghese",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Hodh ech Chargui|Cairo",
              "composite_score": "85%",
              "Image URL": "http://sewt.info/sites/default/files/styles/large/public/field/image/z14_0.jpg?itok=ltEyHRc-",
              "Associations": [],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "الدكتور ولد اكيك|الدكتور محمد الأمين ولد اكيك",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Mohamed El Ameen Ould Akek",
              "Address": "Walata Hodh ech Chargui MAURITANIA|1 Tahrir Square Cairo Cairo EGYPT",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "mohamed akek",
              "match_description": "Inspector General - State of The Islamic Republic of Mauritania|Secretary General - Presidency of the Supreme Council of State, The Islamic Republic of Mauritania|Prime Minister - Government of The Islamic Republic of Mauritania \\y 1997|Secretary General - Presidency, The Islamic Republic of Mauritania|Assistant Secretary General - League of Arab States|Commissioner - Food Security, The Islamic Republic of Mauritania|President - Court of Accounts, The Islamic Republic of Mauritania",
              "Country": "MAURITANIA|EGYPT",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "22",
              "Street Address": "Walata|1 Tahrir Square",
              "Street Address Match Details": [
                "Walata"
              ],
              "City Match Status": "Not Available",
              "City": "Cairo",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "http://www.lasportal.org/ar/aboutlas/Pages/ContactusLocation.aspx|http://www.lasportal.org/ar/aboutlas/Pages/AssistantGsDetails.aspx?RID=17|http://sewt.info/node/1384",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "1 Jul 1959",
              "Pep_Type": "IGO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 47,
              "match_details": "mohamed akek",
              "full_name_db": "Mohamed El Ameen Ould Akek",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "",
              "composite_score": "85%",
              "Image URL": "",
              "Associations": [
                {
                  "Associaton Description": "ASSOCIATE",
                  "Name": "Tamilnadu Civil Supplies Corporation",
                  "Position Description": "",
                  "Timeline": ""
                }
              ],
              "match_status": "Red",
              "per_score": "85%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "Male",
              "Gender": "Male",
              "match_score": 2,
              "full_name": "Johny Tom Varghese",
              "Address": "Collector's Bungalow Neithal Nagar Kadambadi Nagapattinam Nagapattinam Tamil Nadu 611001 In",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny varghese",
              "match_description": "Director - Tamilnadu Civil Supplies Corporation, The Republic of India",
              "Country": "",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Matched",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "10",
              "Street Address": "Collector's Bungalow Neithal Nagar Kadambadi Nagapattinam Nagapattinam Tamil Nadu 611001 In",
              "Street Address Match Details": [
                "Collector's Bungalow Neithal Nagar Kadambadi Nagapattinam Nagapattinam Tamil Nadu 611001 In"
              ],
              "City Match Status": "Not Available",
              "City": "",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "",
              "Source Link": "https://www.thecompanycheck.com/company/tamilnadu-civil-supplies-corporation/U15137TN1972SGC006157",
              "Email_ID": "",
              "Telephone": "",
              "DOB Match Status": "No Match",
              "Address Match Status": "No Match",
              "DOB": "22 Sep 1986",
              "Pep_Type": "GCO",
              "Derived Aliases": "Johny Varghese",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 48,
              "match_details": "johny varghese",
              "full_name_db": "Johny Tom Varghese",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Haryana",
              "composite_score": "80%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "80%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Johny Kumar",
              "Address": "Gp- Madhubans Block-radaur Yamunanagar Haryana 135133 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "johny kumar",
              "match_description": "Sarpanch - Madhu Bans Gram Panchayat, Radaur, Yamunanagar, Haryana, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "24",
              "Street Address": "Gp- Madhubans Block-radaur",
              "Street Address Match Details": [
                "Gp- Madhubans Block-radaur"
              ],
              "City Match Status": "No Match",
              "City": "Yamunanagar",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "33517",
              "Source Link": "https://localbodydata.com/gram-panchayat-madhu-bans-33517",
              "Email_ID": "bdporadaur@gmail.com|cscradaur1@gmail.com",
              "Telephone": "8053585863",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 49,
              "match_details": "johny kumar",
              "full_name_db": "Johny Kumar",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            },
            {
              "State Match Status": null,
              "State Match Details": [
                ""
              ],
              "State": "Gujarat",
              "composite_score": "80%",
              "Image URL": "",
              "Associations": [],
              "match_status": "Red",
              "per_score": "80%",
              "Alias": "",
              "Rule Applied": "",
              "Priority": "",
              "GenderMatchDetails": "",
              "Gender": "",
              "match_score": 2,
              "full_name": "Prajapati Akash D",
              "Address": "Endala Mahesana Gujarat 384210 INDIA",
              "timestamp": "28 May 2025, GMT 07:20:17",
              "details": "prajapati akash d",
              "match_description": "Secretary - Endla Gram Panchayat, Bechraji, Mahesana, Gujarat, The Republic of India",
              "Country": "INDIA",
              "DobMatchDetails": "",
              "GenderMatchStatus": "Not Available",
              "MatchedPanNo": "",
              "PAN match status": "",
              "Identifier Match Status": "",
              "Identifier Match Score": "",
              "Identifier Match Details": null,
              "Other Details": null,
              "Address Match Details": [
                ""
              ],
              "Street Address Match Score": "22",
              "Street Address": "Endala",
              "Street Address Match Details": [
                "Endala"
              ],
              "City Match Status": "No Match",
              "City": "Mahesana",
              "City Match Details": [
                ""
              ],
              "Address Input Details": null,
              "LGD Code": "161118",
              "Source Link": "https://localbodydata.com/gram-panchayat-endla-161118",
              "Email_ID": "akshdp710@gmail.com|edalagrampanchayat@gmail.com",
              "Telephone": "8758585660",
              "DOB Match Status": "Not Available",
              "Address Match Status": "No Match",
              "DOB": "",
              "Pep_Type": "VCO",
              "Derived Aliases": "Prajapati Akash",
              "Deceased": "",
              "Deceased Date": "",
              "name_match_status": "Red",
              "Comment": "",
              "Match": "",
              "FinalStatus": "",
              "FinalScore": "",
              "FinalTimeStamp": "",
              "Reviewer": "",
              "ReviewerId": 0,
              "Comment2": "",
              "Match2": "",
              "FinalStatus2": "",
              "FinalScore2": "",
              "FinalTimeStamp2": "",
              "Reviewer2": "",
              "ReviewerId2": 0,
              "Attachment2": "",
              "fileName2": "",
              "Comment3": "",
              "Match3": "",
              "FinalStatus3": "",
              "FinalScore3": "",
              "FinalTimeStamp3": "",
              "Reviewer3": "",
              "ReviewerId3": 0,
              "Attachment3": "",
              "fileName3": "",
              "CommentP": "",
              "MatchP": "",
              "FinalStatusP": "",
              "FinalScoreP": "",
              "FinalTimeStampP": "",
              "ReviewerP": "",
              "ReviewerIdP": 0,
              "AttachmentP": "",
              "fileNameP": "",
              "Label": "",
              "RunId": 66935,
              "Attachment": "",
              "fileName": "",
              "mappingId": 50,
              "match_details": "prajapati akash d",
              "full_name_db": "Prajapati Akash D",
              "InputType": "Individual",
              "InputEntityName": "Rahul Gandhi",
              "InputAlias": [
                "Johnny",
                "Akash"
              ],
              "InputAssociations": [],
              "InputState": [
                "NY"
              ],
              "InputCountry": [
                "India"
              ],
              "InputOrganization": [],
              "InputDesignation": "",
              "InputDateofBirth": "15 Jun 1985",
              "InputPhoneNumber": [
                "+15559876",
                "+19882848323"
              ],
              "InputEmailID": [
                "john.doe@example.com"
              ],
              "InputGender": "Male",
              "InputPan": "",
              "InputCin": "",
              "InputDin": "",
              "InputGst": [],
              "InputIdentifier_4": [],
              "InputSector": "",
              "InputVesselsType": "",
              "InputClientID": "EHTest02",
              "InputOtherId": "",
              "InputCountryOfResidence": [
                "India"
              ],
              "InputNationality": "American",
              "InputCity": [
                "New York"
              ],
              "InputPassport": [],
              "InputBankAccountNumber": [],
              "InputSWIFTcode": [],
              "InputWalletNumber": [],
              "InputIndustry": "",
              "InputIdIdentifiers": [],
              "InputDateOfIncorporation": "",
              "InputAddress": [
                "456 Elm St"
              ],
              "InputPostalCode": [
                ""
              ],
              "InputConcatAddress": [
                "456 Elm St, New York, NY, India"
              ],
              "InputCrrScore": "",
              "InputEntityTags": ""
            }
          ],
          "HitsFound": {
            "PepCheck": 50
          },
          "entityType": "Individual",
          "totalResponseCount": 50,
          "entityName": "Rahul Gandhi"
        }
      ],
      "Case_Outcome": {
        "caseName": "Rahul Gandhi",
        "CaseId": "CA642225L",
        "CompositeApplicationStatus": "Need Review",
        "Score": "10/10",
        "Status": "Red",
        "Uid": "de2d4ed5-8ac3-4f34-a328-c0e4e692f771",
        "EntityName": "Rahul Gandhi"
      },
      "CaseAssociation": [
        {
          "Name": "Rahul Gandhi",
          "Score": "10/10",
          "Status": "Red",
          "Type": "Individual",
          "Uid": "54713638-860d-463e-ac3e-2bd28cc018ef"
        }
      ]
    },
    "entityRiskScore": {
      "risk_score": 0,
      "risk": "Very Low"
    },
    "riskScoreBreakdown": [
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "Mauritius Watchlists",
        "sub_condition_factor": "Independent Commission Against Corruption (ICAC) - Judgements",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 3,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "India Watchlist",
        "sub_condition_factor": "Ministry of Corporate Affairs (MCA) - Companies not filed Form 5INV",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 6,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "Mauritius Watchlists",
        "sub_condition_factor": "Financial Services Commission (FSC) - Enforcement Actions",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 6,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "India Watchlist",
        "sub_condition_factor": "Securities and Exchange Board of India (SEBI) - Settlement Orders",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 6,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "India Watchlist",
        "sub_condition_factor": "Ministry of Corporate Affairs (MCA) - Defaulter Directors List",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 6,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Country Watchlist",
        "condition_name": "Flagged in Country Watchlist",
        "factor_name": null,
        "sub_condition_name": "India Watchlist",
        "sub_condition_factor": "Ministry of Corporate Affairs (MCA) - Defaulter Companies List",
        "risk_category_weights": 30,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 0,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 3,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": null,
        "risk_category_condition_sub_condition_is_override": "False",
        "risk_category_condition_sub_condition_factor_is_override": "False"
      },
      {
        "risk_category_name": "Shell Company",
        "condition_name": "Is a Suspected Shell Company",
        "factor_name": "Telangana Registrar of Companies",
        "sub_condition_name": null,
        "sub_condition_factor": null,
        "risk_category_weights": 70,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 55,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 38.5,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": "False",
        "risk_category_condition_sub_condition_is_override": null,
        "risk_category_condition_sub_condition_factor_is_override": null
      },
      {
        "risk_category_name": "Shell Company",
        "condition_name": "Is a Suspected Shell Company",
        "factor_name": "Serious Fraud Investigation Office (SFIO)",
        "sub_condition_name": null,
        "sub_condition_factor": null,
        "risk_category_weights": 70,
        "risk_category_condition_weights": 0,
        "risk_category_condition_factor_weights": 45,
        "risk_category_condition_sub_condition_weights": 0,
        "risk_score": 0,
        "risk_applicable_weight": 31.5,
        "risk_score_calculated": 0,
        "risk": "Very Low",
        "input_value": "",
        "risk_category_condition_is_override": "False",
        "risk_category_is_override": "False",
        "risk_category_condition_factor_is_override": "False",
        "risk_category_condition_sub_condition_is_override": null,
        "risk_category_condition_sub_condition_factor_is_override": null
      }
    ]
  },
  "TotalCount": 0,
  "TotalPage": 0
}

Single Entity Creation API – Onboarding Stage

The Encrypted Single Entity Creation API enables secure creation of individual entities for a specified project through a JSON-based request. Payloads are encrypted using AES 256-bit encryption, leveraging secure key management via AWS. This ensures that all entity data is transmitted securely over a stable, high-availability API. The AWS encryption algorithm and credentials can be shared upon request. Upon successful validation of all required parameters, the API creates the corresponding entity. Invalid or incomplete parameters will result in a Bad Request response. This API is designed for seamless integration with third-party platforms requiring encrypted communication.

End Point: https:// api.entityhero.com/eh/api/CreateOnboardingEntity

Header : Bearer {Token}

Method: POST

Without PreScreening.io Parameters
  With Association
Request JSON:

    
{
    "projectId": 770,
    "status":"",
    "screeningAction": "",
    "profile": {
        "primaryInformation": {
            "customerId": "3004Cust01",
            "onBoardingDate": {
                "date": "16",
                "month": "Jan",
                "year": "2026"
            },
            "onboardingMethod": "",
            "otherID": "string",
           "entityType": "Individual",
            "legalClassification": "",
            "name": {
                "prefix": "",
                "firstName": "Dawood Kaskar Ibrahim",
                "middleName": "",
                "lastName": ""
            },
            "maidenName": [
                {
                    "prefix": "",
                    "firstName": "",
                    "middleName": "",
                    "lastName": ""
                }
            ],
            "registeredOrLegalName": "Blue Diamond",
            "tradeName": "",
            "abbrevationOrShortName": [
                ""
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "22",
                    "month": "Aug",
                    "year": "2009"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "",
                    "isoCodeForPlaceOfBirth": ""
                }
            ],
            "dateOfIncorporation": {
                "date": "",
                "month": "",
                "year": ""
            },
            "placeOfIncorporation": "",
            "isoCodeForPlaceOfIncorporation": "",
            "placeOfIncorporationGroup": {
                "placeOfIncorporation": "",
                "isoCodeForPlaceOfIncorporation": ""
            },
            "dateOfCommencementOfBusiness": {
                "date": "",
                "month": "",
                "year": ""
            },
            "gender": "MALE",
            "maritalStatus": "SINGLE",
            "numberOfDependents": "",
            "nationality": [
                ""
            ],
            
            "countryofDomicile": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "",
                    "number": ""
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "91",
                    "number": "9390758534"
                }
            ],
            "emailAddress": [
                "mohd.sohail.biz@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "websiteUrl": [
                ""
            ],
            "telephoneNumber": "",
            "dateOfBill2": "",
            "addressProof2": "",
            "dateOfBill": "",
            "addressProof": "",
            "address2": "",
            "address1": "",
            "emailAsPerFA": "",
            "businessInCountryFacingWarOrInternalConflict": "",
            "businessOutsideFATFMemberCountries": "",
            "contactEmailAddressOfClient": ""
        }
    },
    "geographic": {
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "Pakistan",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": "",
            "addressLandmark": "",
            "countryOfBirth": "",
            "proliferationLinks": "",
            "residencyType": ""
        },
        "registeredAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "proofOfAddress": "",
            "poBoxNumber": "",
            "placeofRegistration": "",
            "stateofRegistration": "",
            "entitylinkedtoproliferationcountries": "",
            "countryofOperations": ""
        }
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": ""
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "FRGQQ7871R"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "BRQPP2589R"
                }
            }
        ]
    },
    "isPsioNameScreening": "false",
    "apcStartDate": "",
    "apcEndDate": "",
    
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    },
    "riskQuestionnaire": [
    {
    
    "question": "Country of Domicile Risk",
     "answer": "Pakistan"
    },
    {
    
    "question": "Nationality Risk",
    "answer": "Iran"
    },
    {
    "question": "Customer's Jurisdiction Risk",
    "answer": "Tax haven countries"
    }
  ],
  "manualScreening": [
    {
    "question": "Does the client's name appear in a sanctions list?",
    "answer": "Yes"
    },
    {
    "question": "Adverse Media risk found",
    "answer": "Yes"
    },
    {
    "question": "     Is the client a pep or a relative/close associate of a pep?     ",
    "answer": "Yes"
    }
  ]
}

Response JSON:

{
  "Success": true,
  "ResponseCode": 200,
  "Message": "Entity Created Successfully",
  "CustomerId": "EHTest01",
  "EntityId": "EN0001640BIEH75",
  "Body": {
    "prescreeningioResponse": {}
    "entityRiskScore": {
      "risk_score": 0,
      "risk": "Very Low"
    },
    "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242616,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242615,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242609,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared monthly income low?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.36,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.02,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242610,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared net worth high?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242606,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in permanent address a FATF black list country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 70.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242607,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in current address a sanctioned country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 30.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242608,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "PIN code risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242614,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Is sanctioned",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242605,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the customer’s verification status unverified?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 70.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.1,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242604,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the identification document expired?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 30.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.43,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242602,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Occupation Risk",
                "condition_name": "Is the customer in a high-risk occupation?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242613,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is a PEP",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242611,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Service/Transaction Risk",
                "condition_name": "Is the mode of payment high-risk?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242603,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Source of Wealth",
                "condition_name": "Is the source of income unregistered or unclear?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.43,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.14,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0
}

Without PreScreening.io Parameters
  Without Associations
Request JSON:

    
{
 {
    "projectId": 770,
    "status":"",
    "screeningAction": "",
    "profile": {
        "primaryInformation": {
            "customerId": "3004Cust01",
            "onBoardingDate": {
                "date": "16",
                "month": "Jan",
                "year": "2026"
            },
            "onboardingMethod": "",
            "otherID": "string",
           "entityType": "Individual",
            "legalClassification": "",
            "name": {
                "prefix": "",
                "firstName": "Dawood Kaskar Ibrahim",
                "middleName": "",
                "lastName": ""
            },
            "maidenName": [
                {
                    "prefix": "",
                    "firstName": "",
                    "middleName": "",
                    "lastName": ""
                }
            ],
            "registeredOrLegalName": "Blue Diamond",
            "tradeName": "",
            "abbrevationOrShortName": [
                ""
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "22",
                    "month": "Aug",
                    "year": "2009"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "",
                    "isoCodeForPlaceOfBirth": ""
                }
            ],
            "dateOfIncorporation": {
                "date": "",
                "month": "",
                "year": ""
            },
            "placeOfIncorporation": "",
            "isoCodeForPlaceOfIncorporation": "",
            "placeOfIncorporationGroup": {
                "placeOfIncorporation": "",
                "isoCodeForPlaceOfIncorporation": ""
            },
            "dateOfCommencementOfBusiness": {
                "date": "",
                "month": "",
                "year": ""
            },
            "gender": "MALE",
            "maritalStatus": "SINGLE",
            "numberOfDependents": "",
            "nationality": [
                ""
            ],
            
            "countryofDomicile": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "",
                    "number": ""
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "91",
                    "number": "9390758534"
                }
            ],
            "emailAddress": [
                "mohd.sohail.biz@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "websiteUrl": [
                ""
            ],
            "telephoneNumber": "",
            "dateOfBill2": "",
            "addressProof2": "",
            "dateOfBill": "",
            "addressProof": "",
            "address2": "",
            "address1": "",
            "emailAsPerFA": "",
            "businessInCountryFacingWarOrInternalConflict": "",
            "businessOutsideFATFMemberCountries": "",
            "contactEmailAddressOfClient": ""
        }
    },
    "geographic": {
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "Pakistan",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": "",
            "addressLandmark": "",
            "countryOfBirth": "",
            "proliferationLinks": "",
            "residencyType": ""
        },
        "registeredAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "proofOfAddress": "",
            "poBoxNumber": "",
            "placeofRegistration": "",
            "stateofRegistration": "",
            "entitylinkedtoproliferationcountries": "",
            "countryofOperations": ""
        }
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": "Test001"
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "FRGQQ7871R"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "BRQPP2589R"
                }
            }
        ]
    },
    "isPsioNameScreening": "false",
    "apcStartDate": "",
    "apcEndDate": "",
    
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    },
    "riskQuestionnaire": [
    {
    
    "question": "Country of Domicile Risk",
     "answer": "Pakistan"
    },
    {
    
    "question": "Nationality Risk",
    "answer": "Iran"
    },
    {
    "question": "Customer's Jurisdiction Risk",
    "answer": "Tax haven countries"
    }
  ],
  "manualScreening": [
    {
    "question": "Does the client's name appear in a sanctions list?",
    "answer": "Yes"
    },
    {
    "question": "Adverse Media risk found",
    "answer": "Yes"
    },
    {
    "question": "     Is the client a pep or a relative/close associate of a pep?     ",
    "answer": "Yes"
    }
  ]
}
}

Response JSON:

{
  "Success": true,
  "ResponseCode": 200,
  "Message": "Entity Created Successfully",
  "CustomerId": "3004Cust01",
  "EntityId": "EN0001640BIEH75",
  "Body": {
    "prescreeningioResponse": {}
    "entityRiskScore": {
      "risk_score": 0,
      "risk": "Very Low"
    },
    "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242616,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242615,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242609,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared monthly income low?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.36,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.02,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242610,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Financial Profile",
                "condition_name": "Is the declared net worth high?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 2.5,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242606,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in permanent address a FATF black list country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 70.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242607,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "High Risk Countries",
                "factor_name": null,
                "sub_condition_name": "Is the country in current address a sanctioned country",
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 30.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242608,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Geographical Risk",
                "condition_name": "PIN code risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 50.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242614,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Is sanctioned",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242605,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the customer’s verification status unverified?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 70.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 7.0,
                "risk_score_calculated": 0.1,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242604,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "KYC & Identity",
                "condition_name": "Is the identification document expired?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 30.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.43,
                "old_risk_score": null,
                "risk_applicable_weight": 3.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242602,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Occupation Risk",
                "condition_name": "Is the customer in a high-risk occupation?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242613,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is a PEP",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242611,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Service/Transaction Risk",
                "condition_name": "Is the mode of payment high-risk?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.71,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.04,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242603,
                "entity_input_parameter_value_id": 298831,
                "risk_category_name": "Source of Wealth",
                "condition_name": "Is the source of income unregistered or unclear?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.43,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.14,
                "old_risk_score_calculated": null,
                "risk": "Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": null,
                "risk_category_is_override": null,
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": null,
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0
}

With PreScreening.io Parameters
  With Associations
Request JSON:

    
{
    "projectId": 770,
    "status":"",
    "screeningAction": "",
    "profile": {
        "primaryInformation": {
            "customerId": "3004Cust01",
            "onBoardingDate": {
                "date": "16",
                "month": "Jan",
                "year": "2026"
            },
            "onboardingMethod": "",
            "otherID": "string",
           "entityType": "Individual",
            "legalClassification": "",
            "name": {
                "prefix": "",
                "firstName": "Dawood Kaskar Ibrahim",
                "middleName": "",
                "lastName": ""
            },
            "maidenName": [
                {
                    "prefix": "",
                    "firstName": "",
                    "middleName": "",
                    "lastName": ""
                }
            ],
            "registeredOrLegalName": "Blue Diamond",
            "tradeName": "",
            "abbrevationOrShortName": [
                ""
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "22",
                    "month": "Aug",
                    "year": "2009"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "",
                    "isoCodeForPlaceOfBirth": ""
                }
            ],
            "dateOfIncorporation": {
                "date": "",
                "month": "",
                "year": ""
            },
            "placeOfIncorporation": "",
            "isoCodeForPlaceOfIncorporation": "",
            "placeOfIncorporationGroup": {
                "placeOfIncorporation": "",
                "isoCodeForPlaceOfIncorporation": ""
            },
            "dateOfCommencementOfBusiness": {
                "date": "",
                "month": "",
                "year": ""
            },
            "gender": "MALE",
            "maritalStatus": "SINGLE",
            "numberOfDependents": "",
            "nationality": [
                ""
            ],
            
            "countryofDomicile": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "",
                    "number": ""
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "91",
                    "number": "9390758534"
                }
            ],
            "emailAddress": [
                "mohd.sohail.biz@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "websiteUrl": [
                ""
            ],
            "telephoneNumber": "",
            "dateOfBill2": "",
            "addressProof2": "",
            "dateOfBill": "",
            "addressProof": "",
            "address2": "",
            "address1": "",
            "emailAsPerFA": "",
            "businessInCountryFacingWarOrInternalConflict": "",
            "businessOutsideFATFMemberCountries": "",
            "contactEmailAddressOfClient": ""
        }
    },
    "geographic": {
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "Pakistan",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": "",
            "addressLandmark": "",
            "countryOfBirth": "",
            "proliferationLinks": "",
            "residencyType": ""
        },
        "registeredAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "proofOfAddress": "",
            "poBoxNumber": "",
            "placeofRegistration": "",
            "stateofRegistration": "",
            "entitylinkedtoproliferationcountries": "",
            "countryofOperations": ""
        }
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": ""
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "FRGQQ7871R"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "BRQPP2589R"
                }
            }
        ]
    },
    "isPsioNameScreening": "true",
    "apcStartDate": "",
    "apcEndDate": "",
    
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    },
    "riskQuestionnaire": [
    {
    
    "question": "Country of Domicile Risk",
     "answer": "Pakistan"
    },
    {
    
    "question": "Nationality Risk",
    "answer": "Iran"
    },
    {
    "question": "Customer's Jurisdiction Risk",
    "answer": "Tax haven countries"
    }
  ],
  "manualScreening": [
    {
    "question": "Does the client's name appear in a sanctions list?",
    "answer": "Yes"
    },
    {
    "question": "Adverse Media risk found",
    "answer": "Yes"
    },
    {
    "question": "     Is the client a pep or a relative/close associate of a pep?     ",
    "answer": "Yes"
    }
  ]
}

Response JSON:

{
    "Success": true,
    "ResponseCode": 200,
    "Message": "Entity Created Successfully",
    "CustomerId": "0505Cust01",
    "EntityId": "EN0250563BIEH770",
    "Body": {
        "prescreeningioResponse": {
            "message": "200",
            "data": {
                "CaseAssociation": [
                    {
                        "Name": "Dawood Kaskar Ibrahim",
                        "Score": "10/10",
                        "Status": "Red",
                        "Uid": "865f11f0-48ee-4f85-b442-9a00454f904a",
                        "Type": "Individual",
                        "EntityId": "EN.00000250563"
                    }
                ],
                "Case_Outcome": {
                    "Name": "Dawood Kaskar Ibrahim",
                    "CaseId": "PS.00000965666",
                    "CompositeApplicationStatus": "Failed",
                    "Score": "10/10",
                    "Status": "Red",
                    "Uid": "da26fd75-f36c-4bd3-87a0-7e136d48b250",
                    "EntityName": "Dawood Kaskar Ibrahim",
                    "EntityId": "EN.00000250563"
                },
                "IgnoredChecks": null,
                "ListSubscribed": null,
                "NotExistsList": null,
                "Subscribed": {},
                "entitychecks": [
                    {
                        "AmlCheck": [
                            {
                                "Address": "",
                                "Alias": "",
                                "AmlCategory": "",
                                "Attachment": "",
                                "Comment": "",
                                "Connected Entities": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Date of Event": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Summary": "",
                                "composite_score": "",
                                "details": "",
                                "entities": "",
                                "event_link": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "keywords": "",
                                "mappingId": 1,
                                "match_name": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "HitsFound": {
                            "AmlCheck": 0,
                            "Indian Watchlists": 0,
                            "Ireland Watchlists": 0,
                            "Nepal Watchlist": 0,
                            "PepCheck": 0,
                            "SanctionCheck": 11,
                            "Suspected Shell Companies Check": 0
                        },
                        "Indian Watchlists": [
                            {
                                "Absconding Date": "",
                                "Absconding Status": "",
                                "Account Name": "",
                                "Account Type": "",
                                "Action": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Age of Disappearance": "",
                                "Alias": "",
                                "Amount Paid": "",
                                "Appeal Number": "",
                                "Application Number": "",
                                "Assessing Officer": "",
                                "Attachment": "",
                                "Authorised Person Associated Member Name": "",
                                "Authorised Persons AP Cancellation Date": "",
                                "Authority Name": "",
                                "Balance Amount": "",
                                "Branch": "",
                                "CIN": "",
                                "CIN_match_details_ds": "",
                                "CIN_match_status_ds": "",
                                "CP2 Number": "",
                                "Case Filing Date": "",
                                "Case Number": "",
                                "Case Registration Date": "",
                                "Case Status": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "CaseName": "",
                                "Cause Notice Number": "",
                                "Certificate Amount": "",
                                "Certificate Type": "",
                                "Charges": "",
                                "Circular Number": "",
                                "Claim Type": "",
                                "Comment": "",
                                "Community": "",
                                "Complainant Name": "",
                                "Complaint Number": "",
                                "Constitution": "",
                                "Contact Person": "",
                                "Country": "",
                                "Court Name": "",
                                "CourtJudgement": "",
                                "Criminal Registration Number (CRN)": "",
                                "Current Status": "",
                                "DIN": "",
                                "DIN_match_details_ds": "",
                                "DIN_match_status_ds": "",
                                "DOB Match Status": "",
                                "Date": "",
                                "Date Of Deactivation": "",
                                "Date Of Registration": "",
                                "Date of Appeal": "",
                                "Date of Appellate Award": "",
                                "Date of Arbitration Award": "",
                                "Date of Arrested": "",
                                "Date of Birth (DOB)": "",
                                "Date of Birth (DOB) from Year": "",
                                "Date of Birth (DOB) to Year": "",
                                "Date of Birth Note": "",
                                "Date of Disappearance": "",
                                "Date of Exchange Circular": "",
                                "Date of Filing": "",
                                "Date of Listing": "",
                                "Date of Main Order": "",
                                "Date of National Stock Exchange NSE Circular": "",
                                "Date of Offence": "",
                                "Date of Order or Award": "",
                                "Date of Payment": "",
                                "Date of Press Release": "",
                                "Date of Receipt": "",
                                "Debarred Date From": "",
                                "Debarred Date To": "",
                                "Decision Date": "",
                                "Declaration Date": "",
                                "Default Amount": "",
                                "DefaulterExpelledSuspensiondate": "",
                                "Defendant Name": "",
                                "Derived Aliases": "",
                                "Details of Award": "",
                                "Details of Seized Goods": "",
                                "Diary Number": "",
                                "Directors Name": "",
                                "Directors Permanent Account Number PAN": "",
                                "DistinguishingMarks": "",
                                "Distribution Details": "",
                                "District": "",
                                "DobMatchDetails": "",
                                "Due Amount": "",
                                "Email": "",
                                "Email Match Details": "",
                                "Email Match Status": "",
                                "Employees State Insurance Corporation (ESIC) Code Number": "",
                                "Employer Representative": "",
                                "Extracted PAN": "",
                                "Extracted PAN Match Status": "",
                                "Eye Color": "",
                                "FRI Severity": "",
                                "Filer": "",
                                "Filing Number": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "First Information Report FIR Date": "",
                                "First Information Report FIR Number": "",
                                "Flagged At": "",
                                "Forward Markets Commission (FMC) Registration Number": "",
                                "Further Interest Amount": "",
                                "GST": "",
                                "GST Match Details": "",
                                "GST Match Status": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Government Notification Number": "",
                                "Hair Color": "",
                                "Height": "",
                                "Identification Details City": "",
                                "Identification Details Country": "",
                                "Identification Details Issue Date": "",
                                "Identification Details Name": "",
                                "Identification Details Note": "",
                                "Identification Details Value": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image Url": "",
                                "Imprisonment Term": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Division": "",
                                "Institute of Chartered Accountants of India (ICAI) Membership Number": "",
                                "Interest Amount": "",
                                "Investigation Date": "",
                                "Investigation Status": "",
                                "Issued Date": "",
                                "Label": "",
                                "Languages Spoken": "",
                                "Lender Bank": "",
                                "Level of Freeze": "",
                                "List Type": "",
                                "ListName": "",
                                "ListUid": "",
                                "Location": "",
                                "Match": "",
                                "MatchedPanNo": "",
                                "Member Code": "",
                                "Member Identification Number": "",
                                "Mobile Number": "",
                                "Name": "",
                                "Name in Original Script": "",
                                "Name of All Petitioners": "",
                                "Name of All Respondents": "",
                                "Name of Applicant": "",
                                "Name of Arbitrator": "",
                                "Name of Associated Subject": "",
                                "Name of Office": "",
                                "Name of Respondent": "",
                                "NameofAssociatedCompany": "",
                                "Nationality": "",
                                "Nature of Offence": "",
                                "Next Listing Date": "",
                                "Notice Date": "",
                                "Notice Number": "",
                                "Notice number": "",
                                "Number of Employees": "",
                                "Number of Grievance": "",
                                "Order Date": "",
                                "Order Effective from Date": "",
                                "Order Effective to Date": "",
                                "Order Number": "",
                                "Order Particulars": "",
                                "Other Details": "",
                                "Outcome": "",
                                "Outstanding Amount": "",
                                "PAN Debarred For Opening of New Account": "",
                                "PAN match status": "",
                                "Parentage": "",
                                "Passport": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "PenaltyAmount": "",
                                "Period": "",
                                "Period From": "",
                                "Period To": "",
                                "Period of Claim": "",
                                "Phone Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Police District": "",
                                "Police Station (PS)": "",
                                "Position": "",
                                "Priority": "",
                                "Public Notice Date": "",
                                "Publish Date": "",
                                "Published Date": "",
                                "Purpose": "",
                                "Quarter": "",
                                "Reason": "",
                                "ReasonofSuspension": "",
                                "Recovery Certificate Number": "",
                                "Reference Number": "",
                                "Reference of SEBI Directions": "",
                                "Region": "",
                                "Registrars of Companies": "",
                                "Registration Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Revoked Date": "",
                                "Reward": "",
                                "Rule Applied": "",
                                "RunId": 0,
                                "SEBI Reference Number": "",
                                "SEBI Registration Date": "",
                                "SEBI Registration Number": "",
                                "Sanction Date": "",
                                "Sanctions Authority ID": "",
                                "Scrip Name": "",
                                "Section": "",
                                "Segment": "",
                                "Seized Amount": "",
                                "Service Request Number": "",
                                "SourceLink": "",
                                "State": "",
                                "Status Date": "",
                                "Subject": "",
                                "Suit": "",
                                "Telecom Service Provider": "",
                                "Total Amount": "",
                                "Type of Membership": "",
                                "UN List Type": "",
                                "Vendor Identification Number": "",
                                "Violation": "",
                                "Weight": "",
                                "composite_score": "",
                                "details": "",
                                "ext_state": "",
                                "ext_state_match_details_ds": "",
                                "ext_state_match_status_ds": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "lsa code": "",
                                "mappingId": 1,
                                "match_score": "",
                                "match_status": "Grey",
                                "reason": "{\"Message\":\"\"}",
                                "registration number": "",
                                "status": "",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "Ireland Watchlists": [
                            {
                                "Action Date": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Alias Name": "",
                                "Associated Document URL": "",
                                "Associated Subject Name": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Build": "",
                                "Business Type": "",
                                "Case Summary": "",
                                "City": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Country": "",
                                "Court Date": "",
                                "DOB Match Status": "",
                                "Date of Birth (DOB)": "",
                                "Decision Date": "",
                                "DobMatchDetails": "",
                                "Effective Date": "",
                                "Enforcement Type": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Hair Colour": "",
                                "Height": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Date": "",
                                "Label": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing Date": "",
                                "Match": "",
                                "Missing Date": "",
                                "Name": "",
                                "Name Match Details": "",
                                "Name Match Score": "",
                                "Notice Date": "",
                                "Number of charges": "",
                                "Occupation": "",
                                "Penalty Amount": "",
                                "Position": "",
                                "Press Release Date": "",
                                "Priority": "",
                                "Province": "",
                                "Publish Date": "",
                                "Reason": "",
                                "Reference Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Section": "",
                                "Solicitor Number": "",
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Street Address": "",
                                "Weight": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "Nepal Watchlist": [
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Alias": "",
                                "Arrested Date": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Blacklist Number": "",
                                "Blacklisted Date": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "Citizenship ID": "",
                                "Citizenship ID Match Details": "",
                                "Citizenship ID Match Status": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Convicted By": "",
                                "Filing Date": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Labor Representative Details": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing date": "",
                                "Location": "",
                                "Match": "",
                                "Name": "",
                                "Name Match Score": "",
                                "Name of Associated Subject": "",
                                "Nationality": "",
                                "Nepali Arrested Date": "",
                                "Nepali Filing Date": "",
                                "Nepali Listing Date": "",
                                "Nepali Publish Date": "",
                                "Permission Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Position": "",
                                "Priority": "",
                                "Proprietor Details": "",
                                "Publish date": "",
                                "Reason": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Telephone Number": "",
                                "Type": "",
                                "details": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "PepCheck": [
                            {
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Associations": "",
                                "Attachment": "",
                                "Comment": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Deceased": "",
                                "Deceased Date": "",
                                "Derived Aliases": "",
                                "DobMatchDetails": "",
                                "Email_ID": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "LGD Code": "",
                                "Label": "",
                                "Match": "",
                                "MatchedPanNo": "",
                                "Other Details": "",
                                "PAN match status": "",
                                "Pep_Type": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Source Link": "",
                                "Telephone": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "full_name": "",
                                "mappingId": 1,
                                "match_description": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "per_score": "",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "SanctionCheck": [
                            {
                                "Additional Information": "",
                                "Address": "617 CP Berar Society, Block 7-8, Karachi, Pakistan|House No. 37, Street 30, Phase V            Defence Housing Authority, Karachi, Pakistan|White House, Al-Wassal Road            Jumeira, Dubai, United Arab Emirates|33-36, Pakmodiya Street            Haji Musafirkhana, Dongri, Bombay, India|House No. 10, Hill Top Arcade            Defence Housing Authority, Karachi, Pakistan|Moin Palace, 2nd Floor            Opp. Abdullah Shah Gazi Dargah, Clifton, Karachi, Pakistan",
                                "Address Match Details": [
                                    "Pakistan"
                                ],
                                "Address Match Status": "Partial Match",
                                "AlertId": "170449",
                                "Alias": "Dawood EBRAHIM|Dawood HASSAN|Dawood Sheik IBRAHIM|Dawood Ibrahim KASKAR|Dawood SABRI|Amir SAHEB|Iqbal SETH|Shaikh Ismail Abdul REHMAN|Abdul Hamid Abdul AZIZ|Aziz DILIP|Ibrahim Shaikh Mohd ANIS|Shaikh Daud HASAN|Anis IBRAHIM",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "United States",
                                "Citizenship": "India|Pakistan|United Arab Emirates",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "Pakistan|Pakistan|United Arab Emirates|India|Pakistan|Pakistan",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Ibrahim Shaikh Anis|Dawood Kaskar|Dawood Ibrahim|Ibrahim Anis|Ibrahim Mohd Anis|Shaikh Abdul Rehman|Abdul Aziz|Shaikh Hasan|Shaikh Rehman|Abdul Hamid Aziz|Shaikh Ismail Rehman",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "M-110522|R-841697|A-333602|A-501801|P-537849|K-560098|V-57865|G-866537|G-869537|F-823692|A-717288",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Specially Designated Nationals List (SDN List)",
                                "ListUid": "SAN_A00001L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport",
                                "Nationality": "India",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "A-333602|A-501801|A-717288|F-823692|G-866537|G-869537|K-560098|M-110522|P-537849|R-841697|V-57865",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "SDGT|SDNTK",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "9758",
                                "Sources": "",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood IBRAHIM",
                                "full_name_db": "Dawood IBRAHIM",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 1,
                                "match_description": "U.S. Department of Treasury - Office of Foreign Assets Control",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "Pakistan",
                                "Address Match Details": [
                                    "Pakistan"
                                ],
                                "Address Match Status": "High Match",
                                "AlertId": "170449",
                                "Alias": "Anees Ibrahim KASKAR|EBRAHIM, Sayed Omar Haji|IBRAHIM, Haji Anees",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "United States",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "Pakistan",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Ibrahim Anees|Anees Kaskar|Shaikh Kaskar|Ebrahim Omar|Shaikh Ibrahim Kaskar|Ibrahim Haji Anees|Shaikh Anis Kaskar|Ebrahim Sayed Omar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Specially Designated Nationals List (SDN List)",
                                "ListUid": "SAN_A00001L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "India",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "SDNTK",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "16495",
                                "Sources": "",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "75%",
                                "details": "anees ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Shaikh Anis Ibrahim KASKAR",
                                "full_name_db": "Shaikh Anis Ibrahim KASKAR",
                                "fuzzy_score": "75%",
                                "isdeleted": "False",
                                "mappingId": 11,
                                "match_description": "U.S. Department of Treasury - Office of Foreign Assets Control",
                                "match_details": "anees ibrahim kaskar",
                                "match_score": 1,
                                "match_status": "Amber",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170450",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "Male",
                                "GenderMatchDetails": "Male",
                                "GenderMatchStatus": "Matched",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "National Financial Sanctions",
                                "ListUid": "SAN_A00012L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://finance.belgium.be/en/treasury/financial-sanctions",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 3,
                                "match_description": "Belgium Federal Public Service Finance",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "27 Aug 2016",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170451",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "National Freeze Registry List",
                                "ListUid": "SAN_A00014L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "3044",
                                "Sources": "https://gels-avoirs.dgtresor.gouv.fr/List",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim KASKAR",
                                "full_name_db": "Dawood Ibrahim KASKAR",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 4,
                                "match_description": "The French Direction Générale du Trésor",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170452",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Monaco Economic Sanctions",
                                "ListUid": "SAN_A00019L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "93110",
                                "Sources": "https://geldefonds.gouv.mc/liste-nationale-de-gel-des-fonds",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 5,
                                "match_description": "Economic Sanctions - Princely Government of Monaco",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "4 Jun 2021",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170453",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Kaskar Ibrahim",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "New Zealand Police - New Zealand Police Designated Terrorists",
                                "ListUid": "SAN_A00027L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "QDi.135",
                                "Sources": "https://www.police.govt.nz/advice/personal-community/counterterrorism/designated-entities/lists-associated-with-resolutions-1267-1989-2253-1988",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "kaskar dawood ibrahim",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Kaskar Dawood Ibrahim",
                                "full_name_db": "Kaskar Dawood Ibrahim",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 6,
                                "match_description": "New Zealand Police",
                                "match_details": "kaskar dawood ibrahim",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "2 Mar 2004",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170454",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "List of Organizations and Individuals Involved in Terrorist Activities",
                                "ListUid": "SAN_A00038L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "http://kgb.by/by/perechen-inf-by/",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 7,
                                "match_description": "State Security Committee of the Republic of Belarus",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170455",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "",
                                "ListUid": "SAN_A00043",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://portal.moi.gov.qa/wps/portal/NCTC/sanctionlist/unifiedsanctionlist/!ut/p/a1/hZDLbsIwEEW_pQtv46ljIHRnLBSnTQhUkQBvKtOGYCmJU9vQ329CQarUB7ObozO6mosl3mDZqpOulNemVfWwy_FLMiWUCErSnFMGq3CWFFmYQRyPemHbCyORzmP6BIt4UsxglRNRjJ8FAbi_db_G8kthWQKEQprPea9MRSF4CBAtJxfhv4izAH8MA_yIZVWb3fmfLWt3YVRhact9aUsbHG2PD9537gEBgs5Yr-qgMTqozCl4Vwg-OnflCBa84Aical-HimrtPIJjq_e6fPsOf0s6mIH_CMBdswG9bNaRY3efJl1kaQ!!/dl5/d5/L2dBISEvZ0FBIS9nQSEh/",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 8,
                                "match_description": "Ministry of Interior - Qatar",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170456",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Public Registry of People and Entities Linked to Acts of Terrorism and Terrorism Financing",
                                "ListUid": "SAN_A00046L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "QDi.135",
                                "Sources": "https://repet.jus.gob.ar/#entidades",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 9,
                                "match_description": "Ministry of Justice and Human Rights - Presidency of the Nation - Argentina",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170457",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Bulgarian Persons of Interest",
                                "ListUid": "SAN_A00080L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://docs.google.com/spreadsheets/d/1CLWK2TtmmVLhqkQFzxivwxIjBhwhYDnBYhCcAIx-WG8/edit#gid=486983029",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "78%",
                                "details": "dawood ibrahim",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim",
                                "full_name_db": "Dawood Ibrahim",
                                "fuzzy_score": "78%",
                                "isdeleted": "False",
                                "mappingId": 10,
                                "match_description": "Omnio Compliance - Bulgaria",
                                "match_details": "dawood ibrahim",
                                "match_score": 1,
                                "match_status": "Amber",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170458",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Sanctions List",
                                "ListUid": "SAN_A00008L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://www.financnianalytickyurad.cz/download/downloads_files_cs/1647424408_cs_20220316-ukr.xlsx",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 2,
                                "match_description": "Financial Analytical Office - Czech Republic",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "3 Nov 2003",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            }
                        ],
                        "Suspected Shell Companies Check": [
                            {
                                "Address": "",
                                "Address Input Details": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Attachment": "",
                                "Authority": "",
                                "Comment": "",
                                "Country": "",
                                "DOB": "",
                                "Date": "",
                                "DobMatchDetails": "",
                                "Entity Name": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Identification Number": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "ListName": "",
                                "ListUid": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Sources": "",
                                "Type of Identifier": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "entityName": "Dawood Kaskar Ibrahim",
                        "entityType": "Individual",
                        "totalResponseCount": 11
                    }
                ],
                "pdfUrl": "NA"
            }
        },
        "entityRiskScore": {
            "risk_score": "1",
            "risk": "Very Low"
        },
        "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242304,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242301,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242298,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Customer's Jurisdiction Risk",
                "condition_name": "Customer's Jurisdiction Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242300,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Customer Specific Risk",
                "condition_name": "Customer Specific Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242296,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Delivery Channel Risk",
                "condition_name": "Nationality Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242302,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Does the client's name appear in a sanctions list?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 1.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242303,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is the client a PEP or a relative/close associate of a PEP?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242297,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Product/Service Specific Risk",
                "condition_name": "Country of Domicile Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242299,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Transaction Specific Risk",
                "condition_name": "Transaction Specific Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0,
    "Status": "Decision Pending"
}

With PreScreening.io parameters
  Without Association
Request JSON:

    
{
    "projectId": 770,
    "status":"",
    "screeningAction": "",
    "profile": {
        "primaryInformation": {
            "customerId": "3004Cust01",
            "onBoardingDate": {
                "date": "16",
                "month": "Jan",
                "year": "2026"
            },
            "onboardingMethod": "",
            "otherID": "string",
           "entityType": "Individual",
            "legalClassification": "",
            "name": {
                "prefix": "",
                "firstName": "Dawood Kaskar Ibrahim",
                "middleName": "",
                "lastName": ""
            },
            "maidenName": [
                {
                    "prefix": "",
                    "firstName": "",
                    "middleName": "",
                    "lastName": ""
                }
            ],
            "registeredOrLegalName": "Blue Diamond",
            "tradeName": "",
            "abbrevationOrShortName": [
                ""
            ],
            "alias": [
                ""
            ],
            "dateOfBirth": [
                {
                    "date": "22",
                    "month": "Aug",
                    "year": "2009"
                }
            ],
            "placeOfBirth": [
                {
                    "placeOfBirtH": "",
                    "isoCodeForPlaceOfBirth": ""
                }
            ],
            "dateOfIncorporation": {
                "date": "",
                "month": "",
                "year": ""
            },
            "placeOfIncorporation": "",
            "isoCodeForPlaceOfIncorporation": "",
            "placeOfIncorporationGroup": {
                "placeOfIncorporation": "",
                "isoCodeForPlaceOfIncorporation": ""
            },
            "dateOfCommencementOfBusiness": {
                "date": "",
                "month": "",
                "year": ""
            },
            "gender": "MALE",
            "maritalStatus": "SINGLE",
            "numberOfDependents": "",
            "nationality": [
                ""
            ],
            
            "countryofDomicile": ""
        }
    },
    "contact": {
        "contactDetails": {
            "telephoneNumberOffice": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "telephoneNumberRes": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "phoneNumber": [
                {
                    "countryCode": "",
                    "number": ""
                }
            ],
            "mobileNumber": [
                {
                    "countryCode": "91",
                    "number": "9390758534"
                }
            ],
            "emailAddress": [
                "mohd.sohail.biz@gmail.com"
            ],
            "businessEmailAddress": "",
            "faxNumber": [
                {
                    "countryCode": "",
                    "stateCode": "",
                    "number": ""
                }
            ],
            "websiteUrl": [
                ""
            ],
            "telephoneNumber": "",
            "dateOfBill2": "",
            "addressProof2": "",
            "dateOfBill": "",
            "addressProof": "",
            "address2": "",
            "address1": "",
            "emailAsPerFA": "",
            "businessInCountryFacingWarOrInternalConflict": "",
            "businessOutsideFATFMemberCountries": "",
            "contactEmailAddressOfClient": ""
        }
    },
    "geographic": {
        "permanentResidentialAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "Pakistan",
            "isoCode": "",
            "pincode": "",
            "poBoxNumber": "",
            "addressLandmark": "",
            "countryOfBirth": "",
            "proliferationLinks": "",
            "residencyType": ""
        },
        "registeredAddress": {
            "street": "",
            "district": "",
            "cityOrTownOrVillage": "",
            "state": "",
            "country": "India",
            "isoCode": "",
            "pincode": "",
            "proofOfAddress": "",
            "poBoxNumber": "",
            "placeofRegistration": "",
            "stateofRegistration": "",
            "entitylinkedtoproliferationcountries": "",
            "countryofOperations": ""
        }
    },
    "association": {
        "associatedEntityDetails": [
            {
                "associatedEntityy": {
                    "associatedCustomerID": "Test001"
                }
            }
        ]
    },
    "identificationDocuments": {
        "identifier": [
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "FRGQQ7871R"
                }
            },
            {
                "identifierDetails": {
                    "identifierType": "PAN",
                    "identificationNumber": "BRQPP2589R"
                }
            }
        ]
    },
    "isPsioNameScreening": "true",
    "apcStartDate": "",
    "apcEndDate": "",
    
    "framework": {
        
    },
    "customerRiskRating": {
        "crrScore": "",
        "riskLevel": ""
    },
    "riskQuestionnaire": [
    {
    
    "question": "Country of Domicile Risk",
     "answer": "Pakistan"
    },
    {
    
    "question": "Nationality Risk",
    "answer": "Iran"
    },
    {
    "question": "Customer's Jurisdiction Risk",
    "answer": "Tax haven countries"
    }
  ],
  "manualScreening": [
    {
    "question": "Does the client's name appear in a sanctions list?",
    "answer": "Yes"
    },
    {
    "question": "Adverse Media risk found",
    "answer": "Yes"
    },
    {
    "question": "     Is the client a pep or a relative/close associate of a pep?     ",
    "answer": "Yes"
    }
  ]
}

Response JSON:

{
    "Success": true,
    "ResponseCode": 200,
    "Message": "Entity Created Successfully",
    "CustomerId": "0505Cust01",
    "EntityId": "EN0250563BIEH770",
    "Body": {
        "prescreeningioResponse": {
            "message": "200",
            "data": {
                "CaseAssociation": [
                    {
                        "Name": "Dawood Kaskar Ibrahim",
                        "Score": "10/10",
                        "Status": "Red",
                        "Uid": "865f11f0-48ee-4f85-b442-9a00454f904a",
                        "Type": "Individual",
                        "EntityId": "EN.00000250563"
                    }
                ],
                "Case_Outcome": {
                    "Name": "Dawood Kaskar Ibrahim",
                    "CaseId": "PS.00000965666",
                    "CompositeApplicationStatus": "Failed",
                    "Score": "10/10",
                    "Status": "Red",
                    "Uid": "da26fd75-f36c-4bd3-87a0-7e136d48b250",
                    "EntityName": "Dawood Kaskar Ibrahim",
                    "EntityId": "EN.00000250563"
                },
                "IgnoredChecks": null,
                "ListSubscribed": null,
                "NotExistsList": null,
                "Subscribed": {},
                "entitychecks": [
                    {
                        "AmlCheck": [
                            {
                                "Address": "",
                                "Alias": "",
                                "AmlCategory": "",
                                "Attachment": "",
                                "Comment": "",
                                "Connected Entities": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Date of Event": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Summary": "",
                                "composite_score": "",
                                "details": "",
                                "entities": "",
                                "event_link": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "keywords": "",
                                "mappingId": 1,
                                "match_name": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "HitsFound": {
                            "AmlCheck": 0,
                            "Indian Watchlists": 0,
                            "Ireland Watchlists": 0,
                            "Nepal Watchlist": 0,
                            "PepCheck": 0,
                            "SanctionCheck": 11,
                            "Suspected Shell Companies Check": 0
                        },
                        "Indian Watchlists": [
                            {
                                "Absconding Date": "",
                                "Absconding Status": "",
                                "Account Name": "",
                                "Account Type": "",
                                "Action": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Age of Disappearance": "",
                                "Alias": "",
                                "Amount Paid": "",
                                "Appeal Number": "",
                                "Application Number": "",
                                "Assessing Officer": "",
                                "Attachment": "",
                                "Authorised Person Associated Member Name": "",
                                "Authorised Persons AP Cancellation Date": "",
                                "Authority Name": "",
                                "Balance Amount": "",
                                "Branch": "",
                                "CIN": "",
                                "CIN_match_details_ds": "",
                                "CIN_match_status_ds": "",
                                "CP2 Number": "",
                                "Case Filing Date": "",
                                "Case Number": "",
                                "Case Registration Date": "",
                                "Case Status": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "CaseName": "",
                                "Cause Notice Number": "",
                                "Certificate Amount": "",
                                "Certificate Type": "",
                                "Charges": "",
                                "Circular Number": "",
                                "Claim Type": "",
                                "Comment": "",
                                "Community": "",
                                "Complainant Name": "",
                                "Complaint Number": "",
                                "Constitution": "",
                                "Contact Person": "",
                                "Country": "",
                                "Court Name": "",
                                "CourtJudgement": "",
                                "Criminal Registration Number (CRN)": "",
                                "Current Status": "",
                                "DIN": "",
                                "DIN_match_details_ds": "",
                                "DIN_match_status_ds": "",
                                "DOB Match Status": "",
                                "Date": "",
                                "Date Of Deactivation": "",
                                "Date Of Registration": "",
                                "Date of Appeal": "",
                                "Date of Appellate Award": "",
                                "Date of Arbitration Award": "",
                                "Date of Arrested": "",
                                "Date of Birth (DOB)": "",
                                "Date of Birth (DOB) from Year": "",
                                "Date of Birth (DOB) to Year": "",
                                "Date of Birth Note": "",
                                "Date of Disappearance": "",
                                "Date of Exchange Circular": "",
                                "Date of Filing": "",
                                "Date of Listing": "",
                                "Date of Main Order": "",
                                "Date of National Stock Exchange NSE Circular": "",
                                "Date of Offence": "",
                                "Date of Order or Award": "",
                                "Date of Payment": "",
                                "Date of Press Release": "",
                                "Date of Receipt": "",
                                "Debarred Date From": "",
                                "Debarred Date To": "",
                                "Decision Date": "",
                                "Declaration Date": "",
                                "Default Amount": "",
                                "DefaulterExpelledSuspensiondate": "",
                                "Defendant Name": "",
                                "Derived Aliases": "",
                                "Details of Award": "",
                                "Details of Seized Goods": "",
                                "Diary Number": "",
                                "Directors Name": "",
                                "Directors Permanent Account Number PAN": "",
                                "DistinguishingMarks": "",
                                "Distribution Details": "",
                                "District": "",
                                "DobMatchDetails": "",
                                "Due Amount": "",
                                "Email": "",
                                "Email Match Details": "",
                                "Email Match Status": "",
                                "Employees State Insurance Corporation (ESIC) Code Number": "",
                                "Employer Representative": "",
                                "Extracted PAN": "",
                                "Extracted PAN Match Status": "",
                                "Eye Color": "",
                                "FRI Severity": "",
                                "Filer": "",
                                "Filing Number": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "First Information Report FIR Date": "",
                                "First Information Report FIR Number": "",
                                "Flagged At": "",
                                "Forward Markets Commission (FMC) Registration Number": "",
                                "Further Interest Amount": "",
                                "GST": "",
                                "GST Match Details": "",
                                "GST Match Status": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Government Notification Number": "",
                                "Hair Color": "",
                                "Height": "",
                                "Identification Details City": "",
                                "Identification Details Country": "",
                                "Identification Details Issue Date": "",
                                "Identification Details Name": "",
                                "Identification Details Note": "",
                                "Identification Details Value": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image Url": "",
                                "Imprisonment Term": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Division": "",
                                "Institute of Chartered Accountants of India (ICAI) Membership Number": "",
                                "Interest Amount": "",
                                "Investigation Date": "",
                                "Investigation Status": "",
                                "Issued Date": "",
                                "Label": "",
                                "Languages Spoken": "",
                                "Lender Bank": "",
                                "Level of Freeze": "",
                                "List Type": "",
                                "ListName": "",
                                "ListUid": "",
                                "Location": "",
                                "Match": "",
                                "MatchedPanNo": "",
                                "Member Code": "",
                                "Member Identification Number": "",
                                "Mobile Number": "",
                                "Name": "",
                                "Name in Original Script": "",
                                "Name of All Petitioners": "",
                                "Name of All Respondents": "",
                                "Name of Applicant": "",
                                "Name of Arbitrator": "",
                                "Name of Associated Subject": "",
                                "Name of Office": "",
                                "Name of Respondent": "",
                                "NameofAssociatedCompany": "",
                                "Nationality": "",
                                "Nature of Offence": "",
                                "Next Listing Date": "",
                                "Notice Date": "",
                                "Notice Number": "",
                                "Notice number": "",
                                "Number of Employees": "",
                                "Number of Grievance": "",
                                "Order Date": "",
                                "Order Effective from Date": "",
                                "Order Effective to Date": "",
                                "Order Number": "",
                                "Order Particulars": "",
                                "Other Details": "",
                                "Outcome": "",
                                "Outstanding Amount": "",
                                "PAN Debarred For Opening of New Account": "",
                                "PAN match status": "",
                                "Parentage": "",
                                "Passport": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "PenaltyAmount": "",
                                "Period": "",
                                "Period From": "",
                                "Period To": "",
                                "Period of Claim": "",
                                "Phone Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Police District": "",
                                "Police Station (PS)": "",
                                "Position": "",
                                "Priority": "",
                                "Public Notice Date": "",
                                "Publish Date": "",
                                "Published Date": "",
                                "Purpose": "",
                                "Quarter": "",
                                "Reason": "",
                                "ReasonofSuspension": "",
                                "Recovery Certificate Number": "",
                                "Reference Number": "",
                                "Reference of SEBI Directions": "",
                                "Region": "",
                                "Registrars of Companies": "",
                                "Registration Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Revoked Date": "",
                                "Reward": "",
                                "Rule Applied": "",
                                "RunId": 0,
                                "SEBI Reference Number": "",
                                "SEBI Registration Date": "",
                                "SEBI Registration Number": "",
                                "Sanction Date": "",
                                "Sanctions Authority ID": "",
                                "Scrip Name": "",
                                "Section": "",
                                "Segment": "",
                                "Seized Amount": "",
                                "Service Request Number": "",
                                "SourceLink": "",
                                "State": "",
                                "Status Date": "",
                                "Subject": "",
                                "Suit": "",
                                "Telecom Service Provider": "",
                                "Total Amount": "",
                                "Type of Membership": "",
                                "UN List Type": "",
                                "Vendor Identification Number": "",
                                "Violation": "",
                                "Weight": "",
                                "composite_score": "",
                                "details": "",
                                "ext_state": "",
                                "ext_state_match_details_ds": "",
                                "ext_state_match_status_ds": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "lsa code": "",
                                "mappingId": 1,
                                "match_score": "",
                                "match_status": "Grey",
                                "reason": "{\"Message\":\"\"}",
                                "registration number": "",
                                "status": "",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "Ireland Watchlists": [
                            {
                                "Action Date": "",
                                "Action Taken": "",
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Alias Name": "",
                                "Associated Document URL": "",
                                "Associated Subject Name": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Build": "",
                                "Business Type": "",
                                "Case Summary": "",
                                "City": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Country": "",
                                "Court Date": "",
                                "DOB Match Status": "",
                                "Date of Birth (DOB)": "",
                                "Decision Date": "",
                                "DobMatchDetails": "",
                                "Effective Date": "",
                                "Enforcement Type": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Hair Colour": "",
                                "Height": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Inspection Date": "",
                                "Label": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing Date": "",
                                "Match": "",
                                "Missing Date": "",
                                "Name": "",
                                "Name Match Details": "",
                                "Name Match Score": "",
                                "Notice Date": "",
                                "Number of charges": "",
                                "Occupation": "",
                                "Penalty Amount": "",
                                "Position": "",
                                "Press Release Date": "",
                                "Priority": "",
                                "Province": "",
                                "Publish Date": "",
                                "Reason": "",
                                "Reference Number": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Section": "",
                                "Solicitor Number": "",
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Street Address": "",
                                "Weight": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "Nepal Watchlist": [
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Address Type": "",
                                "Age": "",
                                "Alias": "",
                                "Arrested Date": "",
                                "Attachment": "",
                                "Authority Name": "",
                                "Blacklist Number": "",
                                "Blacklisted Date": "",
                                "Case Summary": "",
                                "Case Type": "",
                                "Citizenship ID": "",
                                "Citizenship ID Match Details": "",
                                "Citizenship ID Match Status": "",
                                "Comment": "",
                                "Composite Score": "",
                                "Convicted By": "",
                                "Filing Date": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Image URL": "",
                                "Imprisonment Duration": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "Labor Representative Details": "",
                                "List Name": "",
                                "List UID": "",
                                "Listing date": "",
                                "Location": "",
                                "Match": "",
                                "Name": "",
                                "Name Match Score": "",
                                "Name of Associated Subject": "",
                                "Nationality": "",
                                "Nepali Arrested Date": "",
                                "Nepali Filing Date": "",
                                "Nepali Listing Date": "",
                                "Nepali Publish Date": "",
                                "Permission Number": "",
                                "Phone Number Match Details": "",
                                "Phone Number Match Status": "",
                                "Position": "",
                                "Priority": "",
                                "Proprietor Details": "",
                                "Publish date": "",
                                "Reason": "",
                                "Remarks": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Source Link": "",
                                "Source Name": "",
                                "Status": "",
                                "Telephone Number": "",
                                "Type": "",
                                "details": "",
                                "fileName": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "PepCheck": [
                            {
                                "Address": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Associations": "",
                                "Attachment": "",
                                "Comment": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "",
                                "Deceased": "",
                                "Deceased Date": "",
                                "Derived Aliases": "",
                                "DobMatchDetails": "",
                                "Email_ID": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Gender": "",
                                "GenderMatchStatus": "",
                                "Identifier Match Details": "",
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "LGD Code": "",
                                "Label": "",
                                "Match": "",
                                "MatchedPanNo": "",
                                "Other Details": "",
                                "PAN match status": "",
                                "Pep_Type": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Source Link": "",
                                "Telephone": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "full_name": "",
                                "mappingId": 1,
                                "match_description": "",
                                "match_score": 0,
                                "match_status": "Green",
                                "per_score": "",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "SanctionCheck": [
                            {
                                "Additional Information": "",
                                "Address": "617 CP Berar Society, Block 7-8, Karachi, Pakistan|House No. 37, Street 30, Phase V            Defence Housing Authority, Karachi, Pakistan|White House, Al-Wassal Road            Jumeira, Dubai, United Arab Emirates|33-36, Pakmodiya Street            Haji Musafirkhana, Dongri, Bombay, India|House No. 10, Hill Top Arcade            Defence Housing Authority, Karachi, Pakistan|Moin Palace, 2nd Floor            Opp. Abdullah Shah Gazi Dargah, Clifton, Karachi, Pakistan",
                                "Address Match Details": [
                                    "Pakistan"
                                ],
                                "Address Match Status": "Partial Match",
                                "AlertId": "170449",
                                "Alias": "Dawood EBRAHIM|Dawood HASSAN|Dawood Sheik IBRAHIM|Dawood Ibrahim KASKAR|Dawood SABRI|Amir SAHEB|Iqbal SETH|Shaikh Ismail Abdul REHMAN|Abdul Hamid Abdul AZIZ|Aziz DILIP|Ibrahim Shaikh Mohd ANIS|Shaikh Daud HASAN|Anis IBRAHIM",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "United States",
                                "Citizenship": "India|Pakistan|United Arab Emirates",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "Pakistan|Pakistan|United Arab Emirates|India|Pakistan|Pakistan",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Ibrahim Shaikh Anis|Dawood Kaskar|Dawood Ibrahim|Ibrahim Anis|Ibrahim Mohd Anis|Shaikh Abdul Rehman|Abdul Aziz|Shaikh Hasan|Shaikh Rehman|Abdul Hamid Aziz|Shaikh Ismail Rehman",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "M-110522|R-841697|A-333602|A-501801|P-537849|K-560098|V-57865|G-866537|G-869537|F-823692|A-717288",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Specially Designated Nationals List (SDN List)",
                                "ListUid": "SAN_A00001L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport|Passport",
                                "Nationality": "India",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "A-333602|A-501801|A-717288|F-823692|G-866537|G-869537|K-560098|M-110522|P-537849|R-841697|V-57865",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "SDGT|SDNTK",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "9758",
                                "Sources": "",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood IBRAHIM",
                                "full_name_db": "Dawood IBRAHIM",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 1,
                                "match_description": "U.S. Department of Treasury - Office of Foreign Assets Control",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "Pakistan",
                                "Address Match Details": [
                                    "Pakistan"
                                ],
                                "Address Match Status": "High Match",
                                "AlertId": "170449",
                                "Alias": "Anees Ibrahim KASKAR|EBRAHIM, Sayed Omar Haji|IBRAHIM, Haji Anees",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "United States",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "Pakistan",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Ibrahim Anees|Anees Kaskar|Shaikh Kaskar|Ebrahim Omar|Shaikh Ibrahim Kaskar|Ibrahim Haji Anees|Shaikh Anis Kaskar|Ebrahim Sayed Omar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Specially Designated Nationals List (SDN List)",
                                "ListUid": "SAN_A00001L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "India",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "SDNTK",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "16495",
                                "Sources": "",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "75%",
                                "details": "anees ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Shaikh Anis Ibrahim KASKAR",
                                "full_name_db": "Shaikh Anis Ibrahim KASKAR",
                                "fuzzy_score": "75%",
                                "isdeleted": "False",
                                "mappingId": 11,
                                "match_description": "U.S. Department of Treasury - Office of Foreign Assets Control",
                                "match_details": "anees ibrahim kaskar",
                                "match_score": 1,
                                "match_status": "Amber",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170450",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "Male",
                                "GenderMatchDetails": "Male",
                                "GenderMatchStatus": "Matched",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "National Financial Sanctions",
                                "ListUid": "SAN_A00012L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://finance.belgium.be/en/treasury/financial-sanctions",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 3,
                                "match_description": "Belgium Federal Public Service Finance",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "27 Aug 2016",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170451",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "National Freeze Registry List",
                                "ListUid": "SAN_A00014L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "3044",
                                "Sources": "https://gels-avoirs.dgtresor.gouv.fr/List",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim KASKAR",
                                "full_name_db": "Dawood Ibrahim KASKAR",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 4,
                                "match_description": "The French Direction Générale du Trésor",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170452",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Monaco Economic Sanctions",
                                "ListUid": "SAN_A00019L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "93110",
                                "Sources": "https://geldefonds.gouv.mc/liste-nationale-de-gel-des-fonds",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 5,
                                "match_description": "Economic Sanctions - Princely Government of Monaco",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "4 Jun 2021",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170453",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Kaskar Ibrahim",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "New Zealand Police - New Zealand Police Designated Terrorists",
                                "ListUid": "SAN_A00027L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "QDi.135",
                                "Sources": "https://www.police.govt.nz/advice/personal-community/counterterrorism/designated-entities/lists-associated-with-resolutions-1267-1989-2253-1988",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "kaskar dawood ibrahim",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Kaskar Dawood Ibrahim",
                                "full_name_db": "Kaskar Dawood Ibrahim",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 6,
                                "match_description": "New Zealand Police",
                                "match_details": "kaskar dawood ibrahim",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "2 Mar 2004",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170454",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "List of Organizations and Individuals Involved in Terrorist Activities",
                                "ListUid": "SAN_A00038L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "http://kgb.by/by/perechen-inf-by/",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 7,
                                "match_description": "State Security Committee of the Republic of Belarus",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170455",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "",
                                "ListUid": "SAN_A00043",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://portal.moi.gov.qa/wps/portal/NCTC/sanctionlist/unifiedsanctionlist/!ut/p/a1/hZDLbsIwEEW_pQtv46ljIHRnLBSnTQhUkQBvKtOGYCmJU9vQ329CQarUB7ObozO6mosl3mDZqpOulNemVfWwy_FLMiWUCErSnFMGq3CWFFmYQRyPemHbCyORzmP6BIt4UsxglRNRjJ8FAbi_db_G8kthWQKEQprPea9MRSF4CBAtJxfhv4izAH8MA_yIZVWb3fmfLWt3YVRhact9aUsbHG2PD9537gEBgs5Yr-qgMTqozCl4Vwg-OnflCBa84Aical-HimrtPIJjq_e6fPsOf0s6mIH_CMBdswG9bNaRY3efJl1kaQ!!/dl5/d5/L2dBISEvZ0FBIS9nQSEh/",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 8,
                                "match_description": "Ministry of Interior - Qatar",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170456",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "",
                                "DOB Match Status": "Not Available",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Public Registry of People and Entities Linked to Acts of Terrorism and Terrorism Financing",
                                "ListUid": "SAN_A00046L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "QDi.135",
                                "Sources": "https://repet.jus.gob.ar/#entidades",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 9,
                                "match_description": "Ministry of Justice and Human Rights - Presidency of the Nation - Argentina",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170457",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Bulgarian Persons of Interest",
                                "ListUid": "SAN_A00080L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://docs.google.com/spreadsheets/d/1CLWK2TtmmVLhqkQFzxivwxIjBhwhYDnBYhCcAIx-WG8/edit#gid=486983029",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "78%",
                                "details": "dawood ibrahim",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim",
                                "full_name_db": "Dawood Ibrahim",
                                "fuzzy_score": "78%",
                                "isdeleted": "False",
                                "mappingId": 10,
                                "match_description": "Omnio Compliance - Bulgaria",
                                "match_details": "dawood ibrahim",
                                "match_score": 1,
                                "match_status": "Amber",
                                "sanction_date": "",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            },
                            {
                                "Additional Information": "",
                                "Address": "",
                                "Address Match Details": [],
                                "Address Match Status": "Not Available",
                                "AlertId": "170458",
                                "Alias": "",
                                "Associate Blocked Entity": "",
                                "Associate Level": "",
                                "Associations": "",
                                "Attachment": "",
                                "Attachment2": "",
                                "Attachment3": "",
                                "AttachmentP": "",
                                "Authority Country": "",
                                "Citizenship": "",
                                "Comment": "",
                                "Comment2": "",
                                "Comment3": "",
                                "CommentP": "",
                                "Corporation ID": "",
                                "Corporation Type": "",
                                "Corporation Type (in Hebrew)": "",
                                "Country": "",
                                "DOB": "26 Dec 1955",
                                "DOB Match Status": "No Match",
                                "Date Designated in other countries": "",
                                "Date of Birth (DOB) from": "",
                                "Date of Birth (DOB) to": "",
                                "Date of Foreign Designation": "",
                                "Date of Permanent Designation": "",
                                "Date of Temporary Designation": "",
                                "Derived Aliases": "Dawood Kaskar",
                                "Designated by": "",
                                "Designated by (in Hebrew)": "",
                                "Designation": "",
                                "Designation Type": "",
                                "DobMatchDetails": "",
                                "FinalScore": "",
                                "FinalScore2": "",
                                "FinalScore3": "",
                                "FinalScoreP": "",
                                "FinalStatus": "",
                                "FinalStatus2": "",
                                "FinalStatus3": "",
                                "FinalStatusP": "",
                                "FinalTimeStamp": "",
                                "FinalTimeStamp2": "",
                                "FinalTimeStamp3": "",
                                "FinalTimeStampP": "",
                                "Foreign Designating Authority": "",
                                "Foreign Designating Authority (in Hebrew)": "",
                                "Foreign Designation": "",
                                "Foreign Designation ID": "",
                                "Gender": "",
                                "GenderMatchDetails": "",
                                "GenderMatchStatus": "Not Available",
                                "HitId": "0",
                                "Identifier Match Details": null,
                                "Identifier Match Score": "",
                                "Identifier Match Status": "",
                                "Identifier Number": "",
                                "Image URL": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Justification for the designation": "",
                                "Label": "",
                                "Linked to": "",
                                "List Name": "Sanctions List",
                                "ListUid": "SAN_A00008L000001",
                                "Location of Formation": "",
                                "Location of Formation (in Hebrew)": "",
                                "Match": "",
                                "Match2": "",
                                "Match3": "",
                                "MatchP": "",
                                "Name of Identifier": "",
                                "Nationality": "",
                                "Other Details": [],
                                "Other Sanction Authority ID": "",
                                "Passport": "",
                                "Passport Country": "",
                                "Passport Match Details": "",
                                "Passport Match Status": "",
                                "Priority": "",
                                "Program": "",
                                "Public Records References": "",
                                "Remarks": "",
                                "Remarks (in Hebrew)": "",
                                "Reviewer": "",
                                "Reviewer2": "",
                                "Reviewer3": "",
                                "ReviewerId": 0,
                                "ReviewerId2": 0,
                                "ReviewerId3": 0,
                                "ReviewerIdP": 0,
                                "ReviewerP": "",
                                "Root Sanction Name": "",
                                "Rule Applied": "",
                                "RunId": 577958,
                                "Sanctions Authority ID": "",
                                "Sources": "https://www.financnianalytickyurad.cz/download/downloads_files_cs/1647424408_cs_20220316-ukr.xlsx",
                                "Stake": "",
                                "Sub-List Name": "",
                                "Telephone Number": "",
                                "West Bank Designation Date": "",
                                "composite_score": "100%",
                                "details": "dawood ibrahim kaskar",
                                "fileName": "",
                                "fileName2": "",
                                "fileName3": "",
                                "fileNameP": "",
                                "full_name": "Dawood Ibrahim Kaskar",
                                "full_name_db": "Dawood Ibrahim Kaskar",
                                "fuzzy_score": "100%",
                                "isdeleted": "False",
                                "mappingId": 2,
                                "match_description": "Financial Analytical Office - Czech Republic",
                                "match_details": "dawood ibrahim kaskar",
                                "match_score": 2,
                                "match_status": "Red",
                                "sanction_date": "3 Nov 2003",
                                "timestamp": "05 May 2026, GMT 09:31:48"
                            }
                        ],
                        "Suspected Shell Companies Check": [
                            {
                                "Address": "",
                                "Address Input Details": "",
                                "Address Match Details": "",
                                "Address Match Status": "",
                                "Alias": "",
                                "Attachment": "",
                                "Authority": "",
                                "Comment": "",
                                "Country": "",
                                "DOB": "",
                                "Date": "",
                                "DobMatchDetails": "",
                                "Entity Name": "",
                                "FinalScore": "",
                                "FinalStatus": "",
                                "FinalTimeStamp": "",
                                "Identification Number": "",
                                "InputAccountNumber": "",
                                "InputAddress": [
                                    ""
                                ],
                                "InputAlias": [],
                                "InputAssociations": [],
                                "InputBankAccountNumber": [],
                                "InputBinanceClientAccount": "",
                                "InputBusinessRegistrationNumber": "",
                                "InputCin": "",
                                "InputCitizenshipId": [],
                                "InputCity": [
                                    ""
                                ],
                                "InputClientId": "0505Cust01",
                                "InputCommercialRegisterNumber": "",
                                "InputCompanyIdentificationNumber": "",
                                "InputCompanyNumber": "",
                                "InputCompanyRegistrationNumber": "",
                                "InputConcatAddress": [
                                    "Pakistan"
                                ],
                                "InputCountry": [
                                    "Pakistan"
                                ],
                                "InputCountryOfResidence": [],
                                "InputCustomsRegistrationNumber": "",
                                "InputDateOfIncorporation": "",
                                "InputDateofBirth": "22 Aug 2009",
                                "InputDesignation": "",
                                "InputDin": "",
                                "InputDrivingLicense": "",
                                "InputEmailID": [
                                    "mohd.sohail.biz@gmail.com"
                                ],
                                "InputEmiratesID": "",
                                "InputEntityName": "Dawood Kaskar Ibrahim",
                                "InputFinancialServicesPermissionNumberFSPN": "",
                                "InputFirmReferenceNumberFRN": "",
                                "InputGender": "MALE",
                                "InputGst": [],
                                "InputISIN": "",
                                "InputIdIdentifiers": [],
                                "InputIdentificationIDNumber": "",
                                "InputIdentificationNumber": "",
                                "InputIdentifier_4": [],
                                "InputIndustry": "",
                                "InputInternationalMaritimeOrganizationIMONumber": "",
                                "InputIpAddresss": "",
                                "InputLatitude": "",
                                "InputLegalEntityIdentifier": "",
                                "InputLicenseName": "",
                                "InputLicenseNumber": "",
                                "InputLicensePermitNumber": "",
                                "InputLongitude": "",
                                "InputMaritimeMobileServiceIdentitiesMMSI": "",
                                "InputNationality": "",
                                "InputOrganization": [],
                                "InputOtherId": "string",
                                "InputPan": "BRQPP2589R",
                                "InputPassport": [],
                                "InputPermitNumber": "",
                                "InputPhoneNumber": [],
                                "InputPostalCode": [
                                    ""
                                ],
                                "InputRegistrationNumber": "",
                                "InputSWIFTcode": [],
                                "InputSector": "",
                                "InputSecurityCode": "",
                                "InputState": [
                                    ""
                                ],
                                "InputStockSymbol": "",
                                "InputTaxIdentificationNumber": "",
                                "InputTradeLicenseNumber": "",
                                "InputType": "Individual",
                                "InputUaeGoldenVisaCard": "",
                                "InputUaeResidentIdentityCard": "",
                                "InputUnifiedNumber": "",
                                "InputVesselsType": "",
                                "InputVirtualCurrencyAddress": "",
                                "InputWalletNumber": [],
                                "Label": "",
                                "ListName": "",
                                "ListUid": "",
                                "Match": "",
                                "Priority": "",
                                "Reviewer": "",
                                "ReviewerId": 0,
                                "Rule Applied": "",
                                "RunId": 0,
                                "Sources": "",
                                "Type of Identifier": "",
                                "composite_score": "",
                                "details": "",
                                "fileName": "",
                                "fuzzy_score": "",
                                "mappingId": 1,
                                "match_score": 0,
                                "match_status": "Green",
                                "reason": "{\"Message\":\"\"}",
                                "timestamp": "05 May 2026, GMT 09:31:51"
                            }
                        ],
                        "entityName": "Dawood Kaskar Ibrahim",
                        "entityType": "Individual",
                        "totalResponseCount": 11
                    }
                ],
                "pdfUrl": "NA"
            }
        },
        "entityRiskScore": {
            "risk_score": "1",
            "risk": "Very Low"
        },
        "riskScoreBreakdown": [
            {
                "entity_input_parameter_value_calculation_id": 21242304,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Adverse Media",
                "condition_name": "Adverse Media risk found",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 5.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 5.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242301,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Country Watchlist",
                "condition_name": "Flagged in Country watchlists",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242298,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Customer's Jurisdiction Risk",
                "condition_name": "Customer's Jurisdiction Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242300,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Customer Specific Risk",
                "condition_name": "Customer Specific Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242296,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Delivery Channel Risk",
                "condition_name": "Nationality Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242302,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Global Sanctions",
                "condition_name": "Does the client's name appear in a sanctions list?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 1.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 1.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "Yes",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242303,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Politically Exposed Persons",
                "condition_name": "Is the client a PEP or a relative/close associate of a PEP?",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242297,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Product/Service Specific Risk",
                "condition_name": "Country of Domicile Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 15.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 15.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            },
            {
                "entity_input_parameter_value_calculation_id": 21242299,
                "entity_input_parameter_value_id": 298818,
                "risk_category_name": "Transaction Specific Risk",
                "condition_name": "Transaction Specific Risk",
                "factor_name": null,
                "sub_condition_name": null,
                "sub_condition_factor": null,
                "risk_category_weights": 10.0,
                "risk_category_condition_weights": 100.0,
                "risk_category_condition_factor_weights": 0.0,
                "risk_category_condition_sub_condition_weights": 0.0,
                "risk_score": 0.0,
                "old_risk_score": null,
                "risk_applicable_weight": 10.0,
                "risk_score_calculated": 0.0,
                "old_risk_score_calculated": null,
                "risk": "Very Low",
                "input_value": "",
                "risk_category_condition_is_override": "False",
                "risk_category_is_override": "False",
                "risk_category_condition_factor_is_override": null,
                "risk_category_condition_sub_condition_is_override": "False",
                "risk_category_condition_sub_condition_factor_is_override": null
            }
        ],
        "tcResponse": {}
    },
    "TotalCount": 0,
    "TotalPage": 0,
    "Status": "Decision Pending"
}

Data Dictionary - Both (Individual & Organization)

Data Dictionary JSON:

                                
[
  {
    "field Name": "customer_id",
    "data type": "varchar",
    "is_mandatory": true,
    "length": 100,
    "is_multiple": false,
    "Description": "A unique identifier assigned to each customer for tracking and record-keeping purposes"
  },
  {
    "field Name": "entity_type_id",
    "data type": "int2",
    "is_mandatory": true,
    "length": 10,
    "is_multiple": false,
    "Description": "This field specifies whether the entity is an individual person or an organization/business."
  },
  {
    "field Name": "logical_crr_score",
    "data type": "varchar",
    "is_mandatory": false,
    "length": 100,
    "is_multiple": false,
    "Description": "This field specifies the logical CRR score"
  },
  {
    "field Name": "logical_risk_level",
    "data type": "varchar",
    "is_mandatory": false,
    "length": 100,
    "is_multiple": false,
    "Description": "This field specifies the logical CRR risk category"
  },
  {
    "field Name": "project_id",
    "data type": "int2",
    "is_mandatory": true,
    "length": 10,
    "is_multiple": false,
    "Description": "This field specifies the unique ID of a project"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address",
    "Description": "This field stores the name of the entity, which could refer to a person, organization, or other entity depending on the context of the dataset.  It helps identify the main subject in the record. Example Mr John Doe\r\n\r\n\r\n"
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": true,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": true,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address",
    "Description": "This is the last name a person had before getting married. It is usually used for women who changed their last name after marriage.\r\n\r\n\r\n"
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Address"
  },
  {
    "field Name": "iso code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Identifier Details"
  },
  {
    "field Name": "place of incorporation",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "group_name": "Identifier Details",
    "Description": "This field records the country or region where the entity was incorporated"
  },
  {
    "field Name": "iso code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "The ISO code for place of birth is a standardized code that represents the country, state, or region where a person was born. It follows the International Organization for Standardization (ISO) standards."
  },
  {
    "field Name": "place of birth",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the location where a person was born. It includes the city, state/province, and country."
  },
  {
    "field Name": "date of birth",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This is the exact date when a person was born. Format for this would be DD - MMM - YYYY (Example 30 Nov 2024)\r\n\r\n\r\n"
  },
  {
    "field Name": "alias",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records an alternative name by which the entity is commonly known or operates informally"
  },
  {
    "field Name": "citizenship",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field specifies the country where a person holds citizenship. Citizenship grants the individual certain rights, privileges, and obligations in that country. It may differ from nationality in some cases"
  },
  {
    "field Name": "nationality",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the country to which a person legally belongs. "
  },
  {
    "field Name": "number of dependents",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the total number of people who rely on the individual for financial support, such as children, elderly family members, or others who live with the person and depend on them for care or financial assistance.\r\n\r\n"
  },
  {
    "field Name": "marital status",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field indicates whether a person is single, married, divorced, widowed, or in some other relationship status. "
  },
  {
    "field Name": "demographic group",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field identifies the classification of the individual based on specific categories such as general, reserved, economically weaker section (EWS), or other special classifications. "
  },
  {
    "field Name": "religion",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the religious beliefs or affiliation of an individual, such as Christian, Muslim, Hindu, or others."
  },
  {
    "field Name": "residential status",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field indicates whether a person resides in a country temporarily or permanently. It can be used to describe whether the individual is a resident, non-resident, or visitor in a particular country."
  },
  {
    "field Name": "education qualification",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the highest level of education that a person has completed. It can include options like high school, undergraduate, postgraduate, or specific degrees or diplomas. It is used to understand the individual's educational background"
  },
  {
    "field Name": "person with disability",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field asks whether the individual has a disability. It allows the person to choose either Yes or No, depending on whether they have a physical, mental, or sensory condition that limits their ability to perform certain activities or functions"
  },
  {
    "field Name": "gender",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records a person's gender, typically indicating whether they are male, female, or other."
  },
  {
    "field Name": "trade name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This fields records the name under which the entity conducts business, which may differ from its registered legal name"
  },
  {
    "field Name": "profile date of incorporation",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "The official date when the entity was legally registered and established in  DD/MMM/YYYY format."
  },
  {
    "field Name": "abbreviation/short name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the shorter version or acronym of the entity's registered or trade name."
  },
  {
    "field Name": "alias",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records an alternative name by which the entity is commonly known or operates informally"
  },
  {
    "field Name": "industry",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the industry or sector in which the individual or entity operates, such as retail, technology, or healthcare, etc. "
  },
  {
    "field Name": "legal classification",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records legal category under which the entity operates, such as sole proprietorship, partnership, corporation, etc."
  },
  {
    "field Name": "payment network",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the network through which payments are processed, such as Visa, Mastercard, or Rupay, etc. "
  },
  {
    "field Name": "registered/legal name",
    "data type": "Text",
    "is_mandatory": true,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the official name of the entity as registered with the appropriate legal or governmental authorities."
  },
  {
    "field Name": "merchant category code (mcc)",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "This field records the four-digit code used to classify the business by the type of goods or services it provides."
  },
  {
    "field Name": "date of commencement of business",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Primary Information",
    "Description": "The date on which the entity began its business operations in DD/MMM/YYYY format."
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Father",
    "Description": "This is the name of a person's father."
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Father"
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Father"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Father"
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Mother",
    "Description": "This is the name of a person's mother. "
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Mother"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Mother"
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Mother"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Spouse",
    "Description": "This is the name of a person's husband or wife."
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Spouse"
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Spouse"
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Spouse"
  },
  {
    "field Name": "first name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian",
    "Description": "This field stores the name of a person's guardian, who is responsible for taking care of them, especially when they are a minor or unable to take care of themselves. The guardian could be a parent, relative, or another trusted adult. Example Miss Alice Thompson\r\n\r\n\r\n"
  },
  {
    "field Name": "last name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian"
  },
  {
    "field Name": "prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian"
  },
  {
    "field Name": "middle name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian"
  },
  {
    "field Name": "relationship name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian",
    "Description": "This field indicates the relationship between the individual and their guardian. The guardian can be either a family member or an associate.\r\nFamily: A guardian can be a close family member such as a father, mother, sibling, or other immediate family members. \r\nAssociate: In some cases, the guardian might be an extended family member or even a non-family person, such as a grandparent, aunt, uncle, cousin, nephew, niece, or even a non-relative like a parent (in cases of foster care or adoption) or a spouse.\r\n"
  },
  {
    "field Name": "relationship type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Profile Information",
    "sub_category_name": "Family Details",
    "group_name": "Guardian"
  },
  {
    "field Name": "telephone number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "mobile number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field is for mobile or cellular phone numbers, which are increasingly used for personal and professional communication."
  },
  {
    "field Name": "telephone number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "mobile number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field is for mobile or cellular phone numbers, which are increasingly used for personal and professional communication."
  },
  {
    "field Name": "email address",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "An email address is a digital identifier used for sending and receiving electronic messages. Widely used for communication, registration, and authentication in both personal and professional settings. Integral for sending notifications, sharing documents, and accessing online service."
  },
  {
    "field Name": "telephone number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "website url",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field records the web address (URL) of the individual's or entity's official website."
  },
  {
    "field Name": "mobile number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field is for mobile or cellular phone numbers, which are increasingly used for personal and professional communication."
  },
  {
    "field Name": "mobile number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field is for mobile or cellular phone numbers, which are increasingly used for personal and professional communication."
  },
  {
    "field Name": "email address",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "An email address is a digital identifier used for sending and receiving electronic messages. Widely used for communication, registration, and authentication in both personal and professional settings. Integral for sending notifications, sharing documents, and accessing online service."
  },
  {
    "field Name": "telephone number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Contact Information",
    "sub_category_name": "Contact Details",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "Street is understood to be a data field comprising of house number or the smallest unit of address along with the locality."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "A District is a sub area of a city. Many Districts make a city. It is done for administrative purpose along with ease of identifying the mailing address/location.  "
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "This field captures the name of the city in which the intended user resides in"
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "This field captures the name of the state the user is from."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "This field shows the country in which the user is currently residing."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "It is an internationally standardized code individual and unique to each country"
  },
  {
    "field Name": "country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Contact Information",
    "sub_category_name": "Mailing Address",
    "Description": "This field shows the country in which the user is currently residing."
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "Street is understood to be a data field comprising of house number or the smallest unit of address along with the locality."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "A District is a sub area of a city. Many Districts make a city. It is done for administrative purpose along with ease of identifying the mailing address/location.  "
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": true,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "This field captures the name of the city in which the intended user resides in"
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "This field captures the name of the state the user is from."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "This field captures the name of the country the user is from."
  },
  {
    "field Name": "ISO Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "This field records the International Organization for Standardization (ISO) code, unique to each country."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Permanent Residential Address",
    "Description": "It is an internationally standardized code individual and unique to each country"
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "Street is understood to be a data field comprising of house number or the smallest unit of address along with the locality."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "A District is a sub area of a city. Many Districts make a city. It is done for administrative purpose along with ease of identifying the mailing address/location.  "
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "This field captures the name of the city in which the intended user resides in"
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "This field captures the name of the state the user is from."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "This field shows the country in which the user is currently residing."
  },
  {
    "field Name": "ISO Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "This field records the International Organization for Standardization (ISO) code, unique to each country."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Geographic Information",
    "sub_category_name": "Current Residential Address",
    "Description": "It is an internationally standardized code individual and unique to each country"
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": true,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "he exact street address of the registered location."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The district or local area where the registered address is located."
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The city or town where the registered address is located."
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The state or province where the registered address is situated."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The country where the registered address is located."
  },
  {
    "field Name": "ISO Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The International Standardization Organization (ISO) country code (e.g., \"IN\" for India, \"US\" for the United States)."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "The postal code of the registered address."
  },
  {
    "field Name": "Proof of Address",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Registered Address",
    "Description": "A document verifying the registered address, like a utility bill, lease agreement, etc."
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The specific street address where the operating business is located."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The district or local area where the operating business address is situated."
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The city or town where the operating business address is located."
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The state or province where the operating business address exists."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The country where the operating business address is located."
  },
  {
    "field Name": "ISO Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The ISO country code for the operating business address."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "The postal code for the operating business address."
  },
  {
    "field Name": "Proof of Address",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Geographic Information",
    "sub_category_name": "Operating Business Address",
    "Description": "A document validating that the operating address is legitimate, such as a utility bill or lease agreement."
  },
  {
    "field Name": "Occupation Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field records whether the individual is salaried or self employed"
  },
  {
    "field Name": "Name of Business/Firm",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field records the name of the business or firm associated with the individual or entity."
  },
  {
    "field Name": "Nature of Business",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field records the nature or primary activity of the business, such as manufacturing, trading, or services, etc. "
  },
  {
    "field Name": "Type of Firm",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field records the legal structure or type of the firm, such as sole proprietorship, partnership, or corporation, etc. "
  },
  {
    "field Name": "Date",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "The date when the relationship with the customer or client was established in DD/MMM/YYYY format "
  },
  {
    "field Name": "Month",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details"
  },
  {
    "field Name": "Year",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details"
  },
  {
    "field Name": "Years in Business",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field records the number of years the business or firm has been in operation."
  },
  {
    "field Name": "Employer Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "The name of the employer where the intended user is employed and receiving the salary from"
  },
  {
    "field Name": "Employer Industry",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field asks the industry or sector of business of the employer."
  },
  {
    "field Name": "Employment Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "Employment type is an option between permanently employed or temporarily employed."
  },
  {
    "field Name": "Designation",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "The designation of the intended user in the company where they are employed."
  },
  {
    "field Name": "Work Experience",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Occupation Details",
    "Description": "This field asks for the total years of experience the individual has being employed."
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "Street is understood to be a data field comprising of house number or the smallest unit of address along with the locality."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "A District is a sub area of a city. Many Districts make a city. It is done for administrative purpose along with ease of identifying the mailing address/location.  "
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "This field captures the name of the city in which the intended user resides in"
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "This field captures the name of the state the user is from."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "This field shows the country in which the user is currently residing."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "group_name": "Product Details",
    "Description": "It is an internationally standardized code individual and unique to each country"
  },
  {
    "field Name": "Country Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "State Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Telephone Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Country Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "Description": "This field stores the complete landline telephone number for residential or home communication. Essential for personal communication"
  },
  {
    "field Name": "State Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Telephone Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Country Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "Phone Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Country Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "Description": "This field captures the complete landline telephone number used for official or workplace communication. Enables businesses to contact offices reliably, especially for formal or official communication. "
  },
  {
    "field Name": "Mobile Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation"
  },
  {
    "field Name": "Email Address",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": false,
    "category_NAME": "Occupation Information",
    "sub_category_name": "Occupation",
    "Description": "An email address is a digital identifier used for sending and receiving electronic messages. Widely used for communication, registration, and authentication in both personal and professional settings. Integral for sending notifications, sharing documents, and accessing online service."
  },
  {
    "field Name": "Bank Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the name of the bank"
  },
  {
    "field Name": "Bank Account Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the type of bank account held by the individual/organisation, such as savings, current, or fixed deposit"
  },
  {
    "field Name": "Bank Account Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the unique number assigned to the individual's bank account for identification and transactions"
  },
  {
    "field Name": "Branch Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the name of the bank branch where the individual's/organisation's account is held."
  },
  {
    "field Name": "IFSC Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the Indian Financial System Code, a unique identifier for the bank branch used in electronic fund transfers."
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "Street is understood to be a data field comprising of house number or the smallest unit of address along with the locality."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "A District is a sub area of a city. Many Districts make a city. It is done for administrative purpose along with ease of identifying the mailing address/location.  "
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field captures the name of the city in which the intended user resides in"
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field captures the name of the state the user is from."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field shows the country in which the user is currently residing."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "It is an internationally standardized code individual and unique to each country"
  },
  {
    "field Name": "Prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the name of the person designated to receive the benefits of the account in case of the account holder's demise."
  },
  {
    "field Name": "First Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank"
  },
  {
    "field Name": "Middle Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank"
  },
  {
    "field Name": "Last Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank"
  },
  {
    "field Name": "Relationship Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the type of relationship between entities or individuals, such as family, associate, etc. "
  },
  {
    "field Name": "Relationship Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "This field records the type of relationship between entities or individuals, such as parent, subsidiary, partner, etc. "
  },
  {
    "field Name": "Number Of Operating Accounts",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The total number of active accounts the individual currently holds with the organization."
  },
  {
    "field Name": "Source Of Income",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The primary means through which the Individual earns their income (e.g., salary, business, investments)."
  },
  {
    "field Name": "Secondary Sources of Income",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "Additional income streams the individual may have, apart from their primary source of income."
  },
  {
    "field Name": "Monthly Income",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The total amount of income the individual earns on a monthly basis before deductions."
  },
  {
    "field Name": "Gross Annual Income",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The total income earned by the individual in a year before any taxes or deductions"
  },
  {
    "field Name": "Net Worth",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The total value of the individual's assets minus their liabilities, representing their financial standing."
  },
  {
    "field Name": "Total Assests Value",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Bank",
    "Description": "The combined value of all assets owned by the individual, including cash, investments, and property."
  },
  {
    "field Name": "Transaction ID",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the unique identifier assigned to each transaction for tracking and reference purposes."
  },
  {
    "field Name": "Sender/Reciever",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records whether the individual or organisation is the sender or the receiver of the transaction amount."
  },
  {
    "field Name": "Transaction Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the type of transaction, such as deposit, withdrawal, transfer, or payment, etc."
  },
  {
    "field Name": "Date",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "The date when the relationship with the customer or client was established in DD/MMM/YYYY format "
  },
  {
    "field Name": "Month",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank"
  },
  {
    "field Name": "Year",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank"
  },
  {
    "field Name": "Transaction Time",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the exact time at which the transaction took place in hh:mm:ss.sss format. "
  },
  {
    "field Name": "Transaction Currency",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the currency in which the transaction was conducted"
  },
  {
    "field Name": "Transaction Amount",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the monetary value of the transaction."
  },
  {
    "field Name": "Transaction Mode",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the method used to conduct the transaction, such as cash, cheque, etc. "
  },
  {
    "field Name": "Transaction Status",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the current status of the transaction, such as pending, completed, or failed,etc. "
  },
  {
    "field Name": "Transaction Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the country where the transaction was initiated or completed."
  },
  {
    "field Name": "Transaction Bank Account Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Bank",
    "Description": "This field records the bank account number associated with the transaction."
  },
  {
    "field Name": "Transaction Bank Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the name of the bank involved in the transaction."
  },
  {
    "field Name": "Transaction Bank Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Transaction Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the country of the bank involved in the transaction."
  },
  {
    "field Name": "Gross Annual Income",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The total income earned by the individual in a year before any taxes or deductions"
  },
  {
    "field Name": "Net Worth",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The total value of the individual's assets minus their liabilities, representing their financial standing."
  },
  {
    "field Name": "Profit Before Tax (PBT)",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The total profit earned by the individual or their business before accounting for taxes."
  },
  {
    "field Name": "Profit After Tax (PAT)",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The net profit remaining after all taxes have been deducted from the total income."
  },
  {
    "field Name": "EBITDA",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "is_multiple": true,
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the Earnings Before Interest, Taxes, Depreciation, and Amortization; a measure of the individual's or business's operational profitability."
  },
  {
    "field Name": "Return on Equity (ROE)",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "A measure of profitability that calculates how much profit is generated with the money invested by shareholders."
  },
  {
    "field Name": "Return on Assets",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "A metric that indicates how efficiently the individual's or business's assets are being used to generate profit."
  },
  {
    "field Name": "Total Assests Value",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The combined value of all assets owned by the individual, including cash, investments, and property."
  },
  {
    "field Name": "Total Liability Value",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The total amount of financial obligations or debts owed by the individual."
  },
  {
    "field Name": "Current Ratio",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "A liquidity ratio that measures the individual's ability to pay short-term obligations with their current assets."
  },
  {
    "field Name": "Quick Ratio",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "A measure of liquidity that assesses the individual's ability to meet short-term liabilities with their most liquid assets."
  },
  {
    "field Name": "Number of Active Accounts",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The total number of accounts the individual currently maintains and actively uses."
  },
  {
    "field Name": "Bank Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the name of the bank where the bank account is registered."
  },
  {
    "field Name": "Bank Account Type",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the type of bank account held by the individual/organisation, such as savings, current, or fixed deposit"
  },
  {
    "field Name": "Bank Account Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the unique number assigned to the individual's bank account for identification and transactions"
  },
  {
    "field Name": "Branch Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the name of the bank branch where the individual's/organisation's account is held."
  },
  {
    "field Name": "IFSC Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the Indian Financial System Code, a unique identifier for the bank branch used in electronic fund transfers."
  },
  {
    "field Name": "Swift Code/BIC Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the Bank Identifier Code (BIC) or SWIFT code used for international transactions."
  },
  {
    "field Name": "International Bank Account Number (IBAN)",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the IBAN, a standardized international code used to identify bank accounts across countries."
  },
  {
    "field Name": "Routing Number",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the routing number, a unique identifier for the financial institution in transactions, primarily used in the U.S."
  },
  {
    "field Name": "Bank Account Holder Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the name of the individual or entity that holds the bank account."
  },
  {
    "field Name": "Date",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the date when the individual's bank account was officially opened in DD/MMM/YYYY format."
  },
  {
    "field Name": "Month",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview"
  },
  {
    "field Name": "Year",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview"
  },
  {
    "field Name": "Bank Account Status",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the current status of the bank account, such as active, inactive, or closed."
  },
  {
    "field Name": "Prefix",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the name of the person authorized to operate or manage the bank account on behalf of the account holder."
  },
  {
    "field Name": "First Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview"
  },
  {
    "field Name": "Middle Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview"
  },
  {
    "field Name": "Last Name",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview"
  },
  {
    "field Name": "Role of Authorized Signatory",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "This field records the role or designation of the authorized signatory, such as joint holder, power of attorney, or representative."
  },
  {
    "field Name": "Street",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The exact street address of the branch location (e.g., building number, street name)."
  },
  {
    "field Name": "District",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The district or local area within the city or town where the bank branch is located."
  },
  {
    "field Name": "City/Town/Village",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The city, town, or village where the branch is located."
  },
  {
    "field Name": "State",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The state or province where the branch location is situated."
  },
  {
    "field Name": "Country",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The country where the branch is located."
  },
  {
    "field Name": "Pin Code",
    "data type": "Text",
    "is_mandatory": false,
    "length": "Text",
    "category_NAME": "Financial Information",
    "sub_category_name": "Financial Overview",
    "Description": "The postal code for the branch location, used for mail sorting and address identification within the country."
  }
]

                            

HTTP Response Code Description
Code Response Description
401 Error: response status is 401 The token expired
400 Bad request Invalid Type. Type can only be either Individual, Organization, Vessels or All.
404 Authorization Failed Invalid authorization token.
408 Request Timeout Error The server did not receive a complete request from the client within the server's allotted timeout period.
409 Too Many Requests The user has sent too many requests
500 Internal Server Error The server has encountered a situation that it does not know how to handle
504 Gateway Timeout The server is acting as a gateway and cannot get a response in time for a request.
200 Ok Request recieved