Creating the FraudCriteria Scorecard

There is only one scorecard in this project, so you do not need a folder for it. You will create it in the project root.

    Procedure
  1. Select the FraudDetection root folder and press Ctrl+N. In the Select a Wizard dialog, expand TIBCO BusinessEvents and click select Scorecard.
    This is how you add resources that are less commonly used.
  2. Name the scorecard FraudCriteria.
    Add the description Stores the criteria used to determine fraud, and click Finish .
  3. In the FraudCriteria Scorecard editor, add the following properties:
    Name Type Policy History
    intervallong Changes Only 0
    num_txnsint Changes Only 0
    debits_percentdouble Changes Only 0
  4. Save and close the resource.
ResultYou have now set up the ontology for the project, that is, the definitions of all the events, concepts, and scorecards that are needed to store information (facts) about possible fraud detection.
What to do nextNext, you will configure a rule function that sets values for the scorecard, and one that acts as an event preprocessor — a term covered in the section Adding the PreProcessor Rule Function.