OpenFiscaFrance.jl

A port of OpenFisca-France to Julia. This is the OpenFisca package containing the formulas and parameters of the french tax-benefit system.
Popularity
1 Star
Updated Last
8 Years Ago
Started In
December 2014

OpenFiscaFrance

Dependencies

Under OSX with brew cask: brew cask install julia.

Install

This package is not yet registered on http://pkg.julialang.org/, this is why the following steps are required:

julia
> Pkg.clone("https://github.com/openfisca/OpenFiscaCore.jl")
> Pkg.clone("https://github.com/openfisca/OpenFiscaFrance.jl")
> Pkg.update()
> exit()

Test

Run tests

julia
> Pkg.test("OpenFiscaCore")
> Pkg.test("OpenFiscaFrance")
> exit()

Download YAML tests

To download tests from Ludwig, please use the new script in Python repo: download_mes_aides_tests.py (see openfisca/openfisca-france#359)