fields creationDate and modificationDate on synchronous screening

Hello,
We obtain the same dateTime value in each result of
synchronous screening on the fields creationDate and modificationDate.
What is the meaning of these fields on this resource ? In case of a new
request identical to a previous one, the field modificationDate should
not be greater than creationDate ?
Regards,
Cédric Lasbleiz
Best Answer
-
I have checked the JSON response posted on this question and see the "creationDate" and "modificationDate" of the all the matches to be exactly the same. Kindly point out the resultId were the dateTime value is different.
In order to view the "Entered Date" and "Updated Date", you have to call the API "SEQ-case-investigate-world-check-profile: Get a World-Check profile" using the referenceId. The attributes "creationDate" and "modificationDate" of the API call "SEQ-case-investigate-world-check-profile: Get a World-Check profile" would correspond the "Entered Date" and "Updated Date" respectively.
The "Entered Date" in the screenshot means the date when the WC profile to which a particular match belongs to, was first created.
Accordingly, the "Updated Date" in the screenshot means the date when the WC profile to which a particular match belongs to, was last updated.
0
Answers
-
When the result set is first generated due to syncScreening, creationDate and modificationDate is always the same.
The value of modificationDate changes only when there are changes made to the matches by the user or the system.
For example: If the match is resolved or a review is added to the match by the user, then the value of modificationDate would change and would be different than the creationDate.
Another scenario can be-If the screened case is enabled with Ongoing Screening and let us say after a week, there are new updates on the old matches due to OGS update, then the value of modificationDate of the match would change. That being said, if the OGS generate new matches on the OGS enabled screened case, then again the creationDate and the modificationDate would be the same.
In short, when the case is screened, the matches have the same creationDate and the modificationDate which reflects that no new action has been performed by the user or the system of these matches.
0 -
Thank you for your response.
Is it possible to retrieve Entered date and Updated date in screening results like web page (in attachment) ?
The response below from world-check one api provide fields creationDate and modificationDate which seems to be different.
{
"caseId": "aadb41d2-9f53-4d53-9016-9a2991a9b3aa",
"results": [
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5dd",
"referenceId": "e_tr_wcv_3761140",
"matchStrength": "EXACT",
"matchedTerm": "MARIA",
"submittedTerm": "Maria",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [],
"sources": [
"b_trwc_4"
],
"categories": [
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARIA",
"events": null,
"countryLinks": [
{
"countryText": "UNKNOWN",
"country": {
"code": "ZZZ",
"name": "UNKNOWN"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5df",
"referenceId": "e_tr_wcv_2751923",
"matchStrength": "EXACT",
"matchedTerm": "MARIA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_405",
"b_trwc_386",
"b_trwc_62"
],
"categories": [
"Sanctions",
"Sanctions",
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARIANA",
"events": null,
"countryLinks": [
{
"countryText": "MONGOLIA",
"country": {
"code": "MNG",
"name": "MONGOLIA"
},
"type": "VESSELFLAG"
},
{
"countryText": "SIERRA LEONE",
"country": {
"code": "SLE",
"name": "SIERRA LEONE"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "8016835",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "EMBARGO VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e1",
"referenceId": "e_tr_wcv_2751359",
"matchStrength": "EXACT",
"matchedTerm": "MARIA",
"submittedTerm": "Maria",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [],
"sources": [
"b_trwc_4"
],
"categories": [
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARIA",
"events": null,
"countryLinks": [
{
"countryText": "UNKNOWN",
"country": {
"code": "ZZZ",
"name": "UNKNOWN"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "Unknown",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e5",
"referenceId": "e_tr_wcv_1872512",
"matchStrength": "EXACT",
"matchedTerm": "MARIA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_395",
"b_trwc_133",
"b_trwc_386",
"b_trwc_62"
],
"categories": [
"Sanctions",
"Other Bodies",
"Sanctions",
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARIA III",
"events": null,
"countryLinks": [
{
"countryText": "TUVALU",
"country": {
"code": "TUV",
"name": "TUVALU"
},
"type": "VESSELFLAG"
},
{
"countryText": "PANAMA",
"country": {
"code": "PAN",
"name": "PANAMA"
},
"type": "VESSELFLAG"
},
{
"countryText": "UNKNOWN",
"country": {
"code": "ZZZ",
"name": "UNKNOWN"
},
"type": "VESSELFLAG"
},
{
"countryText": "TANZANIA, UNITED REPUBLIC OF",
"country": {
"code": "TZA",
"name": "TANZANIA, UNITED REPUBLIC OF"
},
"type": "VESSELFLAG"
},
{
"countryText": "IRAN, ISLAMIC REPUBLIC OF",
"country": {
"code": "IRN",
"name": "IRAN, ISLAMIC REPUBLIC OF"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "9615092",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "EMBARGO VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5ed",
"referenceId": "e_tr_wcv_2406895",
"matchStrength": "EXACT",
"matchedTerm": "MARIA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_133",
"b_trwc_FIRSE-WC"
],
"categories": [
"Other Bodies",
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "LOUISA",
"events": null,
"countryLinks": [
{
"countryText": "PANAMA",
"country": {
"code": "PAN",
"name": "PANAMA"
},
"type": "VESSELFLAG"
},
{
"countryText": "SAINT KITTS AND NEVIS",
"country": {
"code": "KNA",
"name": "SAINT KITTS AND NEVIS"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "9110626",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e3",
"referenceId": "e_tr_wcv_4857444",
"matchStrength": "STRONG",
"matchedTerm": "MARA",
"submittedTerm": "Maria",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [],
"sources": [
"b_trwc_386",
"b_trwc_62",
"b_trwc_OFAC-VE13850"
],
"categories": [
"Sanctions",
"Other Bodies",
"Sanctions"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARA",
"events": null,
"countryLinks": [
{
"countryText": "SAINT VINCENT AND THE GRENADINES",
"country": {
"code": "VCT",
"name": "SAINT VINCENT AND THE GRENADINES"
},
"type": "VESSELFLAG"
},
{
"countryText": "VENEZUELA, BOLIVARIAN REPUBLIC OF",
"country": {
"code": "VEN",
"name": "VENEZUELA, BOLIVARIAN REPUBLIC OF"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "9670999",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "EMBARGO VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e9",
"referenceId": "e_tr_wcv_1324083",
"matchStrength": "STRONG",
"matchedTerm": "MARA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_DPRK-WC",
"b_trwc_62"
],
"categories": [
"Other Bodies",
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "JANAY",
"events": null,
"countryLinks": [
{
"countryText": "SYRIAN ARAB REPUBLIC",
"country": {
"code": "SYR",
"name": "SYRIAN ARAB REPUBLIC"
},
"type": "VESSELFLAG"
},
{
"countryText": "TOGO",
"country": {
"code": "TGO",
"name": "TOGO"
},
"type": "VESSELFLAG"
},
{
"countryText": "LEBANON",
"country": {
"code": "LBN",
"name": "LEBANON"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "7015509",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5e7",
"referenceId": "e_tr_wcv_1299402",
"matchStrength": "STRONG",
"matchedTerm": "MARIA F",
"submittedTerm": "Maria",
"matchedNameType": "PRIMARY",
"secondaryFieldResults": [],
"sources": [
"b_trwc_DPRK-WC"
],
"categories": [
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "MARIA F",
"events": null,
"countryLinks": [
{
"countryText": "SYRIAN ARAB REPUBLIC",
"country": {
"code": "SYR",
"name": "SYRIAN ARAB REPUBLIC"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "7217016",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5eb",
"referenceId": "e_tr_wcv_2792094",
"matchStrength": "WEAK",
"matchedTerm": "SANTA MARIA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_4"
],
"categories": [
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "SOLEVANT",
"events": null,
"countryLinks": [
{
"countryText": "KOREA, REPUBLIC OF",
"country": {
"code": "KOR",
"name": "KOREA, REPUBLIC OF"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "8104204",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
},
{
"resultId": "0a3687cf-69ca-1e30-9a9a-4672003ed5db",
"referenceId": "e_tr_wcv_2206840",
"matchStrength": "WEAK",
"matchedTerm": "MYRIA",
"submittedTerm": "Maria",
"matchedNameType": "AKA",
"secondaryFieldResults": [],
"sources": [
"b_trwc_4"
],
"categories": [
"Other Bodies"
],
"creationDate": "2019-04-29T12:37:39.281Z",
"modificationDate": "2019-04-29T12:37:39.281Z",
"primaryName": "EBRA",
"events": null,
"countryLinks": [
{
"countryText": "PANAMA",
"country": {
"code": "PAN",
"name": "PANAMA"
},
"type": "VESSELFLAG"
},
{
"countryText": "COMOROS",
"country": {
"code": "COM",
"name": "COMOROS"
},
"type": "VESSELFLAG"
},
{
"countryText": "SAINT KITTS AND NEVIS",
"country": {
"code": "KNA",
"name": "SAINT KITTS AND NEVIS"
},
"type": "VESSELFLAG"
}
],
"identityDocuments": [
{
"entity": null,
"number": "9044401",
"issueDate": null,
"expiryDate": null,
"issuer": null,
"type": null,
"locationType": {
"type": "INT-IMO",
"country": {
"code": "QQQ",
"name": "INTERNATIONAL"
},
"name": "IMO REGISTRATION NUMBER"
}
}
],
"category": "VESSEL",
"providerType": "WATCHLIST",
"gender": null
}
]
}0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.4K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 280 Open PermID
- 45 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 716 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