Previous Topic: Between UDS and DatabaseNext Topic: Evaluation Rules


Understanding RiskMinder Rule Basics

Important! Most of the tasks related to the concepts discussed in this section can only be performed by Global Administrators and Organization Administrators. However, this section is useful for anyone who wants to understand the basics of rules used by RiskMinder.

RiskMinder uses rules to evaluate the risk associated with each transaction. These rules can be broadly categorized into the following categories:

Irrespective of the category the rule belongs to, every rule in RiskMinder has three specific characteristics that govern how the rule is processed:

The rules are run in the following phases:

Execution Phase

RiskMinder Server does a first parse of all the rules in the active ruleset. In this phase, the Server:

  1. Executes all the rules in the list in the order of execution priority.

    This execution priority is internal, and is defined by the Server.

  2. Generates an individual risk score and advice for each rule it executes.

Scoring Phase

RiskMinder Server now does the second parse of the rules. In this phase, the Server:

  1. Uses the result for each rule in the first parse, and parses the rules in the ruleset based on the scoring priority.

    The scoring priority is configured by the Global Administrator (GA) through Administration Console.

  2. Stops the scoring at the first matched rule.
  3. Returns the score and advice of the rule that matched as final.

Note: Depending on when the first rule matched, the second parse may not be run completely.