Install and configure
The guide details how to install and configure the Name Sanction Screening (NSS) skill.
Prerequisites
Before installing the NSS skill, make sure that your environment meets the following requirements.
Hardware
The server requirements for the skill are the same as for the Work.AI Platform. To run the screening, you don't need the RPA server.
| Server | Recommended OS | CPU (cores) | RAM (GB) | HDD (GB) |
|---|---|---|---|---|
| Master | RHEL/CentOS 8.x | 8 | 32 | 750 |
| Agent | RHEL/CentOS 8.x | 8 | 32 | 150 |
| Superset Analytics | RHEL/CentOS 8.x | 2 | 4 | 50 |
| MS SQL | Microsoft Windows Server 2022, 2019 | 4 | 16 | 500 |
For the architecture deployment, refer to Install AI Agents | View architecture deployment.
Software
- You have installed Work.AI v.10.2.8+ and have Control Tower (CT) and Analytics components enabled. See the installation guide.
- You have obtained the bundles with the NSS Business Process and machine learning (ML) models from your Account Managers.
- You have received the credentials for the required watchlists or licenses for the external screening software to be integrated with the skill.
- You have enabled the Advanced Package Import and Import/Export permissions in CT. For detailed instructions, read Manage Control Tower roles and permissions.
Performance
NSS leverages BEP servers that can be horizontally scaled for higher volumes.
Below is a sample of the volumes that can be expected when using the provided version and configuration. The system shows stable performance and resource consumption throughout the entire test, without unexpected spikes, any critical errors, or warnings in logs.
Testing has been performed with the disabled Factiva provider as it's not possible to run the skill with big test data without being blocked by Factiva due to a huge amount of requests.
Configuration:
| Skill version | Environment topology | Tested Work.AI version | Number of OCR Workers | ML Worker configuration | CT Worker configuration |
|---|---|---|---|---|---|
| 2.2.0 | 3 / 6 / 20 Agents | 10.2.7 | 7 | 1 CPU / 4 GB memory | 0.4 CPU / 2 GB memory |
Results:
| Number of Agents | Number of screened names | Duration | Number of CT tasks | Number of CT Workers | AML task throughput |
|---|---|---|---|---|---|
| 3 | 20,000 | 1 hr 30 min | 5,242 | 29 | 0.317 |
| 6 | 20,000 | 1 hr | 9,450 | 59 | 0.647 |
| 20 | 20,000 | 21 min | 29,183 | 240 | 1.823 |
Install
For instructions, see the Install AI Agents guide.
Configure
Once NSS is installed, configure the skill before running it for the first time:
- Set up Secrets Vault entries.
- Select an input source.
- Configure the selected input source.
- Configure the model.
- Configure enrichment with location data.
- Set up audit options.
You can configure multiple variations or sets of parameters for NSS, for example, a different media provider or a set of keywords per variation. For more information, see the Manage AI Agent Variations.
Set up API credentials in Secrets Vault
Before setting the news providers, make sure you have obtained required licenses with credentials.
The following search providers are supported:
- Dow Jones Factiva REST API v1.0
- World-Check One v2.2.0
- FircoTrust Case Manager API v5.4.22
- Thomson Reuters CLEAR
To use the providers, first set up credentials in Secrets Vault. For instructions, see the guide.
Select input source
To select a screening provider, do as follows:
In the Control Tower menu, go to Digital Workers, find your newly installed NSS skill and click the Prepare button.
In the configuration window, on the Input step, select from where to source input data for the configured NSS skill:
Proceed to configure the selected input source.

