Senegalese tax and benefit system for OpenFisca
Warning: this is highly experimental!
This work was done during the first OGP hackathon in Paris
See the Jupyter Notebook or .
This work was done during the first hackathon in Dakar for Innovation and Collaboration for the Senegalese Tax System
See the Jupyter Notebook or .
- http://www.gouv.sn/IMG/pdf/cgi2013.pdf
- http://www.impotsetdomaines.gouv.sn/sites/default/files/formulaires/ir_declarationsanspagedegarde.pdf
- http://www.impotsetdomaines.gouv.sn/fr/simulateur-dimpots
make install # needs to be executed in the folder containing the Makefile
make test # needs to be executed in the folder containing the Makefile
pip install OpenFisca-Web-API[paster]
paster serve api/api_config.ini
To test with a sample file:
curl http://localhost:2000/api/1/calculate -X POST --data @./api/test.json --header 'Content-type: application/json'