Skip to main content
Version: 3.4.2

Input and output data

The Adverse Media Monitoring AI Agent supports a variety of ways for seamless integration into each financial institution’s ecosystem, including Client Lifecycle Management systems, news sources, and case management archives, including through RPA and API connections.

Search input

The Adverse Media Monitoring search is triggered by specifying a name via the Ad hoc search in Workspace or a batch upload of names organized and scheduled via Control Tower. A name is required to conduct the search.

To configure a batch process, WorkFusion can be integrated with the bank’s internal systems to mimic how analysts are currently retrieving names that need to be monitored for adverse media events.

Examples include:

  • Navigating alert queues in a transaction monitoring system and conducting searches on a non-customer in a potentially unusual transaction.
  • Identifying customers who meet certain criteria within a Client Lifecycle Management system. For example, you have a customer rated as high-risk and yet the most recent Know Your Customer refresh is greater than 1 year.
  • New applications created within a customer onboarding system or business line product extension system (such as a new lending application).
  • CSV file sent to a shared email inbox or uploaded to a shared folder.

You can also trigger a search via a REST API that passes all required inputs as parameters and then receives the results from WorkFusion.

Additional inputs, including date of birth and location, can be submitted to increase the accuracy of results related to the searched party. The table below presents the required and optional search parameter requirements.

FieldExampleRequired
NameJohn SmithYes
Date of Birth10252976No
State of ResidenceMiami, FloridaNo
Country of ResidenceFRNo
Entity TypeIndividualNo

Search output

Once the entity search is completed, the results are displayed in a risk-prioritized manner as described above. The AI Digital Worker user then reviews the results.

Upon the user’s completed review, the AI Agent generates a PDF report audit trail of the identified news, including the confidence score per article, the overall decision, and other data. The audit trail report is stored inside the WorkFusion platform by default. It is possible to configure this report to be pushed directly into an organization’s internal applications, for example:

  • Save into a case management or transaction monitoring system
  • Store in a shared folder
  • Use a custom connector to in-house application

Input data format

The data input format for the Evelyn: Adverse Media Monitoring business process is a CSV file with simple fields and one or more rows with entity name to search.

Below is an example of the CSV file with possible content.

The AI Agent obtains the input data from that CSV file in which one row is equal to one full-cycle search for negative news.

Only the search_request field is obligatory, all other fields are optional and are used to increase search results relevancy.

The table below specifies AMM BP input data fields.

FieldDescriptionTypeRequiredExample
search_requestEntity name. It is a person or a company subject to Adverse Media Monitoring.StringYESDanske BankSir Alex Ferguson
entity_typeEntity type. Currently, two possible values are supported (non case-sensitive):
  • company
  • individual
StringNO
  • individual
  • Company
  • COMPANY
countryTwo-letter country code. Supported format: ISO 3166-1 alpha-2. See the full list here.StringNOUS (United States) / CA (Canada) / AU (Australia)
stateTwo-letter state code. Currently supported are:
  • US states (see the list here)
  • Provinces & Territories of Canada (see the list here)
StringNOFL (Florida state of the USA)
CA (California state of the USA)
QC (Quebec province of Canada)
YT (Yukon territory of Canada)
year_of_birthYear of birth for an individual person being screened. Not applicable when entity_type is Company.StringNO1980
_sys_mt_hit_assigneeThe ID of the user who will work on the task.StringNOJaneDoe

Download the sample input file.

Output data format

Evelyn: Adverse Media Monitoring Business Process finishes with some output fields, the most important of which links to the final report.

The table below specifies AMM BP output data fields.

FieldDescriptionExample
_sys_transaction_idSpecialized information. This is the unique ID of the ODF transaction.929df1ac-5f41-4957-9257-4bca30bbf326
report_typeType of the final report. This is specified in the Data Store nn_settings under the report_type column. Possible values are: html (only html report is generated) or pdf (html + pdf report is generated)html / pdf
bp_localeLocale mode of the currently finished Business Process. Currently, two locales are supported: en (English language), es (Spanish language)en / es
html_report_linkLink to the S3 storage with the final HTML report. The link contains an entity name and investigation result. The report includes the investigation date, all search results, links to articles, suspicious countries, score, and so on.https://s3-instance.workfusion.com/doc-upload/negativenews/10.8.24/uuid/report/html/Danske-Bank-requires-escalation-uuid.html
pdf_report_linkLink to the S3 storage with the final report in the PDF format. The link contains an entity name and investigation result. The report includes the investigation date, all search results, links to articles, suspicious countries, score, and so on.https://s3-instance.workfusion.com/doc-upload/negativenews/10.8.24/uuid/report/pdf/Danske-Bank-requires-escalation-uuid.pdf