Hello,
I'm looking for guidance on how to correctly interpret the Refinitiv screening results.
During the screening request, I already identify the secondary fields (listed below) to define additional screening criteria.
I understand that the result matchStrength is based only on the first and last name verification and the attributes defined in the secondaryFields do not affect the strength of the match.
As highlighted in the sample response listed below, the secondary fields are evaluated and we receive the fieldResult per requested criteria. During the screening flow introduction, I was informed that I should also receive an aggregated, binary result including all the defined criteria - I think the auto resolution name was used to describe that mechanism.
Can you please advise how to change our integration flow to be able to easily evaluate the overall match based on the defined criteria?
screening request
POST https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/screeningRequest Accept: application/json Date: Wed, 20 May 2020 13:59:39 GMT Content-Type: application/json Cache-Control: no-cache Authorization: ****** Content-Length: 257{"name":"Michael Berger","entityType":"INDIVIDUAL","groupId":"5nzbfkc4fada1eijdmq8umbx3","providerTypes":["WATCHLIST"],"secondaryFields":[{"typeId":"SFCT_1","value":"MALE"},{"typeId":"SFCT_2","dateTimeValue":"1953-06-23"},{ "typeId":"SFCT_3","value":"DEU"}]}
part of the screening response
{ "resultId": "5nzbfq9drsla1enactacah3fo", "referenceId": "e_tr_wci_819512", "matchStrength": "EXACT", "matchedTerm": "Michael BERGER", "submittedTerm": "Michael Berger", "matchedNameType": "PRIMARY", "secondaryFieldResults": [ { ... { "field": { "typeId": "SFCT_2", "value": null, "dateTimeValue": "1975" }, "typeId": "SFCT_2", "submittedValue": null, "submittedDateTimeValue": "2020-05-05", "matchedValue": null, "matchedDateTimeValue": "1975", "fieldResult": "NOT_MATCHED" },