Skip to content
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

ability to set AML flags for large transactions #121

Open
georgeartem opened this issue Oct 13, 2023 · 3 comments
Open

ability to set AML flags for large transactions #121

georgeartem opened this issue Oct 13, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@georgeartem
Copy link

For compliance conscious, custodial implementations in the United States BSA MSB requires AML policy to include flagging and reporting of transactions over $10,000 USD per tx threshold.

System admin should have the ability to optionally flag such transactions and track them back to the order system for required reporting to FinCEN/OFAC as necessary.

@raffecat
Copy link
Contributor

raffecat commented Oct 17, 2023

That's a really great point, thanks!

This also requires us to implement USD value calculation using an exchange rate, perhaps from a configurable source.

@raffecat raffecat added the enhancement New feature or request label Oct 17, 2023
@georgeartem
Copy link
Author

georgeartem commented Oct 18, 2023 via email

@tjstebbing
Copy link
Contributor

I wonder if we'd be better off adding a generic 'flags' field to transactions that could be set when creating one, then people could add ["AML"] for txns they need, and it could be useful for other usecases also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants