Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Screening /
  • World-Check One Zero Footprint /
avatar image
Question by Kathirvel.Dhanavelu · Nov 11, 2019 at 08:31 PM · world-checkworld-check-oneworld-check-one-zf

Searching a individaul by country using Zero footprint screening API

The below are the steps that I have followed to filter a person data by country. Please check it and validate whether I have followed the corrects steps ?.


Step 1) SEQ-pre-groups: Get my top-level groups

  1. In the upper right corner select "WC1 Pilot ZFS environment"
  2. Open Thomson Reuters World-Check One Zero Footprint Screening API v1.5 collection in Postman.
  3. Select SEQ-1a: Get my top-level groups.
  4. Click Send and view the Return Request below.


Entity Screening

Step 2) SEQ-zfs-api-sync-screen-simple: Perform Zero Footprint Synchronous Screening: Simple

  1. Edit the WC1 Pilot ZFS environment and edit the group-id replace it with your group id from the last request.
  2. Select SEQ-zfs-api-sync-screen-simple: Perform Zero Footprint Synchronous Screening: Simple
  3. Select the Body and review the fields to screen the entity.
  4. Click Send and view the Return Request below.

The Return Request shows the results.




Retrieving Profile information

Step 3) SEQ-zfs-api-zfs-case-investigate-world-check-profile: Get a World-Check profile

  1. Once the Profile screening is completed, you can use the referenceId (Which is highlighted in red in the above screen) from the results which are returned as a response from the Step 2.
  2. Update the Worldcheck-profile-id with the refereneceId to get the details of the specific screened entity using Zero-Footprint API as shown below.


3. Please find the response from the world-Check profile API as shown in the screen shot below.


4. The response is filtered by the country for the person “John Smith”

{

"actions": [],

"active": true,

"addresses": [

{

"city": "Des Moines",

"country": {

"code": "USA",

"name": "UNITED STATES"

},

"postCode": null,

"region": "Iowa",

"street": null

}

],

"associates": [],

"category": "INDIVIDUAL",

"comments": null,

"contacts": [],

"countryLinks": [

{

"country": {

"code": "USA",

"name": "UNITED STATES"

},

"countryText": "USA",

"type": "NATIONALITY"

},

{

"country": {

"code": "USA",

"name": "UNITED STATES"

},

"countryText": "USA",

"type": "LOCATION"

}

],

"creationDate": "2005-01-06T00:00:00Z",

"deletionDate": null,

"description": null,

"details": [

{

"detailType": "BIOGRAPHY",

"text": " Really product sure natural idea standard house personal. Memory this name stuff morning life. Participant environment fact. Foot through group other education board. Prove chance ten boy like.",

"title": "BIOGRAPHY"

}

],

"entityId": "e_tr_wci_269662",

"externalImportId": "ei_trwc_269662",

"files": [],

"identityDocuments": [

{

"entity": null,

"expiryDate": null,

"issueDate": null,

"issuer": "USA",

"locationType": null,

"number": "83959555",

"type": "Passport"

},

{

"entity": null,

"expiryDate": null,

"issueDate": null,

"issuer": null,

"locationType": null,

"number": "719.920.247-88",

"type": null

}

],

"images": [],

"lastAdjunctChangeDate": null,

"modificationDate": "2017-07-05T00:00:00Z",

"names": [

{

"fullName": "John SMITH",

"givenName": "John",

"languageCode": null,

"lastName": "SMITH",

"originalScript": "John SMITH",

"prefix": null,

"suffix": null,

"type": "PRIMARY"

}

],

"previousCountryLinks": [],

"provider": {

"code": "trwc",

"identifier": "cnp_7",

"master": true,

"name": "World Check"

},

"sourceDescription": null,

"sourceUris": [],

"sources": [

{

"abbreviation": "WCDATA",

"creationDate": "2013-03-21T13:41:09Z",

"identifier": "b_trwc_4",

"importIdentifier": null,

"name": "World-Check Data",

"provider": null,

"providerSourceStatus": "ACTIVE",

"regionOfAuthority": null,

"subscriptionCategory": "STANDARD",

"type": {

"category": {

"description": "The bodies detailed here, the Bureau of Industry and Security (BIS) and the World Bank, issue notices if they consider a person or company to be in breach of U.S. export regulations in the case of the BIS, or if they consider the person to have behaved improperly in the World Bank procurement process. Again, although there may be no reason why an action should stop you from dealing with a customer, this knowledge of the customer may be useful in assessing whether you wish to deal with them.",

"identifier": "ec_5",

"name": "Other Bodies",

"providerSourceTypes": []

},

"identifier": "t_trwc_5",

"name": "World-Check other bodies"

}

}

],

"subCategory": null,

"updateCategory": "C1",

"updatedDates": null,

"weblinks": [

{

"caption": null,

"uri": "http://www.arnold.org/posts/app/home/",

"tags": []

}

],

"gender": "MALE",

"roles": [],

"ageAsOfDate": null,

"isDeceased": null,

"events": [],

"previousRoles": [],

"age": null,

"entityType": "INDIVIDUAL"

}

zfps2.jpg (118.8 KiB)
zfps1.jpg (75.9 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

3 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Prabhjyot · Nov 13, 2019 at 05:03 AM

@Kathirvel.Dhanavelu,

The secondary identifiers need to be passed in the below format -

{
"groupId":"{
                {group-id}}",
"entityType": "INDIVIDUAL",
"providerTypes": [
   "WATCHLIST"
],
"name": "XXXXXXXX",
"secondaryFields":[{
           "typeId": "SFCT_1",
           "value": "MALE"
       },
       {
           "typeId": "SFCT_2",
           "dateTimeValue": "1970-01-01"
       },
       {
           "typeId": "SFCT_3",
           "value": "XXX"
       },
     {
          "typeId": "SFCT_4",
           "value": "XXX"
      },
     {
          "typeId": "SFCT_5",
           "value": "XXX"
      }]
}

In the above format, the value of the typeId would be the country code for the entity. You can obtain the country code using the API call - 'SEQ-pre-country-list: Get the ISO country list'

In order to know the details of SFCT, you may use the API call - 'SEQ-pre-group-case-template: Get the case template for a group'

Hope this helps.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by Prabhjyot · Nov 12, 2019 at 04:57 AM

@Kathirvel.Dhanavelu,

Thank you for your query.

While screening an entity you can pass the country details using the secondary indentifier. The fields which you can use would be Nationality, Country Location and Place of Birth.

The details of the value and the type-id could be obtained from API call - 'SEQ-pre-group-case-template: Get the case template for a group'.

Hope this helps.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by Kathirvel.Dhanavelu · Nov 12, 2019 at 03:16 PM

When I pass the secondary identifier like the request below. I not getting any output from the SEQ-zfs-api-sync-screen-simple: Perform Zero Footprint Synchronous Screening: Simple

{
"groupId":"{ {group-id}}",
"entityType": "INDIVIDUAL",
"providerTypes": [
"WATCHLIST"
],
"name": "John Smith",
"secondaryFields":["SFCT_3"]

}

Please find the screenshot below.


Please let me know whether the request I am passing is correct or wrong ?.


zfps5.jpg (160.1 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
8 People are following this question.

Related Questions

Load list of person in WCO

We are using the zero fooot print API and would like to understand if there is a way to pass or receive document id of an individual?

Why do my screening parameters not impact the screening results ?

get all Mandatory Actions in WCO

Is there any option to white-list the parties in ZFS? Is there any alternative ways to achieve this?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • FX Venues
    • FX Trading – RFQ Maker
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • Yield Book Analytics
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges