02.11.2023
· 3 min read
We have added the Ultimate Beneficial Owner lookup step and introduced a new FaultOnError property for workflow steps.
What's new?
- UBO lookup: Search Ultimate Beneficial Owners (UBOs) and find direct ownership links.
- Country defaults: Simplified multi-country configurations using country-default sources.
- Strongest match: Save and access the highest-scoring PEP/Sanctions match directly.
Mint Steps: Data Verification
New features
- New step: Ultimate Beneficial Owner (UBO) lookup. You can now look up Ultimate Beneficial Owners (UBOs). Provides data such as the person with the highest direct ownership of a company and a list of all registered UBOs in an organisation.
Improved
- Added "Country Default" as a source to all lookups optionally accepting a source. To enable building workflows that rely on country selection alone and not specify a source that might not work across different countries, we added a "country default" source for all lookups, that optionally accepts sources as input.
- Consistency in naming lookup steps. To provide consistency across Signicat products all lookup steps currently available in Mint were renamed according to the product names used in other places.
- Save the strongest match for PEP and Sanction lookup. If one or more matches were found in a PEP and sanction lookup, the match with the highest score is saved in the strongest match property, so it can be accessed directly in the visual builder without having to iterate through a result list.
- Added default output properties for all lookup steps. To unify the output for all lookup steps available in Mint, we added basic, default properties to the output that always should be present. Those properties are timestamp and source.
Resolved issues
- Fixed: Authorisation lookup missing Output values. Before fixing, the output for the Authorisation lookup was missing outputs to be available when creating or editing a workflow.
- Fixed: Basic person lookup missing Output values. Missing outputs for the basic person lookup have been fixed and added to the output available in Mint when using the step.
- Fixed: PEP and Sanction lookup missing Output values. After implementing this fix, some missing output values for the PEP and Sanction lookup were added to be used when creating workflows.
Mint API
Resolved issues
- Fixed: Deserialisation error. This fixes an occasional error when deserialising error messages in JSON schemas in the Mint API.
Mint Engine
New features
- New "FaultOnError" property for steps. Now, the step itself controls the behaviour of the workflow in case an error happens while being executed.
Resolved issues
- Fixed: Liquid operator "contains" always returns false. When using the operator "contains" in a liquid expression before, the result always was "false", no matter if the value existed in an array or not.
- Fixed: Output arrays stored in a workflow variable are not iterable. Resolving this issue enables storing arrays from the output into a workflow variable and reusing them later to iterate over the result.