AMLSim
AMLSim copied to clipboard
non-fraud amount calculation
I've noticed that non-fraud transaction amounts are currently being calculated in a purely deterministic way: amount(t) = c * balance(t), where c is a constant determined by parameters set in conf.json. This makes the fraud transactions easy to detect as their amounts are independent of balance. Will there be a future update to getTransactionAmount() to improve how amounts get calculated?