Spaces:
Paused
Paused
File size: 1,194 Bytes
4a2ab42 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Money Laundering Typology: Layering
## Definition
Layering is the second stage of money laundering, where the illicit origin of funds is disguised through a series of complex financial transactions. The goal is to separate the money from its criminal source and make it difficult to trace.
## Indicators & Red Flags
- **Rapid Movement**: Funds are transferred out immediately after being received (Pass-through).
- **Complex Web**: Multiple transfers between related accounts or shell companies.
- **Round Tripping**: Funds sent to another jurisdiction and returned disguised as "foreign investment".
- **Account Usage**: Personal accounts used for business-like volume, or business accounts used for unrelated purposes.
- **Inconsistent Velocity**: Transaction frequency that does not match the customer's profile.
## Detection Logic
- **Retention Time**: `Time(Credit) - Time(Debit) < 1 hour`
- **Flow Ratio**: `Total Credits ≈ Total Debits` (Account balance remains near zero despite high volume)
## Response
- File Suspicious Activity Report (SAR).
- Request explanation for specific "pass-through" transactions.
- Analyze counter-parties for links to known high-risk entities.
|