Challenge Oct-2021

Card Approval Decision                                                                                            Solutions

CardApprovalDRD

You need to create a decision model that produces a card approval decision following a simple diagram on the left. Based on the Current Date, Annual Income, and Assets it calculates the Standard Card Score. If the score >= 350, the decision is “Approve”, otherwise the decision is “Reject”. Here is the decision table for Card Score calculation:

CardScoreTable

Please submit your solutions using your favorite BR/DM tool.

Solutions:

P.S. This problem and its DMN-based solution is proposed in this post.