Diversity Validator
1. If total totalAccounts > 20 or loanTypeCount = 4
2. If total totalAccounts > 10 or loanTypeCount = 3
3. If total totalAccounts >= 5 or loanTypeCount = 2
4. If total totalAccounts > 0 or loanTypeCount = 1
5. Else
1. If total totalAccounts > 20 and loanTypeCount = 4.
2. If total totalAccounts < 20 and loanTypeCount = 4.
3. If total totalAccounts > 10 and loanTypeCount = 3
4. If total totalAccounts < 10 and loanTypeCount = 3
5. If total totalAccounts = 5 and loanTypeCount = 2
6. If total totalAccounts < 5 and loanTypeCount = 2
7. If total totalAccounts > 5 and loanTypeCount = 2
8. If total totalAccounts > 0 and loanTypeCount = 1
9. Else
Copyright© 2022. Designed by Akaneno Godwin Ekong for wallethub QA test 2