Decision "RiskCategoryPreBureau"(testCases-Test 3)

Executed Decision Tables and Rules (Sun Mar 06 15:49:03 EST 2022)

Decision Table: Rule# (Cells) Executed Rule Variables and Values
ApplicationRiskScore: 1 (B5:F5) THEN 'Application Risk Score' = 0
Application Risk Score=0
ApplicationRiskScore: 6 (B10:F10) IF 'Age' >=50
THEN 'Application Risk Score' + 48
Age=59
Application Risk Score={old:0, new:48}
ApplicationRiskScore: 9 (B13:F13) IF 'Employment Status' UNEMPLOYED
THEN 'Application Risk Score' + 15
Employment Status=UNEMPLOYED
Application Risk Score={old:48, new:63}
PreBureauRiskCategory: 1 (B5:E5) IF 'Existing Customer' Is true
AND 'Application Risk Score' <100
THEN 'Risk Category' HIGH
Existing Customer=true
Application Risk Score=63
Risk Category={old:?, new:HIGH}

Elapsed time = 58 ms