Configure input
To configure the selected input source, specify relevant parameters. For detailed setup instructions, see the sections below.
Screening system
If you select a screening system as the input source, the NSS skill will search for records about an entity or individual in the one you choose in the appropriate drop-down list.
NSS supports the following screening systems:
- Dow Jones Risk & Compliance
- World-Check One
- FircoTrust Case Manager API
- Thomson Reuters CLEAR
Dow Jones Risk & Compliance is the default choice. To configure a screening system integration, follow the instructions below.
- Dow Jones Risk & Compliance
- World-Check One
- Firco Trust
- Thomson Reuters CLEAR
API URL. Select the address of the Dow Jones Risk & Compliance API. Available options are as follows:
https://api.beta.dowjones.comhttps://djrc.api.dowjones.com
Credentials location. Specify the corresponding Secrets Vault alias for the Dow Jones Risk & Compliance system.
Number of hits in one request. Specify the number of hits to be requested in one request for a particular name from Dow Jones Risk & Compliance API. This parameter impacts how many requests are sent to Dow Jones Risk & Compliance API. The default value is 500.
Desired search type. Set the desired tolerance for the search in the Dow Jones Risk & Compliance System. By default, it is Precise. Available options are as follows:
- Precise
- Near
- Broad
Use developer's mode after configuration. Select Yes to enable the Developer mode for a Business Process. The Developer mode caches requests and responses from the Dow Jones Risk & Compliance API to avoid a ban from Dow Jones due to a massive number of queries.
For the production configuration, set the value to No.

A little more about cache
The goal of the cache is to reduce the number of requests to screening systems.
The cache is represented as a separate Data Store. After you install the skill, the cache Data Store is empty by default. The hit data is received in response when the bot sends a name request to an external screening system. This data is saved to the cache.
Most screening systems send one response that contains all necessary hit data. But in some cases, there can be two requests:
- The first one obtains brief information on all hits. The data is saved to the Search cache.
- The second one with the hit ID obtains detailed information on the specific hit. The received data is saved to the hit cache.
The skill supports caching both for searches and for hits.
Search cache
Activate the search cache (with the Developer mode) in development environments only. If enabled in the production environment, the skill operates with obsolete data.
The search cache implies that hits for particular names are used from the cache instead of the real-time API. In such a situation, the stored data will soon become outdated. This is why the search cache is intended for the Developer mode only.
The operation flow with the enabled search cache is the following:
- The skill sends a search request to the API.
- All data received from the API is stored in the search_cache Data Store.
- Next time, when input contains the same name for the search, the skill will obtain all hits for this particular name from the cache instead of DJ API.
Hit cache
The hit cache is always enabled to reduce requests to the Dow Jones API and improve BP performance.
The operation flow of the hit cache is the following:
- The skill sends a search request to the API and receives a list of hits with short data for this name.
- The skill performs the second request with a specific
hit_idto get the hit's detailed info. - The hit details are saved to the hits_cache Data Store. It also stores the date when the hit was updated last time in the database.
- Next time, when the skill requests hit details, the system checks whether the hit cache contains up-to-date hit details.
- If hit details in the hit cache are outdated, the skill sends a new request for the hit details and updates the cache for this particular hit.
- API URL. Select the address of the World-Check One API. By default,
https://api-worldcheck.refinitiv.comis used. - World-Check One group. Specify the group ID for the World-Check One system.
- Credentials location. Specify the corresponding Secrets Vault alias for the World-Check One system.

- API URL. Select the address of the Firco Trust Case Manager API.
- API port. Select the port of the Firco Trust Case Manager API Receive Message Service.
- Credentials location. Specify the corresponding Secrets Vault alias for the Firco Trust system.
- Firco Trust business unit. Specify a business unit to get messages from the Firco Trust system.
- Firco Trust unit. Specify the underlying unit or feed associated with a Firco Trust business unit on which screening should occur.
- Update alert in Firco Trust system. Select if the skill's Business Process must update the alert in the Firco Trust UI with model decisions.
- Firco Trust 'Need More Information' update status. Specify the alert status to be set if the model's decision is Need More Information.
- Firco Trust 'False Positive' update status. Specify the alert status to be set if the model's decision is False Positive.
- Enable obsolete hit filter? Select to filter out obsolete hits.
- Select period for obsolete filtering. Specify how long the obsolete hits remain valid for filtering.

