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

Generating status data for a profile

Generating status data for a profile

To generate status values, configure an action with the
status value
option.
For example, you might work for a bank that monitors the account status of its account holders on a daily basis. You define a rule statement that returns the predefined status value
Invalid
for accounts that are overdrawn and returns the
Valid
status value for other accounts. You can add the rule specification to a profile and configure the profile to generate metrics for the status values.
  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.
  5. Select an operator to validate the results of the condition analysis.
    • To evaluate whether the account balances are below zero, select the following operator:
    is greater than or equal to
  6. Enter the value to compare to the data in the Input field. In this case, enter the digit 0.
    The condition evaluates whether the input field contains positive or negative values.
  7. Select the type of action to apply to the data that satisfies the condition logic.
    • To return a status value that represents the result of the condition, select the following action type:
      status value
    • Select the status value to return when the input data satisfies the condition. In this case, select
      Valid
      .
  8. Define an action to perform when no rule statement is valid.
    • To return a status value that represents the result of the condition, select the following action type:
      status value
    • Select the status value to return when the input data does not satisfy the earlier condition. In this case, select
      Invalid
      .
  9. Save the rule specification.

0 COMMENTS

We’d like to hear from you!