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
- 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. - Name the scorecard
FraudCriteria
.Add the descriptionStores the criteria used to determine fraud
, and click Finish . - In the FraudCriteria Scorecard editor, add the following properties:
Name Type Policy History interval
long Changes Only 0 num_txns
int Changes Only 0 debits_percent
double Changes Only 0 - 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.