Hi Team
I'm building banking web application for (Anti Money Laundering) AML where we are trying to find a Mule account based on customer transactions whether it is mule account or not
scenario:
1) Suspicious activity in transactions like ( credit & debit same amount in a day or month or one year ) on multiple transactions we need to monitor and find it is mule account or not
Challenge :I'm not able track the transaction activity. I'm stuck with logic how to do on scenario as i mentioned above.
I'm attaching .oml file please help me write the logic as i mentioned in scenario.
Hi @Anush Kumar, you can identify mule accounts by checking for patterns where the same amount is credited and debited within short time frames like day, month or year.
Follow this simple approach:
This should help in narrowing down suspicious activity.
Thanks,
Abhinav