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

Verifying that data values conform to business regulations

Verifying that data values conform to business regulations

To verify that the business follows a stated policy, define a rule statement that applies an expression to key data columns.
For example, you might configure a rule statement that validates mortgage loan applications for a mortgage broker. The mortgage broker refuses any loan application that requires the applicant to repay more than twenty-five percent of their salary each month. The rule statement tests the monthly repayment amount against an expression that calculates the salary percentage.
  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 input represents the monthly repayment amount on the mortgage loan.
  5. Select an operator to validate the results of the condition analysis.
    • To identify input values that are greater than twenty-five percent of another value, select the following operator:
      is greater than
  6. Select the type of condition to apply to the input.
    • To define an expression to test the input data, select the following condition type:
      function
  7. Configure the condition to apply an expression to the input data. The expression uses an input that represents the monthly salary of the loan applicant.
    • Open the
      Define Condition
      dialog box, and select
      Input
      .
    • Select the float or the integer data type.
    • In the Value 1 field, select the input column that represents the monthly salary data.
    • Add a value field under the current value.
    • Enter the number 4 in the Value 2 field.
    • Select the division sign [ / ] to indicate that the expression divides the first value by the second value.
    • Click
      OK
      .
  8. Select the type of action to apply to the data that satisfies the condition logic.
    • To return a string value, select the following action type:
      string value
  9. Enter the value that the action returns. For example, enter DENY_LOAN.
  10. Save the rule specification.

0 COMMENTS

We’d like to hear from you!