Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
alert-icon-red-11.pngImage Added

ATTENTION:

This page has been migrated to the Tazama GitHub repository and is now located at:

https://github.com/frmscoe/transaction-aggregation-decisioning-processor/blob/main/README.md

This page will no longer be maintained in Confluence.

Introduction

The foundation of the Actio Transaction Monitoring service is its ability to evaluate incoming transactions for financial crime risk through the execution of a number of conditional statements (rules) that are then combined into typologies that describe the nature of the financial crime that the system is trying to detect.

...

The channel architecture provides three specific opportunities to take action in response to a typology score:

  1. During the scoring of the typology itself

  2. During the aggregation of the typology score with other typology scores in the CADProc

  3. During conclusion of the transaction evaluation in the TADProc

Where interdiction is required, either option 1 and 2 above is the most suitable to satisfy requirements for urgency and immediacy. Where interdiction is not required, evaluation of the typology is still required to determine if an investigation is warranted, but not as urgently. The evaluation for investigation purposes only can be performed in the TADProc on the conclusion of the transaction evaluation.

...

The typology triggers must define a specific threshold value linked to each of the typologies that defines the following workflow outcomes:

  1. Review: If a typology score is equal to or greater than this value, the TADProc will trigger an alert to an adjacent Case Management System via egress API to initiate an investigation into the transaction.

  2. None: If a typology score is less than the Review threshold, no triggered action is taken by the TADProc.

Additionally, if a transaction configuration for a transaction cannot be found, or is empty, no investigation will be triggered out of the transaction.

...