Scoring Components

The scoring component in a scoring engine uses a select statement or a function to return a score value. For example, a scoring component can determine the total number of delinquencies for a customer or how long a customer has been doing business with your company. Every scoring engine must have at least one scoring component.

The values calculated by a scoring component are then assigned scores based on the ranges of values defined for each scoring component in the scoring engine (defined in Step 2 of Create Scoring Engine). Score range numbers can be positive or negative numbers to two decimal places, and must account for scores from -999,999,999 to 999,999,999. In Oracle Advanced Collections a higher score is generally considered good and a lower score is considered bad.

When creating scoring components, you must specify whether to use a select statement or a function to retrieve data. You will need to have your DBA or other technical staff create the value or code to enter when creating a scoring component.

Related Topics