API URL. Select the address of the Thomson Reuters CLEAR API.
Credentials location. Specify the corresponding Secrets Vault alias for the Thomson Reuters CLEAR system.
Permissible Use:
Gramm-Leach-Bliley Act. To maintain compliance with the privacy provisions of the federal Gramm-Leach-Bliley Act and the subsequent regulations adopted by the Federal Trade Commission (GLB), select only a single purpose from the presented list.
Misrepresenting your access purpose violates your subscriber agreement and certain federal and state laws. Any use of information maintained by West, a Thomson Reuters business, other than for the selected permissible purpose, is grounds for account termination and might be referred to the appropriate governmental agency.
Driver's Privacy Protection Act. The Driver's Privacy Protection Act (DPPA) was enacted to prevent any Department of Motor Vehicles (DMV) officer, employee, or contractor from knowingly disclosing or making available to any person or entity the personal information associated with or contained within a motor vehicle record. The act does not include or affect accident reports, violations (MVRs), and driver status.
Voter Permissible Purpose. Due to data privacy restrictions imposed by state laws, users accessing voter registration records are required to acknowledge compliance with the law and to indicate the intended permissible use of the data.
Information obtained from each search, including permissible use indicated, date of search, and search details, is stored for at least five years to comply with state statutory requirements. Not all permissible uses are applicable to each state.
Minimum relevance score. Specify the minimum relevance score to ensure that only results that meet or exceed the threshold are returned for each data source.

WorkFusion API
Select WorkFusion API for full alert screening via REST API.

For more details on data transfer via API, refer to Run screening | Call NSS REST API.
Upload CSV file
Select Upload CSV file for historical data evaluation. The uploaded CSV file should contain historical data and Watchlist Entity data.
Click Download format file to get a CSV file template and ensure the uploaded file corresponds to the provided format. Keep in mind that only the CSV format is supported.
To complete the configuration, provide the following data:
- Input format file location. Specify the path to the format file location in S3 MinIO.
- Input data location. Specify the path to the S3 MinIO folder or file where the historical data is located. Ensure the input file contains
input_id(a unique identifier) to minimize unintended volume usage.
For more information on the historical data evaluation flow, see the guide.

Configure model
In the configuration window, on the Model tab, you can change the following model-related settings:
Leave the Use latest model version checked by default to apply the default prepackaged model.

To change the model version, uncheck the option and select the required version in the drop-down list.

Leave the Include all criteria in the decision narrative option unchecked if you want the model's decision narrative to include only the most significant factors for the strong match and weak mismatch (if available).

Select the Include all criteria in the decision narrative option if you want the model's decision narrative to include all factors for the strong match and weak mismatch (if available).
Open the Rules section and specify the factors based on which the model should treat a hit as False Positive. You can define rules based on the Name, Location, Date, Type, Gender by selecting appropriate fields.
Empty values in rules are allowed. If only one factor is required to make a False Positive decision, there is no need to select others. To add a new field, start by removing all existing rules. For more details on setting rules, see Configure classification model.

Open the Thresholds section and set the similarity factors for comparison of names and dates. You can define thresholds based on Name, Date, and Location. For more details on setting thresholds, see Configure classification model.

The Stopwords section contains several groups where you can specify keywords. These are specific words to be removed from compared input and hit data. NSS contains default stopwords out of the box.
Enter stopwords in the relevant input fields, separating them by commas, or upload a CSV file. For more details on setting stopwords, see Configure classification model.

Configure location enrichment
In the configuration window, on the Location enrichment tab, leave the Location lookup empty to skip address enrichment.

When you choose to use the address enrichment feature, select a provider:

Configure the following parameters:
API key: specify the key to be used for retrieving geolocation data from Google Geocoder.
Connection type: specify the connection type for connecting the geolocation provider.
Direct calls the provider directly.
Internal proxy calls the provider via the WorkFusion system.
Lookup settings: specify when to perform an address lookup.
Lookup on input entity applies the address enrichment feature only to input data.
Lookup on watch list entity applies the address enrichment feature to hit data.
In case the input entity and watch list entity are required for enrichment, select both checkboxes.
Configure audit
In the configuration window, on the Audit step, specify report settings for a screening request.
- Enable manual review. Select Yes to review screening results in Workspace.
- Auto quality check. Select to enable the AI Digital Worker to randomly submit the defined percentage of false-positive alerts for additional manual review in the selected screening system.
- Percentage of false positive alerts. Specify the percentage of false-positive alerts to be submitted by the quality control. The associated screening system is updated to indicate that the AI Digital Worker marked this alert for Auto QC.
- Audit report format. Specify the format of an audit report available after the Business Process execution.
- .csv: Quality Check report
- .html: HTML report
