{
  "default_value": 0,
  "definition_period": "month",
  "dtype": "int32",
  "entity": "famille",
  "file_path": "openfisca_france/model/prestations/enseignement_superieur/bourse_criteres_sociaux.py",
  "formulas": {
    "0001-01-01": {
      "ast": {
        "args": {
          "args": [
            {
              "arg": "famille",
              "ast_class": "arg",
              "col_offset": 12,
              "end_col_offset": 19,
              "end_lineno": 1,
              "lineno": 1
            },
            {
              "arg": "period",
              "ast_class": "arg",
              "col_offset": 21,
              "end_col_offset": 27,
              "end_lineno": 1,
              "lineno": 1
            }
          ],
          "ast_class": "arguments",
          "defaults": [],
          "kw_defaults": [],
          "kwonlyargs": [],
          "posonlyargs": []
        },
        "ast_class": "FunctionDef",
        "body": [
          {
            "ast_class": "Return",
            "col_offset": 4,
            "end_col_offset": 45,
            "end_lineno": 2,
            "lineno": 2,
            "value": {
              "args": [
                {
                  "ast_class": "Attribute",
                  "attr": "ENFANT",
                  "col_offset": 30,
                  "ctx": {
                    "ast_class": "Load"
                  },
                  "end_col_offset": 44,
                  "end_lineno": 2,
                  "lineno": 2,
                  "value": {
                    "ast_class": "Name",
                    "col_offset": 30,
                    "ctx": {
                      "ast_class": "Load"
                    },
                    "end_col_offset": 37,
                    "end_lineno": 2,
                    "id": "Famille",
                    "lineno": 2
                  }
                }
              ],
              "ast_class": "Call",
              "col_offset": 11,
              "end_col_offset": 45,
              "end_lineno": 2,
              "func": {
                "ast_class": "Attribute",
                "attr": "nb_persons",
                "col_offset": 11,
                "ctx": {
                  "ast_class": "Load"
                },
                "end_col_offset": 29,
                "end_lineno": 2,
                "lineno": 2,
                "value": {
                  "ast_class": "Name",
                  "col_offset": 11,
                  "ctx": {
                    "ast_class": "Load"
                  },
                  "end_col_offset": 18,
                  "end_lineno": 2,
                  "id": "famille",
                  "lineno": 2
                }
              },
              "keywords": [],
              "lineno": 2
            }
          }
        ],
        "col_offset": 0,
        "decorator_list": [],
        "end_col_offset": 45,
        "end_lineno": 2,
        "lineno": 1,
        "name": "formula"
      },
      "file_path": "openfisca_france/model/prestations/enseignement_superieur/bourse_criteres_sociaux.py",
      "source_code": "def formula(famille, period):\n    return famille.nb_persons(Famille.ENFANT)\n",
      "start_line_number": 86,
      "stop_line_number": 88
    }
  },
  "json_type": "integer",
  "label": "Nombre d'enfants de l'étudiant pour le calcul de la bourse sur critères sociaux de l'enseignement supérieur",
  "name": "bourse_criteres_sociaux_nombre_enfants_parent_etudiant",
  "reference": {
    "0001-01-01": [
      {
        "title": "Circulaire ESRS2013435C - Annexe 2 - Critères d'attribution / 1 - Conditions d'âge"
      },
      {
        "href": "https://www.education.gouv.fr/bo/20/Hebdo25/ESRS2013435C.htm"
      }
    ]
  },
  "referring_variables": [
    "bourse_criteres_sociaux_eligibilite_age",
    "bourse_criteres_sociaux_etudiant_autonome"
  ],
  "set_input": "set_input_dispatch_by_period",
  "start_line_number": 75,
  "stop_line_number": 88,
  "value_type": "int"
}
