Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.64 KB

README.md

File metadata and controls

57 lines (34 loc) · 2.64 KB

Build Status Dependency Status Code Climate Scrutinizer Code Quality StyleCI

Sanction lists parser

DESCRIPTION

This project is only a parser of public financial sanction lists. The target is to get a common and flexible format that can be extracted to different formats and imported in other tools.

Economic sanctions are domestic penalties applied unilaterally by one country (or multilaterally, by a group of countries) on another country (or group of countries). Economic sanctions may include various forms of trade barriers and restrictions on financial transactions. Economic sanctions are not necessarily imposed because of economic circumstances — they may also be imposed for a variety of political and social issues. Economic sanctions can be used for achieving domestic political gain. Wikipedia

Since the lists are used in 'sensible' projects, the objective is not to import as many lists as possible, but to ensure that they are extracted well and without any missing data that could be relevant.

INCLUDED LISTS

IN PROCESS

  • Un. Consolidated United Nations Security Council Sanctions List More info

SOON

  • PEPs

HOW TO INSTALL

  1. Install with composer, for example php composer.phar install

  2. Create folder lists and output mkdir lists mkdir output

HOW TO USE

  1. Receive the lists php open_list.php receive

  2. Process the lists php open_list.php process

  • Note, you can see the available commands with php open_list.php

  • Execute tests php vendor/phpunit/phpunit/phpunit

CONTRIBUTE

Please check the contribute document