Questions Regarding World Check One

Hello,

I have a few questions about the World Check One service.

  1. Is there a way to configure the name match threshold via the API, per screening request?
  2. Do secondary fields (ie. DOB and location) have any effect on the match-strength of a result or on which entities are matched in a search?
  3. We need to obtain information about associates, AKAs, all PEP roles and whether the match is deceased, for each match identified in a search - do you offer any way to do this other than to send requests to the below endpoints for each match?
/reference/records/{id}
/reference/records/{id}/pep

4. In the same way as the above, we need to capture adverse media information for each match in a search - does the MediaCheck service provide the ability to retrieve adverse media articles for a specific match?

Best Answer

  • Vivek Kumar Singh
    Answer ✓

    Hi @mark06

    1. Yes, we do have a way so that you can configure the "Name Match Threshold"
    Login to WC1 UI => Groups => WORLD-CHECK SETTINGS => Configure Name Matching Threshold.
    1658321513583.png
    2. Secondary fields doesn't have any impact on the "matchStrength" of the results, however, it will give you the granular view as whether the secondary fields which you had added as part of request are matching with the WC records or not (If YES, then fieldResult will be "Matched" otherwise it will show as "UNKNOWN" "NOT MATCHED")



    1658321978230.png
    3. Unfortunately, there is no other way to get the WC records (via the API) except below API endpoints.

    1. /reference/records/{id}
    2. /reference/records/{id}/pep

    4. You can utilize the "SEQ-case-mediacheck-article-content: Work with single MediaCheck article content" API endpoint to get the desired details.


    Please feel free to reach out to us if you have any additional questions.


    Thanks

    Vivek Kumar Singh

Answers