Before you start

What is OpenFisca

OpenFisca is an open-source engine to write rules as code.

Describe your tax and benefit system, provide a situation as input (i.e income), ask for a calculation as output (i.e. income tax), and get your results!

Who uses OpenFisca

  • Economists and lawmakers: Economists and lawmakers make use of OpenFisca to calculate the effects of policies. By combining them with survey data to simulate the impact of reform on a given government’s budget and a population’s standard of living.

  • Developers and companies: Developers and companies use Openfisca to effortlessly create web applications based on simulation results with the help of the OpenFisca web API. You can build a significant variety of services by coding formulas, hosting your instances and building your extensions.

  • Public administrations: Stop building your micro-simulation software and tax & benefit calculators from scratch. Join OpenFisca, contribute to OpenFisca, collaborate with other administrations and contribute to the practice of shared and open interpretations of legislation.

Way to use OpenFisca

1 - Use an available country package or roll your own

To get started, you can:

Then, you can make legal code executable by writing it in the OpenFisca DSL, which is a subset of the Python programming language with dedicated functions and tools specifically targeted at modelling rules:

2 - Identify the input data you need

With OpenFisca, you can calculate the effect of legislation on a single situation or a whole population by running a simulation. Since the data you need depends on what you are trying to calculate, OpenFisca does not offer any data upfront.

The following is an example OpenFisca use case:

Do you want to help users find their eligibility for a social benefit in your country? Then, use OpenFisca to build a user interface asking them for their income and demographic information and provide them with an answer! (Do not forget to comply with GDPR!).

Are you trying to assess the impact of a new housing tax on behalf of the OECD? Find your government’s open survey data and use it with OpenFisca to simulate the effect of that tax reform on the poorest 20% of your country.

3 - Run Simulations

With OpenFisca there are two ways to calculate the effect of the rules modelled in a country package on a given input data:

  • If you have a background in web development or want to build a web application with the results of your simulation, you’ll want to use the web API.

  • If you have a background in data science, want to use large datasets, or want to dynamically apply changes to the system, you should use the Python API.

The output of this simulation will be either Python objects or JSON. To represent these results in a graphical format, you can make use of Python libraries such as plot.ly.

Please ensure you read our licence before publishing results based on OpenFisca.

What OpenFisca will not do for you

Behaviour-based analysis

OpenFisca is a static micro-simulation model, so it will provide you with results “as of tomorrow”, without taking retroactive effects or “elasticity” into account (e.g. new taxes will not impact purchasing behaviour).

Human decisions

This might seem obvious, but it is worth reiterating: any process that includes human judgement can not be completely automated. Human decisions can be modelled as input variables, but OpenFisca does not aim at doing machine learning on past decisions for probabilistic results, for example.

Zero effort modelling

While our community is strong and you can often benefit from its shared efforts, OpenFisca is contributive: if the legislation you need is not described yet, you’re the best person to add it (take a look at our contribution guidelines first).

Magical legislation parsing

OpenFisca is a framework for humans to collaborate on translating rules into code. It does not ingest lawyer speak and automatically produce developer speak. Regulations are ambiguous and need human interpretation before being codified.

Textual comparisons

OpenFisca shines in dealing with numbers: enumerated values are a later addition, and support for string values is not built-in.

Feeling lost?

Not sure how OpenFisca can suit your project? Drop us a line, and we will guide you!