-
-
Save jakub-kaninsky-epptec/67fd6219bcf973e44c6033aa21b8d6bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "Product": "NonPurposedLoan", | |
| "ChampionChallenger": "Champion", | |
| "Result": "Non Eligible", | |
| "Reason for Result Internal": "Delinquency1", | |
| "Reason for Result Client": "Delinquency", | |
| "Rule": "Delinquency" | |
| }, | |
| { | |
| "Product": "PurposedLoan", | |
| "ChampionChallenger": "Challenger1", | |
| "Result": "Eligible", | |
| "Reason for Result Internal": {}, | |
| "Reason for Result Client": {}, | |
| "Rule": {} | |
| }, | |
| { | |
| "Product": "CreditCard", | |
| "ChampionChallenger": "Champion", | |
| "Result": "Non Eligible", | |
| "Reason for Result Internal": "No Use", | |
| "Reason for Result Client": "Internal rules", | |
| "Rule": {} | |
| }, | |
| { | |
| "Product": "Revolving", | |
| "ChampionChallenger": "Champion", | |
| "Result": "Not possible to evaluate", | |
| "Reason for Result Internal": {}, | |
| "Reason for Result Client": {}, | |
| "Rule": {} | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment