You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Product/configuration-management.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -831,13 +831,7 @@ Given a version number **MAJOR.MINOR.PATCH (99.999.9999)**, increment the:
831
831
832
832
Every rule processor, typology processor and transaction aggregation and decisioning processor (TADProc) is guided by its own configuration document. The specific version of a configuration document that is required to operate a processor is defined in the network map when the evaluation routing is specified. When a processor receives an instruction from its predecessor in the evaluation flow, the processor checks the network map to determine which configuration document and version to use to perform its tasks.
833
833
834
-
When a new version of a configuration document is required, the updated version must be deployed to the appropriate configuration collection in the configuration database:
When a new version of a configuration document is required, the updated version must be deployed to the appropriate configuration collection in the configuration database.
841
835
842
836
Configuration documents can be posted to the appropriate collection via the ArangoDB API, either in bulk or one-by-one. When posting a new configuration for an existing processor, the database will not allow a user to submit a configuration for an "id" and "cfg" combination that already exists in the database: a new configuration must always be assigned a unique configuration version.
Copy file name to clipboardexpand all lines: Product/event-director.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
19
19
The foundation of the Tazama Transaction Monitoring service is its ability to evaluate incoming transactions for financial crime behaviors 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.
20
20
21
-
22
21
The Event Director is responsible for determining which typologies a transaction must be submitted to for the transaction to be evaluated. As part of this process, the Event Director determines which rules must receive the transaction and then which typologies are to be scored. The Event Director then routes the transaction to the individual rule processors.
23
22
24
23
## Event Director Context
@@ -98,7 +97,7 @@ The pruned network sub-map will accompany the transaction message to the rule pr
98
97
99
98
### 2.4. De-duplicate Rules
100
99
101
-
A single rule could be used to evaluate more than one typology. One of the primary advantages and reasons for the config-driven approach is to be able to minimize the number of times that a specific rule has to be executed. To achieve this objective, the Event Director will draft a list of all the rules in the network map and then eliminate duplicate rules from the list (the “Highlander” principle).
100
+
A single rule could be used to evaluate more than one typology. One of the primary advantages and reasons for the config-driven approach is to be able to minimize the number of times that a specific rule has to be executed. To achieve this objective, the Event Director will draft a list of all the rules in the network map and then eliminate duplicate rules from the list (the 'Highlander' principle).
102
101
103
102
Each rule in the network map can be uniquely described by the combination of the following attributes:
Copy file name to clipboardexpand all lines: Product/event-flow-rule-processor.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
The event flow rule processor (EFRuP) is a special rule processor that operates alongside all the other rule processors and enables operational control over the normal Tazama system functioning, for example, to be able to block a customer from transacting from any account or to override an interdiction and allow a transaction where it would otherwise have been blocked.
17
17
18
-
The EFRup can be configured to block or allow a transaction based on the evaluation of conditions against one of the transaction attributes. There are two types of conditions that can control event flow in the Tazama system that can be created on a debtor or creditor:
18
+
The EFRuP can be configured to block or allow a transaction based on the evaluation of conditions against one of the transaction attributes. There are two types of conditions that can control event flow in the Tazama system, that can be created on a debtor or creditor:
19
19
1. Blocking conditions
20
20
- non-overridable-block conditions (red)
21
21
- overridable-block conditions (amber)
@@ -206,8 +206,6 @@ sequenceDiagram
206
206
207
207
If a typology score is equal to or greater than the threshold value and there is an override in place, the Typology Processor will not trigger an interdiction workflow to instruct the client system to block the transaction event.
208
208
209
-
If the normal typology processing results in an alert, then review will be true. If EFRuP results in a different outcome to normal typology processing, then `review` will be `true` and this will enable a fraud analyst to review the result of the evaluation.
210
-
211
209
**Note** The event flow rule processor result does not have a weight `wght` and will not be added to the typology score.
Copy file name to clipboardexpand all lines: Product/rule-processor-overview.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ The Event Director is responsible for determining which typologies are applicabl
25
25
26
26
The rules receive the transaction, as well as the portion of the Network Map that was used to identify the rules as recipients (and by association also identifies which typologies are beneficiaries of the rule results).
27
27
28
+
The event flow rule processor (EFRuP) is a special rule processor that operates differently from all the other rule processors that are described on this page. Further information on EFRUP is available on the [Event Flow Processor Overview](/Product/event-flow-rule-processor.md) page.
29
+
30
+
28
31
Each rule executes as a discrete and bespoke function in the evaluation process. It is a Tazama design principle that any given rule in the system has as small a purpose as possible and seeks to answer a single and very specific behavioral question about the transaction it is evaluation, for example:
29
32
30
33
- How many transactions were made by the debtor?
@@ -39,7 +42,7 @@ Our reference rule is [Rule 901 - Number of transactions performed by the debtor
39
42
40
43
## The rule executer
41
44
42
-
Individual rule processors are wrapped in a rule executer shell that handles common functions for all rule processors in a common way. While this makes rule processors easier to maintain by abstracting common code into the rule executer and leaving unique code in the rule processor, it does make the deployment process a little more complicated and onerous. In a production setting we would automate the deployment of the rule processors via Helm charts, but for our Docker Compose deployment, the process is a little more manual.
45
+
Individual rule processors are wrapped in a rule executer shell that handles common functions for all rule processors in a common way. While this makes rule processors easier to maintain by abstracting common code into the rule executer and leaving unique code in the rule processor.
Copy file name to clipboardexpand all lines: Product/transaction-aggregation-and-decisioning-processor.md
+59-92
Original file line number
Diff line number
Diff line change
@@ -34,57 +34,30 @@ Where interdiction is required, either option 1 and 2 above is the most suitable
34
34
35
35
The TADProc must retrieve the typology triggers from the Tazama configuration so that the TADProc can determine if any of the typologies results warrant an investigation.
36
36
37
-
The typology triggers must define a specific threshold value linked to each of the typologies that defines the following workflow outcomes:
37
+
##### 7.2 The typology configuration
38
38
39
-
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.
40
-
41
-
2.**None**: If a typology score is less than the Review threshold, no triggered action is taken by the TADProc.
42
-
43
-
Additionally, if a transaction configuration for a transaction cannot be found, or is empty, no investigation will be triggered out of the transaction.
44
-
45
-
##### 7.2 The transaction configuration
46
-
47
-
The transaction configuration defines the typology alert thresholds for each of the typologies in the platform. The structure of the transaction configuration models that of the network map.
39
+
The typology configuration defines the typology alert and interdiction thresholds for each of the typologies in the platform.
If all typology results had been received, evaluate each typology against the transaction configuration to determine if an investigation is required. The outcomes of the evaluation depends on the typology score against the defined thresholds and may be to create (or update) an investigation case, or to do nothing.
82
-
83
-
The evaluation outcome of a typology against its thresholds must be logged for each typology, i.e. that the typology was evaluated, what the threshold was, and what the determination was (Review, or None).
56
+
If all typology results had been received, the typology processor evaluate each typology against the typology configuration to determine if an investigation is required. The outcomes of the evaluation depends on the typology score against the defined alertThreshold. If the typology score is equal to or greater than the alertThreshold, the typology processor sets the typology review flag to `true`.
84
57
85
58
##### 7.4 Create investigation case
86
59
87
-
If the typology score is equal to or greater than the review threshold defined for the typology in the TADProc configuration, the TADProc will trigger a review message in JSON format to an adjacent Case Management System to flag the transaction for review.
60
+
If any typology `review` flag is `true`, the TADProc will trigger a review message in JSON format to an adjacent Case Management System to flag the transaction for review.
0 commit comments