The following subsections illustrate how you can combine out-of-the-box RiskMinder rules and your rules to define custom combination rules by using multiple factors and conditions:
Note: The rule (for example, SAFE_COUNTRIES) that you see in the following examples represent a simple list rule that uses a list of countries considered to be the origin of safe transfers.
Consider the following details for an AMOUNT_CHECK rule that must check for transaction amounts more than $500:
This example rule performs the following:
Note: Refer to the Javadocs for details on parsing the AdditionalInput elements.
Consider that the SAFE_COUNTRIES refers to a simple list rule (where some of the elements are US,CA, UK, DE), then you can define a new rule to determine transactions with high User Velocity from unusual locations as:
USERVELOCITY AND NOT SAFE_COUNTRIES
Similar to "High User Velocity from Unexpected Locations", you can define a new rule to determine transactions with high Device Velocity from unusual locations as:
DEVICEVELOCITY AND NOT SAFE_COUNTRIES
Consider that you have created a rule called HIGHAMTCHK (as discussed in "High Amount Check".) Also, if the SAFE_COUNTRIES rule uses a list of countries considered to be origin of safe transfers, then you can define a rule to track low-value or high-amount wire transfers from unusual locations as:
(HIGHAMTCHK OR Amount < 20) AND NOT SAFE_COUNTRIES
|
Copyright © 2013 CA.
All rights reserved.
|
|