Repository for the AML controls and analysis for the Euro 2.0 system.
Start the Account Identity Service in order to install the database.
Set up local postgres:
CREATE DATABASE euro2;
CREATE USER euro2_aml WITH PASSWORD 'muhammed123';
- connect to
euro2
database CREATE SCHEMA aml;
GRANT ALL PRIVILEGES ON SCHEMA aml TO GROUP euro2_aml;
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA aml TO euro2_aml;
- sanctions updates
- sanctions deletes
- DB of transactions
- DB transactions linked to IDs
- AML rules on DB
Sources
- UN Sanctions
- EU Sanctions
Count lines of code
cloc . --exclude-ext=xml,sh,bat,md --exclude-list-file=.clocignore