Created
August 24, 2016 13:24
-
-
Save t-chab/af3a10d76e1d7bc7e6f253ea9aa7419a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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