-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fan-In & Fan-Out SAR transactions all have the same amount #43
Comments
I debugged it, and the cause for that behaviour is that I checked the file I am not sure however if this is expected behavior for an AML Topology. The Fan-In / Fan-Out patterns certainly are important for many types of crime, but I would have thought that typically the amounts sent in/out vary in a certain range. I would have expected to see round amount transactions with similar, but not identical sizes. Either way, I think this issue can be closed for now? |
@FluxB sorry that this is off topic but you seem to be one of the only ones able to build this repo. I'm wondering where did you source the dependencies necessary to run the amlsim build shell file? I was not able to source the dependencies from the links provided and thus I'm not able to build the .jar. Your help is much appreciated! Currently having issues finding an appropriate webgraph version.. the only one i can find is 3.6.10 which is throwing me build errors. |
@HanSeoulOh I've downloaded all jars manually, following the requirements listed here: |
I noticed that all SAR transaction created with a
FanOutTopology
and aFanInTopology
have the exact same transaction amounts for a given originator (resp. beneficiary). From looking at the code I think this is not intended. Also from an AML perspective I would say this is unwanted. Do you know what is going on?See below a screenshot of how the data looks like:
The text was updated successfully, but these errors were encountered: