Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introduction to rule specifications
  3. Rule specification configuration
  4. Rule set configuration
  5. Rule statement configuration
  6. REST APIs for rule specifications
  7. Rule specification configuration in advanced mode
  8. Business rules and rule statements
  9. Validation and testing

Rule specification assets

Rule specification assets

Deriving information about business users

Deriving information about business users

To discover information about business users, configure a rule statement that measures a fact about the users. When you combine multiple conditions to measure related facts, you discover additional information.
For example, a financial institution decides to offer a credit card to all customers with high salaries and credit account balances. You might configure a rule statement to identify customers who hold credit balances. You might also configure a rule statement to identify customers who earn a high salary.
Use the AND feature to combine the rule statements.
  1. Select a rule set in a rule specification.
  2. In the rule set properties, click
    Rule Logic
    .
  3. Click
    Add Rule Statement
    .
  4. Select an input for the rule statement.
    • If the rule specification does not contain an input that you can use, create an input. Configure the input properties to represent the type of column that contains the business data.
      The condition analyzes salary data.
  5. Select an operator to validate the results of the condition analysis.
    • To identify input values that indicate a minimum salary of $100,000, select the following operator:
      is greater than or equal to
  6. Select the type of condition to apply to the input.
    • To compare the input data to an integer, select the following condition type:
      integer value
  7. Enter the value to compare to the input data. For example, enter 100000.
  8. Select
    Add Condition
    in the rule statement menu.
    The rule specification adds a condition under the current condition and creates an AND relationship between the conditions.
  9. Select an input for the condition that you added.
    • If the rule specification does not contain an input that you can use, create an input. Configure the input properties to represent the type of column that contains the business data.
      The condition analyzes the customer account balances.
  10. Select an operator to validate the results of the condition analysis.
    • To identify input values that indicate a minimum balance of $1,000, select the following operator:
      is greater than or equal to
  11. Select the type of condition to apply to the input.
    • To compare the input data to an integer, select the following condition type:
      integer value
  12. Enter the value to compare to the input data. For example, enter 1000.
  13. Select the type of action to apply to the data rows that meet all of the conditions in the rule statement.
    • To return a string value, select the following action type:
      string value
  14. Enter the value that the action returns. For example, enter HIGH.
  15. Save the rule specification.

0 COMMENTS

We’d like to hear from you!