Skip to content

Instantly share code, notes, and snippets.

@t-chab
Created August 24, 2016 13:24
Show Gist options
  • Save t-chab/af3a10d76e1d7bc7e6f253ea9aa7419a to your computer and use it in GitHub Desktop.
Save t-chab/af3a10d76e1d7bc7e6f253ea9aa7419a to your computer and use it in GitHub Desktop.
{
"scenarios": [{
"period": {
"start": 2015,
"unit": "year"
},
"test_case": {
"individus": [{
"id": "Personne 1"
}],
"familles": [{
"id": "Famille 1",
"parents": ["Personne 1"]
}],
"foyers_fiscaux": [{
"id": "Déclaration d'impôt 1",
"declarants": ["Personne 1"]
}],
"menages": [{
"id": "Logement principal 1",
"personne_de_reference": "Personne 1"
}]
}
}],
"variables": ["rsa", "ppa", "aspa", "apl", "als", "alf", "cmu_c"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment