Skip to content
Snippets Groups Projects
Commit fea9eaf0 authored by OpenFisca JSON Model CI's avatar OpenFisca JSON Model CI
Browse files

0.0.375 (@openfisca/json-model@4.0.1, openfisca_france_reforms@1.0.304,...

0.0.375 (@openfisca/json-model@4.0.1, openfisca_france_reforms@1.0.304, openfisca_france_with_indirect_taxation@0.1.0)
parent e73f90bd
No related branches found
No related tags found
No related merge requests found
{
"name": "@leximpact/socio-fiscal-openfisca-json",
"version": "0.0.374",
"version": "0.0.375",
"description": "JSON & YAML data extracted from OpenFisca-France with Indirect Taxation source code (parameters, variables, etc)",
"keywords": [
"data",
......
......@@ -221,13 +221,13 @@
{
"ast_class": "Return",
"col_offset": 4,
"end_col_offset": 72,
"end_col_offset": 78,
"end_lineno": 3,
"lineno": 3,
"value": {
"ast_class": "BinOp",
"col_offset": 11,
"end_col_offset": 72,
"end_col_offset": 78,
"end_lineno": 3,
"left": {
"args": [
......@@ -273,23 +273,41 @@
"op": {
"ast_class": "Mult"
},
"right": {
"ast_class": "BinOp",
"col_offset": 54,
"end_col_offset": 77,
"end_lineno": 3,
"left": {
"ast_class": "Constant",
"col_offset": 54,
"end_col_offset": 55,
"end_lineno": 3,
"lineno": 3,
"value": 1
},
"lineno": 3,
"op": {
"ast_class": "Add"
},
"right": {
"ast_class": "Name",
"col_offset": 53,
"col_offset": 58,
"ctx": {
"ast_class": "Load"
},
"end_col_offset": 72,
"end_col_offset": 77,
"end_lineno": 3,
"id": "taux_revalorisation",
"lineno": 3
}
}
}
}
],
"col_offset": 0,
"decorator_list": [],
"end_col_offset": 72,
"end_col_offset": 78,
"end_lineno": 3,
"lineno": 1,
"name": "formula_2026_01_01"
......@@ -298,7 +316,7 @@
"parameters": [
"inflateurs.inflateur_retraites"
],
"source_code": "def formula_2026_01_01(individu, period, parameters):\n taux_revalorisation = parameters(period).inflateurs.inflateur_retraites\n return individu('retraite_de_base_n_1',period) * taux_revalorisation\n",
"source_code": "def formula_2026_01_01(individu, period, parameters):\n taux_revalorisation = parameters(period).inflateurs.inflateur_retraites\n return individu('retraite_de_base_n_1',period) * (1 + taux_revalorisation)\n",
"start_line_number": 28,
"stop_line_number": 31,
"variables": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment