One of the original authors has both nationalities French and Tunisian and he started to implement Tunisia, but it's a "work in progress", without UI yet.
Source code: https://github.com/openfisca/openfisca-tunisia
The team is happy to welcome newcomers for new countries.
Tax-Calculator (1) and TaxBrain (2) are part of a similar project for the USA. There are several other policy-relevant projects in the open-source-economics GH organization (3). Feel free to email me for more information.
Has anybody actually used this? It looks pretty interesting, but how would you get it up and running for a particular country without entering everything from scratch? Is there a way of bootstrapping the simulation for particular countries or regions?
- estimating the taxes on salaries eg. before hiring (1)
- estimating one's (as a citizen) social benefits on a centralized web page (2)
- for various economic studies (where the numpy implementation helps working on large inputs)
The core (https://github.com/openfisca/openfisca-core) package defines abstract structures used primarily but not specific to the France-specific package (-france), where the law is coded. Unfortunately, I don't think there is a way to bootstrap a new country (eg. generating templates for different kinds of taxes). -tunisia is the second country implemented, but much less maintained.
"Extensions" enable local specifics to be added (e.g. specific to Paris).
"Reforms" enable the simulation of experiments (e.g. simulating a basic income).
There is no "starter kit" to bootstrap a new country, but the project architecture is designed to clearly separate the core engine from the modeled country.
As this question has occured many times, we're certainly going to work on this topic and add a chapter to the documentation "Howto bootstrap a new country".
For now starting a new country consists of creating a new repository like openfisca-<country_name>, implement what we call entities (ways to group people together like households, families, etc.) and implement the formulas corresponding to the legislation taxes and/or benefits you want to compute.
To follow OpenFisca progress: @OpenFisca on Twitter + https://forum.openfisca.fr/
Coming next: the integration of the recently released French tax software source code into OpenFisca > https://joinup.ec.europa.eu/community/osor/news/france-unvei...