7.2.4 Rule Group

This topic describes about the Rule Group.

Grouping individual rules by name and priority into a RuleGroup.

For the evaluating a RuleGroup, user will pass all the required Fact data to evaluate API & if the evaluate Group flag is set to false, the API will evaluate rule one by one based on priority and return for the rule which evaluates to true. If the evaluate Group flag is set to true then the API will evaluate rule one by one based on priority for all rules in the RuleGroup and return the response of all the rules.

Please find below an example for a Rule Group:

RULEGROUP1:

RULE1: (ACC_BAL > 400)

RULE2: (ACC_BAL < 10000)

RULE3: MIN (FICOSCORE