The samples provided are representative of what can be included in requests or will be returned in responses. In order to provide comprehensive samples, values may have been added for the sole purpose of these examples and may be null or empty in the actual API responses.
In addition, values in both requests and responses have been "faked" or modified to protect potentially private data (e.g., phone number) where applicable. Therefore, using requests exactly as is may not return any results.
POST https://plus.dnb.com/v1/screening/cases
{
"duns": "804735132",
"screeningMonitoringMode": "NoMonitoring",
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"customerReference": "Test 1",
"customerScreeningReferenceID": "00a7c15f-6cc5-452f-a39a-2063163d8bd9",
"customerTransactionID": "123",
"isGlobalSearch": false,
"notes": "D+ Testing",
"ownershipPercentage": 21.5,
"appliedControlType": 34782
}
{
"transactionDetail": {
"customerTransactionID": "123",
"transactionID": "54321",
"transactionTimestamp": "2021-11-09T19:06:49.518",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"duns": "804735132",
"notes": "D+ Testing",
"customerReference": "Test 1",
"customerScreeningReferenceID": "00a7c15f-6cc5-452f-a39a-2063163d8bd9",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring"
},
"inquiries": [
{
"caseID": "3a0ee0e9-5042-4920-bc3b-515545309cd4",
"duns": "804735132",
"inquiryID": "de22a077-95f1-4d50-92a3-5d6190b58b2f",
"isInitialInquiry": true,
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"subject": "Gorman Manufacturing Company, Inc.",
"subjectType": "OrganizationName",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "San Francisco"
},
"addressRegion": {
"name": "California"
},
"postalCode": "94110",
"streetAddress": {
"line1": "492 Koller St"
}
},
"notes": "D+ Testing",
"customerReference": "Test 1",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"searchPrecision": "near",
"configurationID": 100121,
"organizationNameType": "Primary",
"controlOwnershipType": {
"description": "Privately owned",
"dnbCode": 9058
}
},
{
"caseID": "1d6987dd-ee78-41dd-937e-c4dacf4422aa",
"duns": "217470014",
"inquiryID": "62e226ae-3156-4020-a6a3-ef1e8e102354",
"isInitialInquiry": true,
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"subject": "KEVIN J HUNT",
"subjectType": "IndividualName",
"birthDate": "1974-03",
"address": {
"addressLocality": {
"name": "San Francisco"
},
"postalCode": "94110",
"streetAddress": {
"line1": "492 Koller St"
}
},
"notes": "notes for screening",
"customerReference": "Test 1",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"searchPrecision": "near",
"configurationID": 100121,
"organizationNameType": "Primary",
"relationshipType": {
"description": "Principal",
"dnbCode": 138
}
},
{
"caseID": "3a0ee0e9-5042-4920-bc3b-515545309cd4",
"duns": "217470014",
"inquiryID": "cfd6a207-470d-423f-b9bb-b227210fd3ea",
"isInitialInquiry": true,
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"subject": "Leslie Smith",
"subjectType": "IndividualName",
"notes": "D+ Testing",
"customerReference": "Test 1",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"searchPrecision": "near",
"configurationID": 100121,
"relationshipType": {
"description": "Share Ownership",
"dnbCode": 137
}
},
{
"caseID": "3a0ee0e9-5042-4920-bc3b-515545309cd4",
"duns": "804735132",
"inquiryID": "0ff68c21-5f8d-47c2-ba20-b5056954cb0b",
"isInitialInquiry": true,
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"subject": "Kevin J Hunt",
"subjectType": "IndividualName",
"notes": "D+ Testing",
"customerReference": "Test 1",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"searchPrecision": "near",
"configurationID": 100121,
"relationshipType": {
"description": "Share Ownership",
"dnbCode": 137
}
}
]
}
GET https://plus.dnb.com/v1/screening/cases?caseID=3a0ee0e9-5042-4920-bc3b-515545309cd4
{
"transactionDetail": {
"transactionID": "rrt-0fc5679654dea58b9-d-ea-25563-81578505-1",
"transactionTimestamp": "2022-10-28T10:54:45.100Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"caseID": "3a0ee0e9-5042-4920-bc3b-515545309cd4",
"pageSize": "250",
"pageNumber": "1"
},
"cases": [
{
"caseID": "3a0ee0e9-5042-4920-bc3b-515545309cd4",
"customerInquiryID": "Dplus-Cust-1",
"customerInquirySecondaryID": "Dplus-Cust-sec-1",
"duns": "804735132",
"monitoringStatus": "Active",
"notes": "D+ Testing",
"customerReference": "Test 1",
"customerScreeningReferenceID": "00a7c15f-6cc5-452f-a39a-2063163d8bd9",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"searchPrecision": "near",
"inquiriesCount": 4,
"configurationID": 100121
}
],
"candidatesMatchedQuantity": 1,
"candidatesReturnedQuantity": 1
}
PATCH https://plus.dnb.com/v1/screening/cases/8a71d7fe-0847-abc-8fb1-f486a50bdf20
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"screeningMonitoringMode": "NoMonitoring"
}
{
"transactionDetail": {
"customerTransactionID": "UAT_TEST_TRAN_ID_1",
"transactionID": "rrt-0d4e8e57ecf7c300d-d-ea-9362-142679350-9",
"transactionTimestamp": "2019-12-04T18:18:23.949Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"caseID": "8a71d7fe-0847-abc-8fb1-f486a50bdf20",
"screeningMonitoringMode": "NoMonitoring"
}
}
POST https://plus.dnb.com/v1/screening/inquiries
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"inquiries":[
{
"customerInquiryID" :"CST_INQ_ID",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID",
"subject":"APPLE",
"subjectType" :"OrganizationName",
"birthDate":"1985-01",
"address" :{
"addressCountry" :{
"isoAlpha2Code" :"US"
},
"addressLocality":{
"name" :"SAN FRANCISCO"
},
"addressRegion":{
"name" :"CALIFORNIA"
},
"streetAddress" :{
"line1" :"492 KOLLER ST"
},
"postalCode" :"941109999"
},
"notes":"Screening testing",
"customerReference":"UATTester",
"isGlobalSearch":true,
"screeningMonitoringMode": "OnlyMonitoring"
},
{
"customerInquiryID" :"CST_INQ_ID",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID2",
"subject":"GORMAN",
"subjectType" :"IndividualName",
"birthDate":"1985-01",
"address" :{
"addressCountry" :{
"isoAlpha2Code" :"US"
},
"addressLocality":{
"name" :"SAN FRANCISCO"
},
"addressRegion":{
"name" :"CALIFORNIA"
},
"streetAddress" :{
"line1" :"492 KOLLER ST"
},
"postalCode" :"941109999"
},
"notes":"Screening testing",
"customerReference":"UATTester",
"isGlobalSearch":true,
"screeningMonitoringMode": "NoMonitoring"
},
{
"customerInquiryID" :"CST_INQ_ID",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID3",
"subject":"804735132",
"subjectType" :"DUNS",
"birthDate":"1985-01",
"address" :{
"addressCountry" :{
"isoAlpha2Code" :"US"
},
"addressLocality":{
"name" :"SAN FRANCISCO"
},
"addressRegion":{
"name" :"CALIFORNIA"
},
"streetAddress" :{
"line1" :"492 KOLLER ST"
},
"postalCode" :"941109999"
},
"notes":"Screening testing",
"customerReference":"UATTester",
"isGlobalSearch":true,
"screeningMonitoringMode": "OnlyMonitoring",
"configurationID": 100121,
}
]
}
POST https://plus.dnb.com/v1/screening/inquiries
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"inquiries":[
{
"customerInquiryID" :"CST_INQ_ID_2",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID_2",
"subject" :"804735132",
"subjectType" :"DUNS",
"birthDate":"1985-01",
"notes":"Screening testing",
"customerReference":"Tester",
"isGlobalSearch":true,
"screeningMonitoringMode": "OnlyMonitoring"
}
]
}
POST https://plus.dnb.com/v1/screening/inquiries
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"inquiries":[
{
"customerInquiryID" :"CST_INQ_ID_2",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID_2",
"subject" :"Gorman",
"subjectType" :"IndividualName",
"birthDate":"1985-01",
"address" :{
"addressCountry" :{
"isoAlpha2Code" :"US"
},
"addressLocality":{
"name" :"SAN FRANCISCO"
},
"addressRegion":{
"name" :"CALIFORNIA"
},
"streetAddress" :{
"line1" :"492 KOLLER ST"
},
"postalCode" :"941109999"
},
"notes":"Screening testing",
"customerReference":"Tester",
"isGlobalSearch":true,
"screeningMonitoringMode": "OnlyMonitoring",
"configurationID": 100121
}
]
}
POST https://plus.dnb.com/v1/screening/inquiries
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"inquiries":[
{
"customerInquiryID" :"CST_INQ_ID_2",
"customerInquirySecondaryID" :"CST_INQ_SEC_ID_2",
"subject" :"Gorman",
"subjectType" :"OrganizationName",
"birthDate":"1985-01",
"address" :{
"addressCountry" :{
"isoAlpha2Code" :"US"
},
"addressLocality":{
"name" :"SAN FRANCISCO"
},
"addressRegion":{
"name" :"CALIFORNIA"
},
"streetAddress" :{
"line1" :"492 KOLLER ST"
},
"postalCode" :"941109999"
},
"notes":"Screening testing",
"customerReference":"Tester",
"isGlobalSearch":true,
"screeningMonitoringMode": "OnlyMonitoring"
}
]
}
{
"transactionDetail": {
"transactionID": "rrt-0fc5679654dea58b9-d-ea-25563-81572162-1",
"transactionTimestamp": "2022-10-28T10:49:43.198Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiries": [
{
"inquiryID": "e7c20213-8ef2-441a-ba29-0aa1b7d2ef28",
"subjectType": "IndividualName",
"birthDate": "1987",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"postalCode": "941109999"
},
"isGlobalSearch": true,
"screeningMonitoringMode": "NoMonitoring",
"configurationID": 100121,
"subject": "804735132"
}
]
}
GET https://plus.dnb.com/v1/screening/inquiries/273e7a04-1ff5-474e-aeac-a64e9973e40d
{
"transactionDetail": {
"transactionID": "rrt-0a2915122bdc62cd1-b-ea-6350-94985195-23",
"transactionTimestamp": "2023-05-22T06:36:43.065Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"inquiryID": "d97f7105-1b0d-4fb6-a3c2-44740d2b70c7"
},
"inquiry": {
"inquiryID": "d97f7105-1b0d-4fb6-a3c2-44740d2b70c7",
"requestTimestamp": "2022-12-08T04:03:47.563",
"processedTimestamp": "2022-12-08T04:03:47.708",
"processingStatus": "Completed",
"reviewStatus": "NotReviewed",
"customerInquiryID": "11",
"customerInquirySecondaryID": "Compass",
"subject": "081466849",
"subjectType": "DUNS",
"birthDate": "1987",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"addressRegion": {
"name": "CA"
},
"postalCode": "941109999",
"streetAddress": {
"line1": "492 KOLLER ST"
}
},
"notes": "notes for screening",
"customerReference": "Ind Data",
"isGlobalSearch": false,
"screeningMonitoringMode": "DataAndMonitoring",
"entitiesMatchedQuantity": 10,
"entitiesReturnedQuantity": 10,
"entities": [
{
"entityID": "0fb87925-151f-4098-8e80-8bad1c45a17e",
"processedTimestamp": "2022-12-08T04:03:47.723",
"isInitialEntity": true,
"lastUpdatedTimestamp": "2022-12-07T23:03:55.501",
"isPerson": false,
"riskScore": 95,
"riskID": "R2594020",
"riskType": "C",
"riskography": "Microsoft was required to pay damages of $290m (£182m) for a patent infringement in 2009, according to public media sources. Microsoft settled for $50 million with the state of Mississippi for monopolistic practices (2011). A judge in India ruled that Microsoft had to stand trial for distribution of obscene content to minors (2012). Microsoft agreed to pay more than $25 million, including an $8.75 million criminal fine imposed on its Microsoft Hungary unit, to settle U.S. charges it violated a federal anti-bribery law. Microsoft will also pay nearly $16.6 million to settle related SEC civil charges, without admitting wrongdoing. In 2004, the European Commission fined software giant Microsoft $613 million for EU antitrust violations. In 2017, it was ordered to pay over NIS 100 million in intellectual property rights to the Jitco startup. In 2020, it was facing an investigation for abusing its dominant market position. It was also named in a complaint filed. The European Commission also fined Microsoft a total of 2.2 billion euros ($2.6 billion) over a decade-long investigation involving linkage cases and other practices. In 2021, it was accused of being involved in money laundering in connection with the awarding a lease of Microsoft educational products. In 2022, Former Microsoft manager Yasser Elabd alleged that it fired him after he alerted leadership to a workplace where employees, subcontractors and government operators regularly engaged in bribery. It was accused of violating the Foreign Corrupt Practices Act. It was over triggered by complaints about the United States software company to EU antitrust regulators and was fined €1.6-billion ($1.6-billion) by the European Commission in the previous decade for various infringements.",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "Microsoft Corporation"
}, {
"nameType": "AKA",
"name": "Microsoft Corp"
}, {
"nameType": "AKA",
"name": "MSFT"
}, {
"nameType": "LOC",
"name": "מיקרוסופט"
}, {
"nameType": "LOC",
"name": "微软公司"
}, {
"nameType": "AKA",
"name": "Microsoft Inc."
}, {
"nameType": "AKA",
"name": "Microsoft (MSFT)"
}, {
"nameType": "AKA",
"name": "Microsoft Corparate"
}, {
"nameType": "AKA",
"name": "Microsoft"
}, {
"nameType": "AKA",
"name": "Microsoft Corp."
}, {
"nameType": "AKA",
"name": "Microsoft"
}, {
"nameType": "AKA",
"name": "Microsoft"
}, {
"nameType": "AKA",
"name": "Microsoft"
}, {
"nameType": "AKA",
"name": "Microsoft"
}, {
"nameType": "AKA",
"name": "Microsoft"
}
],
"address": [
{
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "San Francisco"
},
"addressRegion": {
"name": "California"
},
"streetAddress": {}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {
"name": "Washington"
},
"streetAddress": {}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "Redmond"
},
"addressRegion": {
"name": "Washington"
},
"streetAddress": {}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "Redmond"
},
"addressRegion": {
"name": "Washington"
},
"postalCode": "98052-6399",
"streetAddress": {
"line1": "One Microsoft Way"
}
}, {
"addressType": "HQ",
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "Redmond"
},
"addressRegion": {
"name": "District of Columbia"
},
"postalCode": "98052-6399",
"streetAddress": {
"line1": "One Microsoft Way"
}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {
"name": "New Jersey"
},
"streetAddress": {}
}
],
"associations": [
{
"entityID": "5a62b6c5de5a2aba807068483484fb42",
"primaryName": "Charles H Noski",
"associationType": "ASSOCIATE",
"riskProfile1": "FROM"
}
],
"socDetail": {
"riskProfiles": [
{
"level1": "Entity (SO)",
"level2": "State Owned Company (SOC)"
}
],
"industryCodes": [
{
"code": "i81402",
"name": "Commercial Banking",
"description": "The industry in which the company operates is unknown.",
"typeDescription": "Dow Jones Industry Description",
"typeDnBCode": 34661
}
],
"shareOwnerships": [
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Current",
"ownershipPercentage": "5.99",
"notes": "This company is 100% owned by minority state-owned Barclays PLC.",
"startDate": "2022"
},
{
"level1": "Board Appointing Control",
"level2": "No"
},
{
"level1": "Voting Control",
"level2": "No"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "5.99",
"notes": "A wholly owned subsidiary of the state owned Barclays PLC.",
"startDate": "2017"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "6.65",
"notes": "A wholly owned subsidiary of Barclays PLC.",
"startDate": "2014"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "8.4",
"notes": "A wholly owned subsidiary of the state owned Barclays PLC.",
"startDate": "2019"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "8.86",
"notes": "This company is 100% owned by minority state-owned Barclays PLC.",
"startDate": "2020-12",
"endDate": "2022"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "8.9",
"notes": "A wholly owned subsidiary of the state owned Barclays PLC.",
"startDate": "2019-12"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "9.02",
"notes": "A wholly owned subsidiary of the state owned Barclays PLC."
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "9.67",
"notes": "A wholly owned subsidiary of Barclays PLC.",
"startDate": "2015"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "16.38",
"notes": "A wholly owned subsidiary of Barclays PLC.",
"endDate": "2013-07"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Unknown",
"level3": "Past",
"notes": "A wholly owned subsidiary of Barclays PLC.",
"startDate": "2009-06-03",
"endDate": "2009-10-20"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Unknown",
"level3": "Past",
"notes": "A wholly owned subsidiary of Barclays PLC.",
"startDate": "2013-12-31"
}
],
"isActive": true
},
"content": [
{
"key": "sourceName",
"value": "RiskConnect"
}, {
"key": "sourceURL",
"value": "https://grid.rdc.com/wss/entity.html?entityId=e041352d733d6c74807068483484fb42"
}, {
"key": "entityDate",
"value": "2022-12-07"
}
],
"sources": [
{
"sourceName": "Agence France Presse",
"urlReferences": [
{
"urlType": "direct",
"url": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=AFPR000020130306e936004s9"
}
]
}, {
"sourceName": "Global Online Media",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}
]
}, {
"sourceName": "Iran Connect",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/en-gb/legal/Iran-connect"
}
]
}, {
"sourceName": "Australia Strategic Policy Institute - Entities Engaged in Uyghur Forced Labor",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.aspi.org.au/report/uyghurs-sale"
}
]
}, {
"sourceName": "International Business Times: United Kingdom Edition (UK)",
"urlReferences": [
{
"urlType": "direct",
"url": "http://www.ibtimes.co.uk/kaspersky-lab-patches-relationship-microsoft-antitrust-complaint-dropped-1634515"
}
]
}
],
"eventsMatchedQuantity": 50,
"eventsReturnedQuantity": 50,
"events": [
{
"eventID": "b752ba66-07f4-4a68-a655-a12734903cef",
"processedTimestamp": "2022-12-08T04:03:47.728",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2005-11-28",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Money Laundering",
"code2": "MLA",
"description3": "Convict, Conviction",
"code3": "CVT"
}
],
"associations": [
""
],
"content": [
{
"key": "headline",
"value": "News Briefs"
}, {
"key": "sourceKy",
"value": "c2a2d3570a1d718f"
}, {
"key": "publicationSource",
"value": "Computerworld"
}, {
"key": "format",
"value": "Media"
}, {
"key": "sourceName",
"value": "Factiva Article - CWOR000020051203e1bs00002"
}, {
"key": "sourceURL",
"value": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=CWOR000020051203e1bs00002"
}, {
"key": "entityDate",
"value": "2005-11-28"
}, {
"key": "description",
"value": "four counts of money laundering"
}
],
"sources": [
{
"sourceName": "Factiva Article - CWOR000020051203e1bs00002",
"date": "2005-11-28",
"urlReferences": [
{
"urlType": "direct",
"url": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=CWOR000020051203e1bs00002"
}
]
}
]
}, {
"eventID": "1d7afc09-c335-469c-b213-c4386464a051",
"processedTimestamp": "2022-12-08T04:03:47.73",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2008-12-02",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "SEC Violations (Insider Trading, Securities Fraud)",
"code2": "SEC",
"description3": "Convict, Conviction",
"code3": "CVT"
}
],
"associations": [
""
],
"content": [
{
"key": "format",
"value": "Web"
}, {
"key": "sourceName",
"value": "WSJ Options Scorecard - Companies that have come under scrutiny for past stock-option grants"
}, {
"key": "sourceURL",
"value": "http://interactive.wsj.com/public/resources/documents/info-optionsscore06-full.html"
}, {
"key": "entityDate",
"value": "2011-04-08"
}, {
"key": "description",
"value": "The Journal reported June 16, 2006 that the Redmond, Wash., software giant awarded options at monthly lows each July from 1992 to 1999, with varying dates. The software giant also routinely issued options to new employees at the stock's lowest closing price in the 30 days after they joined. In 1999, Microsoft took a charge for the practice and ended it."
}
],
"sources": [
{
"sourceName": "WSJ Options Scorecard - Companies that have come under scrutiny for past stock-option grants",
"date": "2011-04-08",
"urlReferences": [
{
"urlType": "direct",
"url": "http://interactive.wsj.com/public/resources/documents/info-optionsscore06-full.html"
}
]
}
]
}, {
"eventID": "115a3e22-00e5-4cb0-90bf-8bcb6cef75a2",
"processedTimestamp": "2022-12-08T04:03:47.734",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2013-03-06",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Sanction",
"code3": "SAN"
}
],
"associations": [
""
],
"content": [
{
"key": "headline",
"value": "EU fines Microsoft 561 mn euros over web browser choice"
}, {
"key": "publisher",
"value": "Agence France-Presse"
}, {
"key": "sourceKy",
"value": "6a5e22a6d53acbe35d3f3d53eb346cc4"
}, {
"key": "publicationSource",
"value": "Agence France Presse"
}, {
"key": "format",
"value": "Media"
}, {
"key": "sourceName",
"value": "Factiva Article - AFPR000020130306e936004s9"
}, {
"key": "sourceURL",
"value": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=AFPR000020130306e936004s9"
}, {
"key": "entityDate",
"value": "2013-03-06"
}, {
"key": "description",
"value": "The European Commission fined US giant Microsoft 561 million euros ($730 million) Wednesday for failing to provide clients with a choice of Internet browser, as it had promised to do."
}
],
"sources": [
{
"sourceName": "Factiva Article - AFPR000020130306e936004s9",
"date": "2013-03-06",
"urlReferences": [
{
"urlType": "direct",
"url": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=AFPR000020130306e936004s9"
}
]
}
]
}, {
"eventID": "fb00ce9f-2734-4b26-8ed9-f2c16f20ad8d",
"processedTimestamp": "2022-12-08T04:03:47.736",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2013-08-13",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Convict, Conviction",
"code3": "CVT"
}
],
"associations": [
""
],
"content": [
{
"key": "headline",
"value": "In airline suit, U.S. antitrust enforcers try to build on wins"
}, {
"key": "publisher",
"value": "Reuters Limited"
}, {
"key": "sourceKy",
"value": "5a4c43709be439cc5d3f3d53eb346cc4"
}, {
"key": "publicationSource",
"value": "Reuters News"
}, {
"key": "format",
"value": "Media"
}, {
"key": "sourceName",
"value": "Factiva Article - LBA0000020130813e98d000zc"
}, {
"key": "sourceURL",
"value": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=LBA0000020130813e98d000zc"
}, {
"key": "entityDate",
"value": "2013-08-13"
}, {
"key": "description",
"value": "the penalty phase of the landmark U.S. antitrust case against Microsoft Corp."
}
],
"sources": [
{
"sourceName": "Factiva Article - LBA0000020130813e98d000zc",
"date": "2013-08-13",
"urlReferences": [
{
"urlType": "direct",
"url": "http://global.factiva.com/en/du/article.asp?NAPC=S&AccessionNo=LBA0000020130813e98d000zc"
}
]
}
]
}, {
"eventID": "6d0ff482-76f5-465e-8eb1-75f159a0a28f",
"processedTimestamp": "2022-12-08T04:03:47.738",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-07-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Bribery, Graft, Kickbacks, Political Corruption",
"code2": "BRB",
"description3": "Fine - More than $10,000",
"code3": "FIM"
}
],
"associations": [
""
],
"content": [
{
"key": "headline",
"value": "Microsoft pays $25 million to settle corruption charges"
}, {
"key": "publisher",
"value": "HT Media Ltd."
}, {
"key": "sourceKy",
"value": "132ae7bd6ec7beae5d3f3d53eb346cc4"
}, {
"key": "publicationSource",
"value": "United News of Bangladesh"
}, {
"key": "format",
"value": "Media"
}, {
"key": "sourceName",
"value": "Acquire Media Article - 691ab8baf30fe04e3c211f86a7a53b90f15e76f0"
}, {
"key": "entityDate",
"value": "2019-07-22"
}, {
"key": "description",
"value": "Microsoft will pay $25 million to settle federal corruption charges that it violated the Foreign Corrupt Practices Act. While."
}
],
"sources": [
{
"sourceName": "Acquire Media Article - 691ab8baf30fe04e3c211f86a7a53b90f15e76f0",
"date": "2019-07-22"
}
]
}
]
}, {
"entityID": "dee2090b-74e5-4543-abfd-1987f02112cc",
"processedTimestamp": "2022-12-08T04:03:48.723",
"isInitialEntity": true,
"lastUpdatedTimestamp": "2022-12-07T23:03:55.779",
"isPerson": false,
"riskScore": 70,
"riskType": "C",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "Microsoft Corp."
}
],
"address": [
{
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {},
"streetAddress": {}
}
],
"content": [
{
"key": "sourceName",
"value": "Global Online Media"
}, {
"key": "sourceURL",
"value": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}, {
"key": "entityDate",
"value": "2022-12-06"
}
],
"sources": [
{
"sourceName": "Global Online Media",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}
]
}
],
"eventsMatchedQuantity": 2,
"eventsReturnedQuantity": 2,
"events": [
{
"eventID": "ffcbafb1-d9e9-4f8e-a7ca-5525cdc6ce8d",
"processedTimestamp": "2022-12-08T04:03:48.726",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2022-11-08",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Complaint Filed",
"code3": "CMP"
}
],
"associations": [
""
],
"content": [
{
"key": "format",
"value": "Web"
}, {
"key": "sourceName",
"value": "Global Online Media"
}, {
"key": "sourceURL",
"value": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}, {
"key": "entityDate",
"value": "2022-12-06"
}, {
"key": "description",
"value": "Wsj.com listed an article on 8 November 2022, re: Cloud Infrastructure Service Providers in Europe, or Cispe, a trade group which includes Amazon.com Inc. among its members, said it filed the complaint with the bloc's competition regulator, the European Commission against Microsoft Corp. French cloud provider OVHcloud, had filed a complaint against Microsoft over competition concerns related to its cloud services. Cispe said in a statement that another member, Italy-based Aruba SpA, also participated in that complaint. The complaint alleges that Microsoft uses its dominance in productivity software to direct customers in Europe to its Azure cloud service and makes it difficult for them to switch to other cloud service providers."
}
],
"sources": [
{
"sourceName": "Global Online Media",
"date": "2022-12-06",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}
]
}
]
}, {
"eventID": "afe9b2be-a3d0-4f21-86c9-3baffbd7bc8e",
"processedTimestamp": "2022-12-08T04:03:55.781",
"isInitialEvent": false,
"significantStatus": "Unknown",
"eventDate": "2022-11-08",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Complaint Filed",
"code3": "CMP"
}
],
"associations": [
""
],
"content": [
{
"key": "sourceName",
"value": "Global Online Media"
}, {
"key": "sourceURL",
"value": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}, {
"key": "entityDate",
"value": "2022-12-06"
}, {
"key": "description",
"value": "Wsj.com listed an article on 8 November 2022, re: Cloud Infrastructure Service Providers in Europe, or Cispe, a trade group which includes Amazon.com Inc. among its members, said it filed the complaint with the bloc's competition regulator, the European Commission against Microsoft Corp. French cloud provider OVHcloud, had filed a complaint against Microsoft over competition concerns related to its cloud services. Cispe said in a statement that another member, Italy-based Aruba SpA, also participated in that complaint. The complaint alleges that Microsoft uses its dominance in productivity software to direct customers in Europe to its Azure cloud service and makes it difficult for them to switch to other cloud service providers."
}
],
"sources": [
{
"sourceName": "Global Online Media",
"date": "2022-12-06",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/en-gb/legal/global-online-media"
}
]
}
]
}
]
}, {
"entityID": "549c8999-2e84-4ac3-bd53-0c151c5fbfa2",
"processedTimestamp": "2022-12-08T04:03:48.766",
"isInitialEntity": true,
"lastUpdatedTimestamp": "2022-12-07T23:03:55.793",
"isPerson": false,
"riskScore": 70,
"riskType": "C",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "Microsoft"
}
],
"address": [
{
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "Houston"
},
"addressRegion": {
"name": "Texas"
},
"streetAddress": {}
}
],
"content": [
{
"key": "sourceName",
"value": "Global Online Media (English Media)"
}, {
"key": "sourceURL",
"value": "https://rdc.com/product-information/global-online-media/"
}, {
"key": "entityDate",
"value": "2022-12-07"
}
],
"sources": [
{
"sourceName": "Global Online Media (English Media)",
"urlReferences": [
{
"urlType": "direct",
"url": "https://rdc.com/product-information/global-online-media/"
}
]
}
],
"eventsMatchedQuantity": 2,
"eventsReturnedQuantity": 2,
"events": [
{
"eventID": "bb71ac6a-e417-4337-bd14-0c83cfd6d864",
"processedTimestamp": "2022-12-08T04:03:48.769",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2022-10-31",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Appeal",
"code3": "APL"
}
],
"associations": [
""
],
"content": [
{
"key": "format",
"value": "Web"
}, {
"key": "sourceName",
"value": "Global Online Media (English Media)"
}, {
"key": "sourceURL",
"value": "https://rdc.com/product-information/global-online-media/"
}, {
"key": "entityDate",
"value": "2022-12-07"
}, {
"key": "description",
"value": "Southeast Texas Record listed an article on October 31, 2022, re: The First Court of Appeals has reversed an order granting Microsoft an anti-arbitration injunction in litigation brought by a law firm asserting the company locked its cloud storage account. The legal dispute was brought by Turnbull Legal Group, a Houston firm that primarily practices criminal defense law. As part of its practice, the firm uses Microsoft's Office 365 and also subscribes to Microsoft's OneDrive, a cloud-based service that provides remote storage of files and data."
}
],
"sources": [
{
"sourceName": "Global Online Media (English Media)",
"date": "2022-12-07",
"urlReferences": [
{
"urlType": "direct",
"url": "https://rdc.com/product-information/global-online-media/"
}
]
}
]
}, {
"eventID": "8f0857da-9653-48bf-8d72-0b6f385bcc6d",
"processedTimestamp": "2022-12-08T04:03:55.796",
"isInitialEvent": false,
"significantStatus": "Unknown",
"eventDate": "2022-10-31",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Business Crimes (Antitrust, Bankruptcy, Price Fixing)",
"code2": "BUS",
"description3": "Appeal",
"code3": "APL"
}
],
"associations": [
""
],
"content": [
{
"key": "sourceName",
"value": "Global Online Media (English Media)"
}, {
"key": "sourceURL",
"value": "https://rdc.com/product-information/global-online-media/"
}, {
"key": "entityDate",
"value": "2022-12-07"
}, {
"key": "description",
"value": "Southeast Texas Record listed an article on October 31, 2022, re: The First Court of Appeals has reversed an order granting Microsoft an anti-arbitration injunction in litigation brought by a law firm asserting the company locked its cloud storage account. The legal dispute was brought by Turnbull Legal Group, a Houston firm that primarily practices criminal defense law. As part of its practice, the firm uses Microsoft's Office 365 and also subscribes to Microsoft's OneDrive, a cloud-based service that provides remote storage of files and data."
}
],
"sources": [
{
"sourceName": "Global Online Media (English Media)",
"date": "2022-12-07",
"urlReferences": [
{
"urlType": "direct",
"url": "https://rdc.com/product-information/global-online-media/"
}
]
}
]
}
]
}, {
"entityID": "fc2a5b2b-3152-4922-b5a7-6d5189c0724d",
"processedTimestamp": "2022-12-08T04:03:48.795",
"isInitialEntity": true,
"lastUpdatedTimestamp": "2022-12-07T23:03:55.807",
"isPerson": false,
"riskScore": 80,
"riskID": "R23249154",
"riskType": "C",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "Microsoft Arabia"
}
],
"address": [
{
"addressType": "HQ",
"addressCountry": {
"isoAlpha2Code": "SA"
},
"addressLocality": {
"name": "Riyadh"
},
"addressRegion": {
"name": "Ar Riyad"
},
"postalCode": "11552",
"streetAddress": {
"line1": "The Business Gate, Building A2 Airport Road, Cordobah P. O. Box 47007"
}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {},
"streetAddress": {}
}
],
"content": [
{
"key": "sourceName",
"value": "RiskConnect"
}, {
"key": "sourceURL",
"value": "https://grid.rdc.com/wss/entity.html?entityId=4ef6a67be1b16bd0cf242a016016466d"
}, {
"key": "entityDate",
"value": "2022-12-07"
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}, {
"sourceName": "SEC Administrative Proceedings - 2019",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
],
"eventsMatchedQuantity": 2,
"eventsReturnedQuantity": 2,
"events": [
{
"eventID": "72b5e1a7-6223-4058-9634-1953598b0413",
"processedTimestamp": "2022-12-08T04:03:48.797",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-07-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "SEC Violations (Insider Trading, Securities Fraud)",
"code2": "SEC",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"associations": [
""
],
"content": [
{
"key": "format",
"value": "Web"
}, {
"key": "sourceName",
"value": "SEC Administrative Proceedings - 2019"
}, {
"key": "sourceURL",
"value": "https://www.sec.gov/litigation/admin.shtml"
}, {
"key": "entityDate",
"value": "2020-01-01"
}, {
"key": "description",
"value": "The SEC issued an Order Instituting Cease-And-Desist Proceedings Pursuant To Section 21C Of The Securities Exchange Act Of 1934, Making Findings, And Imposing A Cease-And-Desist Order against Microsoft Corporation. Microsoft violated Section 13(b)(2)(A) of the Exchange Act, which requires issuers to make and keep books, records and accounts which, in reasonable detail, accurately andfairly reflect their transactions and dispositions of the assets of the issuer. Between 2012 through 2014, employees in Microsoft's Saudi Arabian subsidiary diverted at least $440,000 of funds, intended to be used for marketing and developing business proposals with Microsoft's partners, to a slush fund that wasused to pay travel expenses for Saudi7government employees and for gifts, furniture,laptops, tablets and other equipmentfor government agencies."
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"date": "2020-01-01",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
]
}, {
"eventID": "963c0acc-d4d2-4a53-bb5a-5d674f04639f",
"processedTimestamp": "2022-12-08T04:03:55.81",
"isInitialEvent": false,
"significantStatus": "Unknown",
"eventDate": "2019-07-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "SEC Violations (Insider Trading, Securities Fraud)",
"code2": "SEC",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"associations": [
""
],
"content": [
{
"key": "sourceName",
"value": "SEC Administrative Proceedings - 2019"
}, {
"key": "sourceURL",
"value": "https://www.sec.gov/litigation/admin.shtml"
}, {
"key": "entityDate",
"value": "2020-01-01"
}, {
"key": "description",
"value": "The SEC issued an Order Instituting Cease-And-Desist Proceedings Pursuant To Section 21C Of The Securities Exchange Act Of 1934, Making Findings, And Imposing A Cease-And-Desist Order against Microsoft Corporation. Microsoft violated Section 13(b)(2)(A) of the Exchange Act, which requires issuers to make and keep books, records and accounts which, in reasonable detail, accurately andfairly reflect their transactions and dispositions of the assets of the issuer. Between 2012 through 2014, employees in Microsoft's Saudi Arabian subsidiary diverted at least $440,000 of funds, intended to be used for marketing and developing business proposals with Microsoft's partners, to a slush fund that wasused to pay travel expenses for Saudi7government employees and for gifts, furniture,laptops, tablets and other equipmentfor government agencies."
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"date": "2020-01-01",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
]
}
]
},
"isWatchListContentActive": true,
"isAdverseMediaContentActive": true,
"countryReferences": [
{
"referenceType": "Country of Affiliation",
"name": "United Kingdom",
"isoAlpha2Code": "GB",
"isTerritory": false
},
{
"referenceType": "Country of Registration",
"name": "United Kingdom",
"isoAlpha2Code": "GB",
"isTerritory": false
},
{
"referenceType": "Country of Registration",
"name": "United Kingdom",
"isoAlpha2Code": "GB",
"isTerritory": false
},
{
"referenceType": "Country of Registration",
"name": "United Kingdom",
"isoAlpha2Code": "GB",
"isTerritory": false
},
{
"referenceType": "Country of Current Ownership",
"name": "Qatar",
"isoAlpha2Code": "QA",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "China",
"isoAlpha2Code": "CN",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "Norway",
"isoAlpha2Code": "NO",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "Qatar",
"isoAlpha2Code": "QA",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "Singapore",
"isoAlpha2Code": "SG",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "United Arab Emirates",
"isoAlpha2Code": "AE",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "United States",
"isoAlpha2Code": "US",
"isTerritory": false
}
],
"dateReferences": [
{
"referenceType": "Date of Registration",
"date": "1896-07-20",
"notes": "Registered as Barclays Bank PLC."
},
{
"referenceType": "Date of Registration",
"date": "1896-07-20",
"notes": "Registered as Barclays Bank PLC."
}
]
},
{
"entityID": "68b8da59-311a-4c25-b243-7219d76be0cd",
"processedTimestamp": "2022-12-08T04:03:48.82",
"isInitialEntity": true,
"lastUpdatedTimestamp": "2022-12-07T23:03:55.818",
"isPerson": false,
"riskScore": 80,
"riskID": "R23249153",
"riskType": "C",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "Microsoft Thailand Ltd."
}
],
"address": [
{
"addressType": "HQ",
"addressCountry": {
"isoAlpha2Code": "TH"
},
"addressLocality": {
"name": "Bangkok"
},
"addressRegion": {
"name": "Bangkok"
},
"postalCode": "10330",
"streetAddress": {
"line1": "37th & 38th Floors CRC Tower, All Seasons Place 87/2 Wireless Road, Lumpini, Pathumwan"
}
}, {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {},
"streetAddress": {}
}
],
"content": [
{
"key": "sourceName",
"value": "RiskConnect"
}, {
"key": "sourceURL",
"value": "https://grid.rdc.com/wss/entity.html?entityId=4ef6a67be1b16bd0d52c32714daf91cb"
}, {
"key": "entityDate",
"value": "2022-12-07"
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}, {
"sourceName": "SEC Administrative Proceedings - 2019",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
],
"eventsMatchedQuantity": 2,
"eventsReturnedQuantity": 2,
"events": [
{
"eventID": "4b1ccda1-15a7-4807-8619-aa74f53ae346",
"processedTimestamp": "2022-12-08T04:03:48.822",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-07-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "SEC Violations (Insider Trading, Securities Fraud)",
"code2": "SEC",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"associations": [
""
],
"content": [
{
"key": "format",
"value": "Web"
}, {
"key": "sourceName",
"value": "SEC Administrative Proceedings - 2019"
}, {
"key": "sourceURL",
"value": "https://www.sec.gov/litigation/admin.shtml"
}, {
"key": "entityDate",
"value": "2020-01-01"
}, {
"key": "description",
"value": "The SEC issued an Order Instituting Cease-And-Desist Proceedings Pursuant To Section 21C Of The Securities Exchange Act Of 1934, Making Findings, And Imposing A Cease-And-Desist Order against Microsoft Corporation. Microsoft violated Section 13(b)(2)(A) of the Exchange Act, which requires issuers to make and keep books, records and accounts which, in reasonable detail, accurately andfairly reflect their transactions and dispositions of the assets of the issuer. Between January 2013 and April 2015, a MS Thailand employee along with an employee of a MS Thailand LSP provided more than $100,000 in gifts and travel to employees of non-government banking customers while MS Thailand was engaged in business with the end customers."
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"date": "2020-01-01",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
]
}, {
"eventID": "5316466c-17a6-46fe-a123-d439daa83865",
"processedTimestamp": "2022-12-08T04:03:55.821",
"isInitialEvent": false,
"significantStatus": "Unknown",
"eventDate": "2019-07-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "SEC Violations (Insider Trading, Securities Fraud)",
"code2": "SEC",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"associations": [
""
],
"content": [
{
"key": "sourceName",
"value": "SEC Administrative Proceedings - 2019"
}, {
"key": "sourceURL",
"value": "https://www.sec.gov/litigation/admin.shtml"
}, {
"key": "entityDate",
"value": "2020-01-01"
}, {
"key": "description",
"value": "The SEC issued an Order Instituting Cease-And-Desist Proceedings Pursuant To Section 21C Of The Securities Exchange Act Of 1934, Making Findings, And Imposing A Cease-And-Desist Order against Microsoft Corporation. Microsoft violated Section 13(b)(2)(A) of the Exchange Act, which requires issuers to make and keep books, records and accounts which, in reasonable detail, accurately andfairly reflect their transactions and dispositions of the assets of the issuer. Between January 2013 and April 2015, a MS Thailand employee along with an employee of a MS Thailand LSP provided more than $100,000 in gifts and travel to employees of non-government banking customers while MS Thailand was engaged in business with the end customers."
}
],
"sources": [
{
"sourceName": "SEC Administrative Proceedings - 2019",
"date": "2020-01-01",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.sec.gov/litigation/admin.shtml"
}
]
}
]
}
]
}
]
}
}
GET https://plus.dnb.com/v1/screening/inquiries?lastUpdatedStartDate=2022-04-29&lastUpdatedEndDate=2022-04-29&startDate=2022-04-29&endDate=2022-04-29&isInitialInquiry=true
{
"transactionDetail": {
"customerTransactionID": "11",
"transactionID": "rrt-0a2915122bdc62cd1-b-ea-24345-98342876-2",
"transactionTimestamp": "2023-05-24T12:52:55.742Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiries": [
{
"inquiryID": "057efd90-7f39-46fa-8ae5-c2cc76c66e50",
"customerInquiryID": "11",
"customerInquirySecondaryID": "Compass",
"subjectType": "DUNS",
"birthDate": "1987",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"addressRegion": {
"name": "CA"
},
"postalCode": "941109999",
"streetAddress": {
"line1": "492 KOLLER ST"
}
},
"notes": "notes for screening",
"customerReference": "Ind Data",
"isGlobalSearch": false,
"screeningMonitoringMode": "DataAndMonitoring",
"subject": "804735132"
}, {
"inquiryID": "db31b72b-9afa-4002-99dd-2beafc931d8f",
"customerInquiryID": "12",
"customerInquirySecondaryID": "Compass",
"subjectType": "Apple",
"birthDate": "1987",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"addressRegion": {
"name": "NY"
},
"postalCode": "941109999",
"streetAddress": {
"line1": "492 KOLLER ST"
}
},
"notes": "notes for screening",
"customerReference": "Ind Data",
"isGlobalSearch": false,
"screeningMonitoringMode": "DataAndMonitoring",
"subject": "217470014"
}, {
"inquiryID": "650c3e4d-6f8f-4a6f-b52f-824c68f2c4e9",
"customerInquiryID": "12",
"customerInquirySecondaryID": "Cst",
"subjectType": "Bank",
"birthDate": "1984",
"address": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "SAN FRANCISCO"
},
"addressRegion": {
"name": "NY"
},
"postalCode": "941109999",
"streetAddress": {
"line1": "492 KOLLER ST"
}
},
"notes": "notes for screening",
"customerReference": "Ind Data",
"isGlobalSearch": false,
"screeningMonitoringMode": "NoMonitoring",
"subject": "300562337"
}
]
}
PATCH https://plus.dnb.com/v1/screening/inquiries/
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"inquiries":[
{
"inquiryID" :"fd00ca1e-a696-458d-94ae-5f2efc5f0186",
"reviewStatus":"DeclinedReview",
"screeningMonitoringMode": "NoMonitoring"
}
]
}
{
"transactionDetail": {
"customerTransactionID": "UAT_TEST_TRAN_ID_1",
"transactionID": "rrt-0d4e8e57ecf7c300d-d-ea-9362-142679350-9",
"transactionTimestamp": "2019-12-04T18:18:23.949Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"resultSummary": {
"inputCount": 1,
"successCount": 1,
"failureCount": 0
},
"inquiries": [
{
"inquiryID": "fd00ca1e-a696-458d-94ae-5f2efc5f0186",
"reviewStatus": "DeclinedReview",
"screeningMonitoringMode": "NoMonitoring",
"result": {
"code": "Success",
"description": "No change"
}
}
]
}
GET https://plus.dnb.com/v1/screening/entities/report?entityIDs=750a4247-abb0-4c29-877c-4892081aee05
{
"transactionDetail": {
"transactionID": "rrt-0b44eb1cd4360a0a2-b-ea-6681-147952976-8",
"transactionTimestamp": "2019-12-04T21:55:52.043Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {"entityIDs": [
"750a4247-abb0-4c29-877c-4892081aee05"
]},
"entities": [
{
"inquiryID": "fd00ca1e-a696-458d-94ae-5f2efc5f0186",
"entityID": "750a4247-abb0-4c29-877c-4892081aee05",
"contents": {
"contentFormat": "application/pdf",
"contentObject": "base64PDFcontent"
}
}
]
}
GET https://plus.dnb.com/v1/screening/entities?inquiryID=fd00ca1e-a696-458d-94ae-5f2efc5f0186
{
"transactionDetail": {
"transactionID": "rrt-0c064d8f35dedb45c-c-ea-26059-23953597-1",
"transactionTimestamp": "2023-01-04T11:34:37.112Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"pageSize": 50,
"pageNumber": 1
},
"candidatesMatchedQuantity": 2,
"candidatesReturnedQuantity": 2,
"entities": [
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"processedTimestamp": "2023-01-04T11:32:14.716",
"isInitialEntity": true,
"isPerson": false,
"riskScore": 85,
"riskID": "R21537211",
"riskType": "C",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "German Football Association"
},
{
"nameType": "AKA",
"name": "DFB"
},
{
"nameType": "AKA",
"name": "German Football Federation"
},
{
"nameType": "AKA",
"name": "German Football Federation"
},
{
"nameType": "AKA",
"name": "DFB"
},
{
"nameType": "AKA",
"name": "German FA"
}
],
"address": [
{
"addressCountry": {
"isoAlpha2Code": "DE"
},
"addressLocality": {
"name": "Berlin"
},
"addressRegion": {
"name": "Berlin"
},
"streetAddress": {}
},
{
"addressCountry": {
"isoAlpha2Code": "DE"
},
"addressLocality": {
"name": "Frankfurt"
},
"addressRegion": {
"name": "Hesse"
},
"streetAddress": {}
}
],
"content": [
{
"key": "sourceName",
"value": "RiskConnect"
},
{
"key": "sourceURL",
"value": "https://grid.rdc.com/wss/entity.html?entityId=3f277a86ab8e81af8e0d964f8e0f48e4"
},
{
"key": "entityDate",
"value": "2023-01-03"
}
],
"sources": [
{
"sourceName": "News Agency of Nigeria (NAN) (Nigeria)"
},
{
"sourceName": "Express Online"
},
{
"sourceName": "Express Online"
},
{
"sourceName": "Global Online Media (German Media)",
"urlReferences": [
{
"urlType": "direct",
"url": "https://rdc.com/product-information/global-online-media/"
}
]
},
{
"sourceName": "Agence France-Presse"
},
{
"sourceName": "Agence France-Presse"
},
{
"sourceName": "Reuters"
},
{
"sourceName": "Reuters"
},
{
"sourceName": "CE Noticias Financieras: English"
},
{
"sourceName": "EU European Commission – Competition Antitrust Cases",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ec.europa.eu/competition/elojade/isef/index.cfm?clear=1&policy_area_id=1"
}
]
},
{
"sourceName": "CE Noticias Financieras: English"
},
{
"sourceName": "NewsBank Article - 175256C316707220"
},
{
"sourceName": "NewsBank Article - 180E0156BAC2EC48"
},
{
"sourceName": "EU European Commission – Competition Antitrust Cases",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ec.europa.eu/competition/elojade/isef/index.cfm?clear=1&policy_area_id=1"
}
]
},
{
"sourceName": "NewsBank Article - 16C16387CD2E2158"
},
{
"sourceName": "LexisNexis Article - 5H95-C021-F021-6434"
},
{
"sourceName": "NewsBank Article - 188834B944FA8D28"
},
{
"sourceName": "NewsBank Article - 17DF9A72388E68A8"
},
{
"sourceName": "Global Online Media (German Media)",
"urlReferences": [
{
"urlType": "direct",
"url": "http://www.rp-online.de/sport/fussball/wm/dfb/wm-2006-dfb-droht-steuernachzahlung-in-hoehe-von-25-millionen-euro-aid-1.6678955"
}
]
},
{
"sourceName": "Reuters Article - MT1ALTL8N2GY19L1"
},
{
"sourceName": "Reuters Article - L3N16U3VA"
}
]
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "0935d103-e6cb-47b0-a531-8880419ea55d",
"processedTimestamp": "2023-01-04T11:32:14.832",
"isInitialEntity": true,
"isPerson": false,
"riskScore": 65,
"riskID": "R21647625",
"riskType": "P",
"falsePositiveStatus": "Unknown",
"organizationNames": [
{
"nameType": "Entity Name",
"name": "The Gorman Group"
},
{
"nameType": "AKA",
"name": "Gorman Brothers Inc."
},
{
"nameType": "AKA",
"name": "McDonald Hopkins PLC"
}
],
"address": [
{
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "Albany"
},
"addressRegion": {
"name": "New York"
},
"postalCode": "12202",
"streetAddress": {
"line1": "200 Church Street"
}
},
{
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {},
"addressRegion": {
"name": "Vermont"
},
"streetAddress": {}
}
],
"associations": [
{
"entityID": "64f139049443c6a424cc7c5d2db6a913",
"primaryName": "Colin Battersby",
"associationType": "ASSOCIATE",
"riskProfile1": "FROM"
}
],
"socDetail": {
"riskProfiles": [
{
"level1": "Entity (SO)",
"level2": "State Owned Company (SOC)"
}
],
"industryCodes": [
{
"code": "i81402",
"name": "Commercial Banking",
"description": "The industry in which the company operates is unknown.",
"typeDescription": "Dow Jones Industry Description",
"typeDnBCode": 34661
}
],
"shareOwnerships": [
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Current",
"ownershipPercentage": "8.4",
"notes": "State owned Barclays PLC holds 100% shares of the company.",
"startDate": "2019"
},
{
"level1": "Board Appointing Control",
"level2": "No"
},
{
"level1": "Voting Control",
"level2": "No"
},
{
"level1": "Ownership Percentage",
"level2": "Minority-Known",
"level3": "Past",
"ownershipPercentage": "9.67",
"notes": "State owned Barclays PLC holds 100% shares of the company."
}
],
"isActive": true
},
"matchQuality": {
"matchScore": 0.95,
"searchPrecision": {
"precision": "PRECISE",
"hasLinguisticVariations": false,
"hasNonLinguisticVariations": false,
"hasStructuralVariations": true
}
},
"identificationReferences": [
{
"referenceType": "DUNS Number",
"referenceID": "109417209"
},
{
"referenceType": "Legal Entity Identifier (LEI)",
"referenceID": "C7HX62OF36KBJB6QPK73"
},
{
"referenceType": "Company Identification No.",
"referenceID": "3227623"
}
],
"isWatchListContentActive": true,
"isAdverseMediaContentActive": true,
"countryReferences": [
{
"referenceType": "Country of Affiliation",
"name": "United States",
"isoAlpha2Code": "US",
"isTerritory": false
},
{
"referenceType": "Country of Registration",
"name": "United States",
"isoAlpha2Code": "US",
"isTerritory": false
},
{
"referenceType": "Country of Registration",
"name": "United States",
"isoAlpha2Code": "US",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "Norway",
"isoAlpha2Code": "NO",
"isTerritory": false
},
{
"referenceType": "Country of Past Ownership",
"name": "Qatar",
"isoAlpha2Code": "QA",
"isTerritory": false
}
],
"dateReferences": [
{
"referenceType": "Date of Registration",
"date": "2001-03-21"
},
{
"referenceType": "Date of Registration",
"date": "2001-03-21"
}
],
"content": [
{
"key": "sourceName",
"value": "RiskConnect"
},
{
"key": "sourceURL",
"value": "https://grid.rdc.com/wss/entity.html?entityId=6e977b296b81fd05cf242a016016466d"
},
{
"key": "entityDate",
"value": "2023-01-03"
}
],
"sources": [
{
"sourceName": "The Daily Gazette, Schenectady, N.Y.",
"urlReferences": [
{
"urlType": "direct",
"url": "https://dailygazette.com/article/2017/05/26/mohawk-asphalt-fined-over-fatal-explosion"
}
]
},
{
"sourceName": "Vermont Attorney General - Security Breaches",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ago.vermont.gov/archived-security-breaches/?2021"
}
]
},
{
"sourceName": "Maine Attorney General – Data Breach Notices Archive",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.maine.gov/ag/consumer/identity_theft/index.shtml"
}
]
},
{
"sourceName": "Supplemental Profile Information -US",
"urlReferences": [
{
"urlType": "direct",
"url": "http://rdc.com/product-information/#gom"
}
]
},
{
"sourceName": "Orbis - BvD ID",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.bvdinfo.com/"
}
]
},
{
"sourceName": "Vermont Attorney General - Security Breaches",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ago.vermont.gov/archived-security-breaches/?2021"
}
]
},
{
"sourceName": "Maine Attorney General – Data Breach Notices Archive",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.maine.gov/ag/consumer/identity_theft/index.shtml"
}
]
},
{
"sourceName": "Tribune Content Agency Article - c7ba199de656071f2296779cbb59a0329043b184",
"urlReferences": [
{
"urlType": "direct",
"url": "https://dailygazette.com/article/2017/05/26/mohawk-asphalt-fined-over-fatal-explosion"
}
]
}
]
}
]
}
GET https://plus.dnb.com/v1/screening/associatedEntities/12792614/report
{
"transactionDetail": {
"transactionID": "rrt-08c0f712cf06d4873-d-ea-55489-57920180-1",
"transactionTimestamp": "2025-06-17T06:47:30.355Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"associatedEntityID": "12792614"
},
"associatedEntityID": "12792614",
"contents": {
"contentFormat": "application/pdf",
"contentObject": "base64PDFcontent"
}
}
GET https://plus.dnb.com/v1/screening/associatedEntities/12792614/
{
"transactionDetail": {
"transactionID": "rrt-0aac4f02d964a6461-d-ea-55619-66388549-719",
"transactionTimestamp": "2025-06-19T07:20:03.382Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"associatedEntityID": "12792614"
},
"entity": {
"referenceEntityID": "12792614",
"processedTimestamp": "2025-06-19T07:20:03.335252",
"isPerson": true,
"gender": "Other",
"hasDeceased": false,
"personNames": [
{
"nameType": "Primary Name",
"fullName": "Hong Lu",
"givenName": "Hong",
"familyName": "Lu",
"nativeScriptNames": [
{
"name": "卢红"
},
{
"name": "盧紅"
}
]
}
],
"countryReferences": [
{
"referenceType": "Citizenship",
"name": "Not Known",
"isTerritory": false
},
{
"referenceType": "Resident of",
"name": "China",
"isoAlpha2Code": "CN",
"isTerritory": false
}
],
"riskCategories": [
{
"description1": "Special Interest Person (SIP)",
"code1": "Special Interest Person (SIP)",
"description2": "Other Official Lists",
"code2": "Other Official Lists"
}
],
"events": [
{
"processedTimestamp": "2025-06-19T07:20:03.335201",
"categories": [
{
"description1": "Special Interest Person (SIP)",
"code1": "Special Interest Person (SIP)",
"description2": "Other Official Lists",
"code2": "Other Official Lists"
}
],
"content": [
{
"key": "listId",
"value": "4264"
},
{
"key": "SanctionlistReference",
"value": "CBIRC (China) Provincial Enforcement Actions"
},
{
"key": "SanctionStartDate",
"value": "2021-11-23"
},
{
"key": "SanctionStatus",
"value": "Current"
},
{
"key": "SanctionlistProviderCode",
"value": "CN-CBIRC"
},
{
"key": "SanctionlistProviderName",
"value": "China Banking And Insurance Regulatory Commission"
},
{
"key": "SanctionlistCountry",
"value": "China"
}
],
"sources": [
{
"sourceName": "China Banking And Insurance Regulatory Commission",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.nfra.gov.cn/cn/view/pages/ItemList.html?itemPId=923&itemId=931&itemUrl=zhengwuxinxi/xingzhengchufa.html&itemName=%E8%A1%8C%E6%94%BF%E5%A4%84%E7%BD%9A"
}
]
}
]
},
{
"processedTimestamp": "2025-06-19T07:20:03.335224",
"categories": [
{
"description1": "Special Interest Person (SIP)",
"code1": "Special Interest Person (SIP)",
"description2": "Other Official Lists",
"code2": "Other Official Lists"
}
],
"content": [
{
"key": "profile_notes",
"value": "CHINA BANKING AND INSURANCE REGULATORY COMMISSION (CBIRC) NOTES:\n\n行政处罚决定书文号:邵银保监罚决字〔2021〕23号\n主要违规违法事实(案由):担任隆回县农村信用合作联社大桥信用社信贷员期间,对违法违规发放贷款负直接责任\n行政处罚依据:《中华人民共和国银行业监督管理法》第四十八条\n行政处罚决定:禁止五年从事银行业工作\n作出处罚决定的行政机关名称:中国银行保险监督管理委员会邵阳监管分局\n作出处罚决定的日期:2021年11月23日"
}
]
},
{
"processedTimestamp": "2025-06-19T07:20:03.335243",
"categories": [
{
"description1": "Source Details",
"code1": "Source Details"
}
],
"sources": [
{
"urlReferences": [
{
"url": "https://www.nfra.gov.cn/cn/view/pages/ItemList.html?itemPId=923&itemId=931&itemUrl=zhengwuxinxi/xingzhengchufa.html&itemName=%E8%A1%8C%E6%94%BF%E5%A4%84%E7%BD%9A"
}
]
},
{
"urlReferences": [
{
"url": "https://www.nfra.gov.cn/branch/guangxi/view/pages/common/ItemDetail.html?docId=1032816&itemId=1635&generaltype=0"
}
]
}
]
}
]
}
}
PATCH https://plus.dnb.com/v1/screening/entities
{
"customerTransactionID" :"TRAN_1",
"entities" : [
{
"inquiryID":"a6069147-5a41-4474-a450-1bf60144fede",
"entityID":"7e169bfd-1252-49a9-a036-b3f7e2ca60fe",
"falsePositiveStatus":"No",
"falsePositiveReasonCodes":["P01","P10"],
"falsePositiveReasonText":"Test reason"
}
]
}
{
"transactionDetail": {
"customerTransactionID": "TRAN_1",
"transactionID": "rrt-0175170978679ddcc-d-ea-19251-148208471-1",
"transactionTimestamp": "2019-12-04T18:34:18.556Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"resultSummary": {
"inputCount": 1,
"successCount": 1,
"failureCount": 0
},
"entities": [
{
"inquiryID": "a6069147-5a41-4474-a450-1bf60144fede",
"entityID": "7e169bfd-1252-49a9-a036-b3f7e2ca60fe",
"falsePositiveStatus": "No",
"falsePositiveReasonCodes": [
"P01",
"P10"
],
"falsePositiveReasonText": "Test reason",
"result": {
"code": "Success",
"description": "Entity updated successfully"
}
}
]
}
GET https://plus.dnb.com/v1/screening/events?inquiryIDs=a3146d8a-1254-4320-b88c-07f4b1bf51f3
{
"transactionDetail": {
"transactionID": "rrt-0aecfdccaea2cde12-c-ea-8540-24310868-1",
"transactionTimestamp": "2023-01-04T11:34:53.823Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"inquiryIDs": [
"046a58cf-1fb9-419f-90c6-9dd4497533fe"
]
},
"candidatesMatchedQuantity": 15,
"candidatesReturnedQuantity": 15,
"events": [
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "0935d103-e6cb-47b0-a531-8880419ea55d",
"eventID": "9c354c54-d525-4601-a51d-382e6a1a323a",
"processedTimestamp": "2023-01-04T11:32:14.843",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2017-05-26",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Misconduct",
"code2": "MIS",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "headline",
"value": "Mohawk Asphalt fined over fatal explosion"
},
{
"key": "publisher",
"value": "Tribune Content Agency, LLC"
},
{
"key": "sourceKy",
"value": "fa140f31542745455d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "The Daily Gazette, Schenectady, N.Y."
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "Tribune Content Agency Article - c7ba199de656071f2296779cbb59a0329043b184"
},
{
"key": "sourceURL",
"value": "https://dailygazette.com/article/2017/05/26/mohawk-asphalt-fined-over-fatal-explosion"
},
{
"key": "entityDate",
"value": "2017-05-26"
},
{
"key": "description",
"value": "The subsidiary of The Gorman Group, Mohawk Asphalt Emulsions has settled two citations for safety violations and paid a fine of $17,745 in an explosion that killed two workers. The company has corrected both the violations and settled the case."
}
],
"sources": [
{
"sourceName": "Tribune Content Agency Article - c7ba199de656071f2296779cbb59a0329043b184",
"date": "2017-05-26",
"urlReferences": [
{
"urlType": "direct",
"url": "https://dailygazette.com/article/2017/05/26/mohawk-asphalt-fined-over-fatal-explosion"
}
]
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "0935d103-e6cb-47b0-a531-8880419ea55d",
"eventID": "0025e7c9-79b2-4604-a7c3-d4f9befede6e",
"processedTimestamp": "2023-01-04T11:32:14.839",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-08-08",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Data Privacy and Protection",
"code2": "DPP",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "format",
"value": "Web"
},
{
"key": "sourceName",
"value": "Maine Attorney General – Data Breach Notices Archive"
},
{
"key": "sourceURL",
"value": "https://www.maine.gov/ag/consumer/identity_theft/index.shtml"
},
{
"key": "entityDate",
"value": "2022-08-19"
},
{
"key": "description",
"value": "This entity appears on the Maine Attorney General published list of data breach notices."
}
],
"sources": [
{
"sourceName": "Maine Attorney General – Data Breach Notices Archive",
"date": "2022-08-19",
"urlReferences": [
{
"urlType": "direct",
"url": "https://www.maine.gov/ag/consumer/identity_theft/index.shtml"
}
]
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "0935d103-e6cb-47b0-a531-8880419ea55d",
"eventID": "d0e674e3-ff56-4162-b7b3-dfa4d52a4ad4",
"processedTimestamp": "2023-01-04T11:32:14.835",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-08-12",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Data Privacy and Protection",
"code2": "DPP",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "format",
"value": "Web"
},
{
"key": "sourceName",
"value": "Vermont Attorney General - Security Breaches"
},
{
"key": "sourceURL",
"value": "https://ago.vermont.gov/archived-security-breaches/?2021"
},
{
"key": "entityDate",
"value": "2022-12-31"
},
{
"key": "description",
"value": "Gorman Brothers, Inc. issued a notice of data breach to its consumers about an incident that an unauthorized individual may have got access to 2 of our email accounts that contained the full names of our customers & Social Security numbers of the same."
}
],
"sources": [
{
"sourceName": "Vermont Attorney General - Security Breaches",
"date": "2022-12-31",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ago.vermont.gov/archived-security-breaches/?2021"
}
]
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "806c02e7-ce85-41e1-960e-201abf91b7a9",
"processedTimestamp": "2023-01-04T11:32:14.746",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2016-03-22",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Misconduct",
"code2": "MIS",
"description3": "Probe",
"code3": "PRB"
}
],
"content": [
{
"key": "headline",
"value": "Soccer-Cartel office probes Germany's Euro 2016 ticket sales"
},
{
"key": "publisher",
"value": "Reuters"
},
{
"key": "sourceKy",
"value": "0e70038d77b7de725d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Reuters"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "Reuters Article - L3N16U3VA"
},
{
"key": "entityDate",
"value": "2016-03-22"
},
{
"key": "description",
"value": "Germany's federal cartel office on Tuesday launched an investigation into the German football association's (DFB) sale of tickets for the national team's matches at Euro 2016."
}
],
"sources": [
{
"sourceName": "Reuters Article - L3N16U3VA",
"date": "2016-03-22"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "649e722f-9055-4ae3-adae-1e58d5800b4d",
"processedTimestamp": "2023-01-04T11:32:14.742",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2020-10-07",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Tax Related Offenses",
"code2": "TAX",
"description3": "Suspected",
"code3": "SPT"
}
],
"content": [
{
"key": "headline",
"value": "GERMAN PROSECUTORS SAY THEY HAVE SEARCHED GERMAN SOCCER ASSOCIATION DFB IN RELATION TO SUSPECTED TAX EVASION"
},
{
"key": "publisher",
"value": "Reuters"
},
{
"key": "sourceKy",
"value": "21757d8d0af497305d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Reuters"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "Reuters Article - MT1ALTL8N2GY19L1"
},
{
"key": "entityDate",
"value": "2020-10-07"
},
{
"key": "description",
"value": "GERMAN PROSECUTORS SAY THEY HAVE SEARCHED GERMAN SOCCER ASSOCIATION DFB IN RELATION TO SUSPECTED TAX EVASION"
}
],
"sources": [
{
"sourceName": "Reuters Article - MT1ALTL8N2GY19L1",
"date": "2020-10-07"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "566e5637-902d-4909-9ef8-874790fafd88",
"processedTimestamp": "2023-01-04T11:32:14.738",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2017-03-09",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Tax Related Offenses",
"code2": "TAX",
"description3": "Accuse",
"code3": "ACC"
}
],
"content": [
{
"key": "format",
"value": "Web"
},
{
"key": "sourceName",
"value": "Global Online Media (German Media)"
},
{
"key": "sourceURL",
"value": "http://www.rp-online.de/sport/fussball/wm/dfb/wm-2006-dfb-droht-steuernachzahlung-in-hoehe-von-25-millionen-euro-aid-1.6678955"
},
{
"key": "entityDate",
"value": "2022-12-30"
},
{
"key": "description",
"value": "RP'Online listed an article on March 9, 2017: The German Football Association (DFB) has been accused of a serious case of tax evasion, connected with the 2006 World Cup."
}
],
"sources": [
{
"sourceName": "Global Online Media (German Media)",
"date": "2022-12-30",
"urlReferences": [
{
"urlType": "direct",
"url": "http://www.rp-online.de/sport/fussball/wm/dfb/wm-2006-dfb-droht-steuernachzahlung-in-hoehe-von-25-millionen-euro-aid-1.6678955"
}
]
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "136eab64-585c-4545-a39b-a065ca4f8633",
"processedTimestamp": "2023-01-04T11:32:14.736",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2015-11-03",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Tax Related Offenses",
"code2": "TAX",
"description3": "Probe",
"code3": "PRB"
}
],
"content": [
{
"key": "headline",
"value": "Tax raid of German FA as part of FIFA scandal investigation"
},
{
"key": "publisher",
"value": "Express Online"
},
{
"key": "sourceKy",
"value": "3d43ea667646ba215d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Express Online"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "LexisNexis Article - 5H95-C021-F021-6434"
},
{
"key": "entityDate",
"value": "2015-11-03"
},
{
"key": "description",
"value": "TAX authorities raided the headquarters of the German Football Association in the ongoing probe into World Cup corruption and tax evasion over the money."
}
],
"sources": [
{
"sourceName": "LexisNexis Article - 5H95-C021-F021-6434",
"date": "2015-11-03"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "ecbcb370-2ed6-41ee-a0a2-9dcb51498699",
"processedTimestamp": "2023-01-04T11:32:14.734",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2020-10-07",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Tax Related Offenses",
"code2": "TAX",
"description3": "Probe",
"code3": "PRB"
}
],
"content": [
{
"key": "headline",
"value": "SPORTS LIST"
},
{
"key": "publisher",
"value": "CE Noticias Financieras: English"
},
{
"key": "sourceKy",
"value": "1bbd2538800afcda5d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "CE Noticias Financieras: English"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 17DF9A72388E68A8"
},
{
"key": "entityDate",
"value": "2020-10-07"
},
{
"key": "description",
"value": "The headquarters of the German Football Federation and the residences of several of its leaders were raided as part of a tax evasion investigation. The Frankfurt prosecutor's office accuses the federation of fraudulent declaration of revenue from perimeter advertising posters for national football team matches between 2014-2015."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 17DF9A72388E68A8",
"date": "2020-10-07"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "c8fd8510-0271-4bf6-9e00-823319ace829",
"processedTimestamp": "2023-01-04T11:32:14.732",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2022-03-03",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Theft (Larceny, Misappropriation, Embezzlement, Extortion)",
"code2": "TFT",
"description3": "Probe",
"code3": "PRB"
}
],
"content": [
{
"key": "headline",
"value": "Frankfurt Public Prosecutor's Office searches German Football Association offices"
},
{
"key": "publisher",
"value": "CE Noticias Financieras: English"
},
{
"key": "sourceKy",
"value": "f6f9c39736501d545d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "CE Noticias Financieras: English"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 188834B944FA8D28"
},
{
"key": "entityDate",
"value": "2022-03-03"
},
{
"key": "description",
"value": "The public prosecutor's office carried out a new search at the headquarters of the German Football Association ( DFB) and other locations as part of an investigation into alleged embezzlement."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 188834B944FA8D28",
"date": "2022-03-03"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "f312194d-f46c-440f-bb15-92109c6ffc74",
"processedTimestamp": "2023-01-04T11:32:14.729",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2015-11-03",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Bribery, Graft, Kickbacks, Political Corruption",
"code2": "BRB",
"description3": "Probe",
"code3": "PRB"
}
],
"content": [
{
"key": "headline",
"value": "Tax raid of German FA as part of FIFA scandal investigation"
},
{
"key": "publisher",
"value": "Express Online"
},
{
"key": "sourceKy",
"value": "3d43ea667646ba215d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Express Online"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "LexisNexis Article - 5H95-C021-F021-6434"
},
{
"key": "entityDate",
"value": "2015-11-03"
},
{
"key": "description",
"value": "TAX authorities raided the headquarters of the German Football Association in the ongoing probe into World Cup corruption and tax evasion over the money."
}
],
"sources": [
{
"sourceName": "LexisNexis Article - 5H95-C021-F021-6434",
"date": "2015-11-03"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "b93f97b8-96f7-490d-90ca-655ef5d7eb68",
"processedTimestamp": "2023-01-04T11:32:14.727",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2018-05-23",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Tax Related Offenses",
"code2": "TAX",
"description3": "Fine - More than $10,000",
"code3": "FIM"
}
],
"content": [
{
"key": "headline",
"value": "Tax fraud charges filed against German ex-football officials"
},
{
"key": "publisher",
"value": "Agence France-Presse"
},
{
"key": "sourceKy",
"value": "31e71d54795147d15d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Agence France-Presse"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 16C16387CD2E2158"
},
{
"key": "entityDate",
"value": "2018-05-23"
},
{
"key": "description",
"value": "Frankfurt's tax office subsequently found that the German Football Association (DFB) did not appropriately account for the 6.7 million euros, and fined it 19.2 million euros. But the DFB has disputed the finding. Former German Football Association (DFB) presidents Theo Zwanziger and Wolfgang Niersbach, as well as ex DFB general secretary Horst R. Schmidt, have been charged with tax fraud in relation to a scandal over alleged vote-buying to host the 2006 World Cup."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 16C16387CD2E2158",
"date": "2018-05-23"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "0031eaf5-36c3-4de1-92aa-28c83513eb6e",
"processedTimestamp": "2023-01-04T11:32:14.724",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2005-05-02",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Regulatory Action",
"code2": "REG",
"description3": "Disciplinary, Regulatory Action",
"code3": "ACT"
}
],
"content": [
{
"key": "format",
"value": "Web"
},
{
"key": "sourceName",
"value": "EU European Commission – Competition Antitrust Cases"
},
{
"key": "sourceURL",
"value": "https://ec.europa.eu/competition/elojade/isef/index.cfm?clear=1&policy_area_id=1"
},
{
"key": "entityDate",
"value": "2021-09-16"
},
{
"key": "description",
"value": "This entity appears on the EU European Commission's list of Competition Antitrust Cases for Other sports activities"
}
],
"sources": [
{
"sourceName": "EU European Commission – Competition Antitrust Cases",
"date": "2021-09-16",
"urlReferences": [
{
"urlType": "direct",
"url": "https://ec.europa.eu/competition/elojade/isef/index.cfm?clear=1&policy_area_id=1"
}
]
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "05d08f5a-d391-4e3c-9ac6-0c96b46a9623",
"processedTimestamp": "2023-01-04T11:32:14.722",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2021-02-25",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Bribery, Graft, Kickbacks, Political Corruption",
"code2": "BRB",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "headline",
"value": "Statute of limitations: FIFA ends probe against Beckenbauer, others"
},
{
"key": "publisher",
"value": "News Agency of Nigeria (NAN) (Nigeria)"
},
{
"key": "sourceKy",
"value": "d07cd3f158942add5d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "News Agency of Nigeria (NAN) (Nigeria)"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 180E0156BAC2EC48"
},
{
"key": "entityDate",
"value": "2021-02-25"
},
{
"key": "description",
"value": "A Swiss court had ended their probe against German Football Federation ( DFB) officials including former president Theo Zwanziger and ex-secretary general Horst R Schmidt for the same reason last April.\nThe adjudicatory chamber of the independent Ethics Committee has ruled that the conduct of Franz Beckenbauer, Theo Zwanziger and Horst R Schmidt in connection with the 2006 World Cup cannot be prosecuted due to the expiry of the applicable limitation period for prosecution,\" a statement said.FIFA said its investigatory chamber ruled they had violated FIFA bribery and corruption rules around a payment of 10 million Swiss francs in 2002."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 180E0156BAC2EC48",
"date": "2021-02-25"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "2a9b5eba-e794-4c13-bb7b-cab1de5dba0a",
"processedTimestamp": "2023-01-04T11:32:14.72",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-08-06",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Fraud, Scams, Swindles",
"code2": "FRD",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "headline",
"value": "Swiss charge German football officials with 2006 World Cup fraud"
},
{
"key": "publisher",
"value": "Agence France-Presse"
},
{
"key": "sourceKy",
"value": "0b9cda77ce7186365d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Agence France-Presse"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 175256C316707220"
},
{
"key": "entityDate",
"value": "2019-08-06"
},
{
"key": "description",
"value": "has also been charged with fraud -- along with the Swiss Urs Linsi, secretary general of FIFA from June 1999 to June 2007."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 175256C316707220",
"date": "2019-08-06"
}
],
"associations": []
},
{
"inquiryID": "046a58cf-1fb9-419f-90c6-9dd4497533fe",
"entityID": "987df7e1-8d2f-4543-9810-6c49e5c80522",
"eventID": "4bf9eef5-a6bf-4121-b6f4-d28e9716def1",
"processedTimestamp": "2023-01-04T11:32:14.718",
"isInitialEvent": true,
"significantStatus": "Unknown",
"eventDate": "2019-08-06",
"categories": [
{
"description1": "Adverse Media",
"code1": "ADM",
"description2": "Money Laundering",
"code2": "MLA",
"description3": "Associated with, Seen with",
"code3": "ASC"
}
],
"content": [
{
"key": "headline",
"value": "Swiss charge German football officials with 2006 World Cup fraud"
},
{
"key": "publisher",
"value": "Agence France-Presse"
},
{
"key": "sourceKy",
"value": "0b9cda77ce7186365d3f3d53eb346cc4"
},
{
"key": "publicationSource",
"value": "Agence France-Presse"
},
{
"key": "format",
"value": "Media"
},
{
"key": "sourceName",
"value": "NewsBank Article - 175256C316707220"
},
{
"key": "entityDate",
"value": "2019-08-06"
},
{
"key": "description",
"value": "Charges of money-laundering were dismissed in July, the OAG said."
}
],
"sources": [
{
"sourceName": "NewsBank Article - 175256C316707220",
"date": "2019-08-06"
}
],
"associations": []
}
]
}
PATCH https://plus.dnb.com/v1/screening/events
{
"customerTransactionID" :"TRAN_1",
"events" : [{
"inquiryID" :"fd00ca1e-a696-458d-94ae-5f2efc5f0186",
"eventID":"9aa9ca57-6ec0-4ab7-9695-756981d7595f",
"significantStatus":"Yes",
"reasonCodes": ["M01"],
"reasonText":"Test"
}]
}
{
"transactionDetail": {
"customerTransactionID": "TRAN_1",
"transactionID": "rrt-0175170978679ddcc-d-ea-19250-151660218-5",
"transactionTimestamp": "2019-12-06T12:28:52.719Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"resultSummary": {
"inputCount": 1,
"successCount": 1,
"failureCount": 0
},
"events": [
{
"inquiryID": "fd00ca1e-a696-458d-94ae-5f2efc5f0186",
"eventID": "9aa9ca57-6ec0-4ab7-9695-756981d7595f",
"significantStatus": "Yes",
"reasonCodes": [
"M01"
],
"reasonText": "Test",
"result": {
"code": "Success",
"description": "Event Id 9aa9ca57-6ec0-4ab7-9695-756981d7595f for Inquiry Id fd00ca1e-a696-458d-94ae-5f2efc5f0186 successfully updated"
}
}
]
}
POST https://plus.dnb.com/v1/screening/dataLists/PRESCREEN
Authorization: Bearer
Content-Type: application/json
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"items":[
{
"value" :"1231310",
"category" :"Suspicious",
"description":"Prescreen list of duns"
},
{
"value" :"1231311",
"category" :"Esteemed",
"description":" list of duns"
},
{
"value" :"1231312",
"category" :"Conditional",
"description":" list of duns"
}
]
}
{
"transactionDetail": {
"customerTransactionID": "UAT_TEST_TRAN_ID_1",
"transactionID": "rrt-03f1f2137c2213037-c-ea-24621-9924873-1",
"transactionTimestamp": "2020-02-03T15:15:25.905Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"resultSummary": {
"inputCount": 3,
"successCount": 1,
"failureCount": 2
},
"items": [
{
"dataListName": "PRESCREEN",
"value": "1231310",
"category": "Suspicious",
"description": "Prescreen list of duns",
"result": {
"code": "Success"
}
},
{
"dataListName": "PRESCREEN",
"value": "1231311",
"category": "Esteemed",
"description": " list of duns",
"result": {
"code": "Failure",
"description": "Value already exists in list."
}
},
{
"dataListName": "PRESCREEN",
"value": "1231312",
"category": "Conditional",
"description": " list of duns",
"result": {
"code": "Failure",
"description": "Value already exists in list."
}
}
]
}
GET https://plus.dnb.com/v1/screening/dataLists/PRESCREEN?itemValue=1231317
Authorization: Bearer
Content-Type: application/json
{
"transactionDetail": {
"transactionID": "rrt-048b1167d865ed458-c-ea-24600-9694662-2",
"transactionTimestamp": "2020-02-03T15:24:14.616Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"dataListName": "PRESCREEN",
"itemValue": "1231317"
},
"items": [
{
"dataListName": "PRESCREEN",
"category": "Conditional",
"value": "1231317",
"description": " list of duns"
}
]
}
GET https://tst.plus.dnb.com/v1/screening/dataLists?customerTransactionID=TEST_TRAN_ID_1
Authorization: Bearer
Content-Type: application/json
{
"transactionDetail":
{ "customerTransactionID": "TEST_TRAN_ID_1",
"transactionID": "rrt-0529577f67d0f4315-b-ea-24814-12011203-1",
"transactionTimestamp": "2020-02-04T17:52:21.569Z",
"inLanguage": "en-US",
"serviceVersion": "1" }
,
"dataListNames": [
"PRESCREEN"
]
}
PATCH https://plus.dnb.com/v1/screening/dataLists/PRESCREEN
Authorization: Bearer
Content-Type: application/json
{
"customerTransactionID" :"UAT_TEST_TRAN_ID_1",
"items":[
{
"value" :"1231310",
"category" :"Esteemed",
"description":"Prescreen list of duns for this list only"
}
]
}
{
"transactionDetail": {
"customerTransactionID": "UAT_TEST_TRAN_ID_1",
"transactionID": "rrt-0f3793800cb41f3a1-d-ea-25233-10059480-2",
"transactionTimestamp": "2020-02-03T15:16:20.890Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"resultSummary": {
"inputCount": 1,
"successCount": 1,
"failureCount": 0
},
"items": [
{
"dataListName": "PRESCREEN",
"value": "1231310",
"category": "Esteemed",
"description": "Prescreen list of duns for this list only",
"result": {
"code": "Success"
}
}
]
}
DELETE https://plus.dnb.com/v1/screening/dataLists/PRESCREEN?itemValues=1231310
Authorization: Bearer
Content-Type: application/json
{
"transactionDetail": {
"transactionID": "rrt-00c5c6f8a73ade2fb-d-ea-24577-7143508-2",
"transactionTimestamp": "2020-02-03T15:19:41.625Z",
"inLanguage": "en-US",
"serviceVersion": "1"
},
"inquiryDetail": {
"dataListName": "PRESCREEN",
"itemValues": [
"1231310"
]
},
"resultSummary": {
"inputCount": 1,
"successCount": 1,
"failureCount": 0
},
"items": [
{
"dataListName": "PRESCREEN",
"value": "1231310",
"result": {
"code": "Success"
}
}
]
}