For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
11 3 5 6

Actions vs Sources

Hello,

When we call the resource Get a World-Check profile (GET https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/reference/profile/{ {worldcheck-profile-id-encoded}}), we get replies with elements of type "actions", such as:

{
	"actionId": null,
	"actionType": "SANCTION", 
	"comment": null, 
	"endDate": null,  
	"files": [],  
	"publicationType": null,  
	"published": null,  
	"reference": null,  
	"source": {  
		"abbreviation": "CES",  
		"creationDate": "2013-03-21T13:41:10Z",  
		"identifier": "b_trwc_37",  
		"importIdentifier": null,  
		"name": "CANADA - CES- Canadian Economic Sanctions.",  
		"provider": null,  
		"providerSourceStatus": "ACTIVE",  
		"regionOfAuthority": "CANADA",  
		"subscriptionCategory": "STANDARD",  
		"type": {  
			"category": {  
				"description": "This gives details of individuals, companies and vessels with whom national or supranational bodies have decreed firms should not have financial dealings. Dealings with these designated persons or entities can lead to large fines, jail sentences and increased regulatory oversight owing to perceived failures in systems of internal control.",  
				"identifier": "ec_1",  
				"name": "Sanctions",  
				"providerSourceTypes": []  
			},  
			"identifier": "t_trwc_2",  
			"name": "Sanctions"  
		}  
	},  
	"startDate": null,  
	"text": " Mar 2018 - addition. PRIMARY NAME: HUA FU Other information: M/V HUA FU loaded DPRK coal at Najin, DPRK, on 24 September 2017. IMO number: 9020003. ",  
	"title": "CANADA"  
}

and elements of type "sources", such as:

 {  
	"abbreviation": "ACB-SANC",  
	"creationDate": "2013-03-21T13:41:09Z",  
	"identifier": "b_trwc_21",  
	"importIdentifier": null,  
	"name": "AUSTRIA - ACB-SANC - Oesterreichische National Bank - Sanction Lists",  
	"provider": null,  
	"providerSourceStatus": "ACTIVE",  
	"regionOfAuthority": "AUSTRIA",  
	"subscriptionCategory": "STANDARD",  
	"type": {  
		"category": {  
			"description": "This gives details of individuals, companies and vessels with whom national or supranational bodies have decreed firms should not have financial dealings. Dealings with these designated persons or entities can lead to large fines, jail sentences and increased regulatory oversight owing to perceived failures in systems of internal control.",  
			"identifier": "ec_1",  
			"name": "Sanctions", 
			"providerSourceTypes": []  
		},  
		"identifier": "t_trwc_2",  
		"name": "Sanctions"  
	}  
}
Given that the sources elements seem to be more complete, what is the actual difference between these two? Or what exactly are the "actions" elements?

Thank you.

world-checkworld-check-one
icon clock
10 |1500

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

Upvote
Accepted
4.5k 4 8 8

@cedric.lasbleiz,

In the World-Check Profile, the details which have sanctions would result in an actionDetail for the entity. The actionid is just an internally generated unique key, and has zero value. The actionType will always be SANCTION.

Action is a subset of details. details attribute shown have the word SANCTIONS, so each will result in an ActionDetail for the entity.

The sources will contain the details on PEP, OB (Other Bodies), Regulatory Enforcement (RE), Law Enforcement (LE) and Sanctions.

Hope this helps.

icon clock
10 |1500

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

Upvotes
4.2k 8 5 6

@cedric.lasbleiz

Please allow us some time so that we can get back you with a reply on this.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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