Big cash transactions need to be spotted and reported, e.g.
Given Joe is an existing customer with a standard business account
When Joe makes the following transactions:
Transaction ID | Date | Type | Amount |
---|---|---|---|
101 | 01-05-2018 | Cash Deposit | 1000 |
102 | 03-05-2018 | Cash Deposit | 12000 |
103 | 05-05-2018 | Cash Deposit | 200 |
Then the reported transactions should be as follows
Transaction ID | Date | Type | Amount | AML Flagged | Reason |
---|---|---|---|---|---|
102 | 03-05-2018 | Cash Deposit | 12000 | Yes | Cash deposit exceeded threshold |
And an account review request should be submitted
More details
Large cash transactions | Details | |
Many small cash transactions | Details | |
Many small cash transactions that are in the customer's normal usage patterns | Details |
Given Joe is an existing customer with a standard business account
When Joe makes the following transactions:
Transaction ID | Date | Type | Amount |
---|---|---|---|
101 | 01-05-2018 | Cash Deposit | 1000 |
102 | 03-05-2018 | Cash Deposit | 12000 |
103 | 05-05-2018 | Cash Deposit | 200 |
Then the reported transactions should be as follows
Transaction ID | Date | Type | Amount | AML Flagged | Reason |
---|---|---|---|---|---|
102 | 03-05-2018 | Cash Deposit | 12000 | Yes | Cash deposit exceeded threshold |
And an account review request should be submitted
Given Joe is an existing customer with a standard business account
When Joe makes the following transactions:
Transaction ID | Date | Type | Amount |
---|---|---|---|
101 | 01-05-2018 | Cash Deposit | 1000 |
102 | 03-05-2018 | Cash Deposit | 2000 |
103 | 07-05-2018 | Cash Deposit | 4000 |
104 | 12-05-2018 | Cash Deposit | 4000 |
Then the reported transactions should be as follows
Transaction ID | Date | Type | Amount | AML Flagged | Reason |
---|---|---|---|---|---|
101 | 01-05-2018 | Cash Deposit | 1000 | Yes | Total Cash deposits in a 1 month period exceeded threshold |
102 | 03-05-2018 | Cash Deposit | 2000 | Yes | Total Cash deposits in a 1 month period exceeded threshold |
103 | 07-05-2018 | Cash Deposit | 4000 | Yes | Total Cash deposits in a 1 month period exceeded threshold |
104 | 12-05-2018 | Cash Deposit | 4000 | Yes | Total Cash deposits in a 1 month period exceeded threshold |
And an account review request should be submitted
Given Joe is an existing customer with a standard business account
And Joe's average monthly cash deposits are $15000
When Joe makes the following transactions:
Transaction ID | Date | Type | Amount |
---|---|---|---|
101 | 01-05-2018 | Cash Deposit | 1000 |
102 | 03-05-2018 | Cash Deposit | 2000 |
103 | 07-05-2018 | Cash Deposit | 4000 |
104 | 12-05-2018 | Cash Deposit | 4000 |
Then no transactions should be reported
Scenario Results (including rows of test data) | Automated | |
---|---|---|
Passing | 3 | 100% |
Pending | 0 | |
Ignored | 0 | |
Skipped | 0 | |
Unsuccessful | ||
Failed | 0 | |
Broken | 0 | |
Compromised | 0 | |
Total | 3 |
Scenario | Steps | Start Time | Duration | Result |
---|---|---|---|---|
Large cash transactions | 4 | 21:36:09 | 00:00 | |
Many small cash transactions | 4 | 21:36:09 | 00:00 | |
Many small cash transactions that are in the customer's normal usage patterns | 4 | 21:36:09 | 00:00 |
Scenario | Title | Details |
---|---|---|
Large cash transactions | Reported Transactions | Details |
Many small cash transactions | Reported Transactions | Details |
Many small cash transactions that are in the customer's normal usage patterns | Cash Deposit records | Download Evidence |