Product News and Updates

Personator Identity | Watchlist Improvements for Company Searches

Written by Melissa Team | Mar 19, 2024 3:00:00 PM

Melissa is proud to announce a significant improvement to OFAC and BIS company matching algorithms within the Personator Identity Web Service product. Fuzzy matching for company names presents numerous challenges.  For instance, certain company inputs may include or exclude company types, integrate abbreviations, and employ common phrases.

Personator Identity Screening now includes enhanced company-based fuzzy algorithms to filter false positives. These improvements are applied to every request, ensuring a more accurate and reliable match result.

In addition, users can now modify the threshold directly using the WatchlistFuzzy request option. The WatchlistFuzzy request option will allow users to modify the threshold from 1 to 100. 

  • WatchlistFuzzy set to 100 will require an exact 1-to-1 match, ensuring the highest level of precision.
  • WatchlistFuzzy set to 1 allows a loose threshold, accommodating a broader spectrum of matches.

We plan to incorporate additional improvements for name and company matching in the near future.

Company Match Examples:

Example 1

Request

https://globalpersonator.melissadata.net/v1/doContactVerify?id=&act=Check,screen&full=&comp=NE Electronics&WatchlistFuzzy=90

Watchlist Response Snippet

{

  "Watchlists": {

     "Hit": "Yes",

    "Sources": [

     {

        "Name": "Bureau of Industry & Security (BIS) Entity List -  (EL)",

        "Code": "ZW",

        "Date": " ",

        "Type": " "

     }

    ],

    "Articles": [ ],

    "ReportLink": " "

  }

}

 

Example 2

Request

https://globalpersonator.melissadata.net/v1/doContactVerify?id=&act=Check,screen&full=&comp=NE Electronics&WatchlistFuzzy=80

Watchlist Response Snippet

{

  "Watchlists": {

     "Hit": "No",

    "Sources": [ ]

    "Articles": [ ],

    "ReportLink": " "

  }

}