Skip to main content

Creating a scorecard to calculate the credit score

2 Aufgaben

10 Min.

Pega Platform '24.1
Sichtbar für: All users Applies to: Pega Platform '24.1
Anfänger
Englisch

Szenario

A financial institution offers various credit cards to customers. Because of the limit for each card, credit cards are unsuitable for customers if their credit score is less than 600 due to the likelihood of default.

The credit score value is available in the data model, and external processes populate the value in a nightly batch. However, a credit score is not computed for every customer.

As a result, the business wants a scorecard that computes a customer's credit score if the score is not available.

Use the following credentials to log in to the exercise system:

Role User name Password
Decisioning Architect DecisioningArchitect rules

Your assignment consists of the following tasks:

Task 1: Create a scorecard, Determine Credit Score, with exact specifications

Customer Financial Vulnerability indicator

Assign a score of 0 if the customer is financially vulnerable. Otherwise, assign a score of 300.

Hinweis: For this condition, use the IsFinanciallyVulnerable property. The value True indicates the customer is financially vulnerable.

Customer Annual Income

Split the values for yearly income into four ranges, and assign scores to each range as shown in the following table:

Condition

Score

<=7000

0

<=8000

100

<=10000

150

<=12000

200

Otherwise

300

Hinweis: Use the AnnualIncome property for the ranges.

Customer DebtToIncomeRatio

Split the values for Debt To Income Ratio into three ranges, and assign scores to the ranges as shown in the following table:

Condition

Score

<=20

300

<=30

200

<=40

100

Otherwise

50

Hinweis: For this requirement, use the DebtToIncomeRatio property.

Task 2: Configure the scorecard result to Not suitable and Suitable

The scorecard outputs Not Suitable if the credit score is less than 600 and Suitable if the score is equal to or higher than 600.

Task 3: Test the scorecard results

Verify the scorecards for customers Customer1 and Customer2.

 

Sie müssen zum Abschließen dieser Challenge Ihre eigene Pega-Instanz starten.

Die Initialisierung kann bis zu 5 Minuten dauern, bitte haben Sie Geduld.

Challenge-Schritte

Genaue Übungsschritte

1 Create a scorecard Determine Credit Score with exact specifications

  1. On the exercise system landing page, click Launch Pega Infinity™ to log in to Dev Studio.
  2. Log in as a Decisioning Architect:
    1. In the User name field, enter DecisioningArchitect.
    2. In the Password field, enter rules.
  3. In the header of Dev Studio, click Create > Decision > Scorecard to open the Create Scorecard landing page.
    scorecard menu choice
  4. On the Create Scorecard landing page, in the Scorecard Record Configuration section, in the Label field, enter Determine Credit Score.
  5. In the Context section, in the Apply to field select Sample-Data-Customer.
  6. In the upper right, click Create and open to open the rule form of the scorecard.
  7. On the rule form, on the Scorecard tab, in the Combiner function list, confirm that Sum is selected.
  8. In the Predictor expression field, enter or select .IsFinanciallyVulnerable, and then define the condition with the following values:
    1. Condition = True and Score = 0
    2. Otherwise: Score = 300.
  9. Click Add to add another predictor expression.
  10. In the Predictor expression field, enter or select .AnnualIncome, and then define the condition with the values as shown in the following figure:
    annual income in score card
  11. Click the Add icon to add another predictor expression.
  12. In the Predictor expression field, enter or select .DebtToIncomeRatio, and then define the condition with the values as shown in the following figure:
    debt to income ratio ranges

2 Configure the scorecard result to Not suitable and Suitable

 

  1. On the scorecard rule form, click the Results tab to see the results of the scorecard.
  2. In the first row, in the Result field, enter Not Suitable.
  3. In the Cutoff value field, enter 600.
  4. In the second row, in the Result field, enter Suitable.
    results page finished
  5. Click Save to save the changes.

In dieser Challenge üben Sie, was Sie im folgenden Modul gelernt haben:


In der folgenden Mission verfügbar:

Wenn Probleme mit den Lerninhalten auftreten, lesen Sie bitte die Pega Academy Support FAQs.

Fanden Sie diesen Inhalt hilfreich?

Möchten Sie uns dabei helfen, diesen Inhalt zu verbessern?

We'd prefer it if you saw us at our best.

Pega Academy has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice