Skip to main content

Mapping du modèle JSON détaillé (en cours)

Voir document

Le champ donnees_dossier_fi_Donnees_Json_Compressed possède plusieurs structures de divers
type, cette partie a pour vocation de donner un exemple de JSON avec le type des données associée
aux champs ainsi que leur structure

Dans chaque cas il faut faire un tri par dossier et créer des variables d'exercice courrant, n+1, n-1, n-2 et n-3
Lorsqu'il y a une boucle/liste à afficher, il faudra prendre en compte que la ligne finis par un chiffre sous le format : nomdutruc_0

Pour l'instant beaucoup de trous :

  • Quelques cycles qui n'ont pas encore été entamés (E, H, K, M)
  • Un contrôle mis en suspend (Cycle C - RSE)
  • Des données qui ne correspondent pas ou qui sont introuvables (ex : adresse dossier, tarifs, surface, effectif enseignant, bénévolat)

 

En PJ : le tableau en JSON et en PHP

Code couleur : 
-> info, questionnement ou précision nécessaire
-> Cycle ou contrôle vide, info incompatilbe ou inexistante
-> lieu de la donnée en BDD
-> autre


{

"version_plaquette": "Version du logiciel OPEN à spécifier", // string -> nom à choisir (par l'équipe ywd)
"code_coala": "tourcoi0", // string -> code existant (autre exemple : rennesc2)

"dossier": {

"nom": "2I-SCT - ASSOCIATION IMMOBILIERE DE", // string -> DOSSIER->name
"adresse_1": "L'INSTITUTION DU SACRE COEUR DE TOURCOING", // string -> CRM ?
"adresse_2": "111, rue de Lille", // string -> CRM ?
"adresse_3": "?", // string -> CRM ?
"ville": "TOURCOING", // string -> DOSSIER->city
"code_postal": "59200", // string -> CRM ?
"telephone": "?", // string  -> CRM ?
"mail": "administration.finance@sctg.fr" // string -> CRM ?

},
"exercices_debut": {

"ex_n_plus_1": "2024-09-01", // date
"ex_n": "2023-09-01", // date -> EXERCICE->start-date
"ex_n_moins_1": "2022-09-01", // date
"ex_n_moins_2": "2021-09-01", // date
"ex_n_moins_3": "2020-09-01" // date

},
"exercices_fin": {

"ex_n_plus_1": "2025-08-31", // date
"ex_n": "2024-08-31", // date -> EXERCICE->end_date
"ex_n_moins_1": "2023-08-31", // date
"ex_n_moins_2": "2022-08-31", // date
"ex_n_moins_3": "2021-08-31" // date

},

"appendice": {

"tutelle": "", // string -> Cycle A - Juridique FIELDS->6->tutelle
"produits_exceptionnels": [

"DON 2I SCT : 400 k€", // string
"QP SUBVENTION D'INVESTISSEMENT : 1 k€" // string

],
"charges_exceptionnelles": [

"DON 2I SCT : 400 k€", // string
"DON 2I ZCT : 200 k€", // string
"DON 2I XT : 50 k€" // string

],
"transfert_de_charge": [

"DONT 2I SCT : 400 k€", // string
"DONT 2I SCT : 100 k€", // string
"DONT 2I SCT : 450 k€" // string

],
"montant_honoraire_cac": 0, // int
"activites_etablissement": [ -> STRUCTURE->type

"Lycée général" // string

],
"provisions_idr": {

"taux_actualisation": 3.5, // float
"gvt": 1.5, // float
"convention_collective": "En application de la Convention Collective \"EPNL IDCC 3218\" version
en vigueur du 11 avril 2022" // string

},
"effectif_enseignant": 0, // int -> CYCLE H :- Contrôle chargesdes patronalesbruts /FIELDS->52->nombre_posts personnel organisme sociaux ???
"effectif_salarie": 0, // int 
"changement_methode_comptable": "Néant.", // string
"pourcentage_boursier": 0, // int
"choix_tarif_possibilite": "", // string
"choix_tarif_precision": "", // string
"devise_lettre": "euros", // string -> Cycle A - Juridique FIELDS->6->currency_name
"devise_signe": "€", // string -> Cycle A - Juridique FIELDS->6->currency_symbol
"noms_president": "HERVEIN BRUNO", // string -> Cycle A - Juridique FIELDS->6-> (président à spécifier, concat nom prénom)
"noms_directeur": " ", // string -> Cycle A - Juridique FIELDS->6-> (directeur à spécifier, concat nom prénom)
"ratio_ms": { -> CYCLE H : Contrôle des bruts + rations de MS

"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"verification": "oui" // string -> CYCLE H - Contrôle des bruts FIELDS->52->answer_verification

},
"affectation_resultat": "", // string
"garanties_donnees_recues": [

{
"libelle": "L'emprunt CAISSE EPARGNE d'un montant de 400000 € est garanti par CAUTION ESSC
A 100%", // string
"recue": true, // bool
"donnee": false // bool
},
{
"libelle": "L'emprunt CAISSE EPARGNE d'un montant de 500000 € est garanti par HYPOTHEQUE
CONVENTIONNELLE", // string
"recue": true, // bool
"donnee": false // bool
}

],
"date_creation": "AAAA-MM-JJ" // date -> création du dossier ?
"effort_reel_au_patrimoine": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0, // float

}

},
"balance": {

"resultat_comptable": { -> balance totale du FEC ?

"ex_n": -242136.11, // float
"ex_n_moins_1": -326984.87, // float
"ex_n_moins_2": -312651.71, // float
"ex_n_moins_3": -80357.73 // float

},
"lignes_compte": [ -> tous les comptes liés au dossier ?

{
"numero_compte": "10240000000", // string -> ACCOUNTS->account
"libelle": "APPORTS SS DT REPRISE", // string -> ACCOUNTS->label
"ex_n": -862593.33, // float
"ex_n_moins_1": -862593.33, // float
"ex_n_moins_2": -862593.33, // float
"ex_n_moins_3": -862593.33 // float
},
{
"numero_compte": "78725000000", // string
"libelle": "REPRISE PROVISION", // string
"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float
},

]

},
"table_financement": {

"A_RESSOURCES_INTERNES": {

"ex_n": 1171020.75, // float
"ex_n_moins_1": 572308.23, // float
"ex_n_moins_2": 617912.72, // float
"ex_n_moins_3": 1367487.68, // float
"liste_blocs": {

"total_charges_courantes": {

"ex_n": -944949, // float
"ex_n_moins_1": -1001138.54, // float
"ex_n_moins_2": -948882.64, // float
"ex_n_moins_3": -752349.13 // float

},
"total_produits_courants": {

"ex_n": 726086.78, // float
"ex_n_moins_1": 674437.72, // float
"ex_n_moins_2": 635640.73, // float
"ex_n_moins_3": 657631.11 // float

},
"deduction_des_produits_financiers": {

"ex_n": -1405.8, // float
"ex_n_moins_1": -589.31, // float
"ex_n_moins_2": -420.73, // float
"ex_n_moins_3": -438.82 // float

,
"resultat_courant_hors_produits_financiers": {

"ex_n": -220268.02, // float
"ex_n_moins_1": -327290.13, // float
"ex_n_moins_2": -313662.64, // float
"ex_n_moins_3": -95156.84 // float

},
"dotations_amortissements_sauf_sur_actif_circulant": {

"ex_n": 773209.77, // float
"ex_n_moins_1": 776932.09, // float
"ex_n_moins_2": 763768.57, // float
"ex_n_moins_3": 564940.67 // float

},
"dotations_provisions_sauf_sur_actif_circulant": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"reprises_amortissements_et_provisions_sauf_sur_actif_circulant": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"amortissement_des_subventions_d_equipement_recues": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"capacite_d_autofinancement_courante": {

"ex_n": 552941.75, // float
"ex_n_moins_1": 449641.96, // float
"ex_n_moins_2": 450105.93, // float
"ex_n_moins_3": 469783.83 // float

},
"neutralisation_des_interets_sur_emprunts": {

"ex_n": 73233.51, // float
"ex_n_moins_1": 78860.26, // float
"ex_n_moins_2": 87237.9, // float
"ex_n_moins_3": 86261.2 // float

},
"excedent_brut_d_exploitation_ebe": {

"ex_n": 626175.26, // float
"ex_n_moins_1": 528502.22, // float
"ex_n_moins_2": 537343.83, // float
"ex_n_moins_3": 556045.03 // float

},
"annuites_emprunts": {

"ex_n": -555451.34, // float
"ex_n_moins_1": -554684.16, // float
"ex_n_moins_2": -555968.63, // float
"ex_n_moins_3": -410439.81 // float

},
"marge_nette_d_autofinancement": {

"ex_n": 70723.92, // float
"ex_n_moins_1": -26181.94, // float
"ex_n_moins_2": -18624.8, // float
"ex_n_moins_3": 145605.22 // float

},
"affectation_loi_falloux": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"marge_nette_d_autofinancement_corigee": {

"ex_n": 70723.92, // float
"ex_n_moins_1": -26181.94, // float
"ex_n_moins_2": -18624.8, // float
"ex_n_moins_3": 145605.22 // float

}

}

},
"B_FINANCEMENTS_DES_INVESTISSEMENTS": {

"ex_n": -495754.29, // float
"ex_n_moins_1": -665990.31, // float
"ex_n_moins_2": -805912.53, // float
"ex_n_moins_3": -1953595.19, // float
"liste_blocs": {

"total_des_investissements": {

"ex_n": -205019.56, // float
"ex_n_moins_1": -275224.08, // float
"ex_n_moins_2": -460258.93, // float
"ex_n_moins_3": -1543045.39 // float

},
"invest_terrain_constructions_et_leurs_aai_de_construction": {

"ex_n": -203907.47, // float
"ex_n_moins_1": -220342.81, // float
"ex_n_moins_2": -452501.05, // float
"ex_n_moins_3": -77043.29 // float

},
"invest_immob_incorpo_installations_mobiliers_et_materiels": {

"ex_n": -1112.15, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"invest_divers_en_cours_batiments": {

"ex_n": 0, // float
"ex_n_moins_1": -54881.27, // float
"ex_n_moins_2": -7757.88, // float
"ex_n_moins_3": -1466002.1 // float

},
"invest_divers_en_cours_equipements": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"cessions_ou_reductions_d_elements_d_actif": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"immobilisations_financieres": { -> CYCLE D : contrôle des immos financières

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"variation_du_compte_de_liaison": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"investissements_divers": {

"ex_n": 0.06, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"immobilisations_corporelles_et_incorporelles": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"total_des_subventions_et_apports": {

"ex_n": 39768.13, // float
"ex_n_moins_1": 53227.31, // float
"ex_n_moins_2": 191621.42, // float
"ex_n_moins_3": 47502.48 // float

},
"augmentation_des_capitaux_propres_apports_divers_recus": {

"ex_n": 103530.32, // float
"ex_n_moins_1": 53227.31, // float
"ex_n_moins_2": 269398.42, // float
"ex_n_moins_3": 162025.48 // float

},
"subventions_recues_conseil_regional": { -> CYCLE G : Forfait Région ?

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"subventions_recues_conseil_departemental": { -> CYCLE G : Forfait Département ?

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"subventions_recues_taxe_d_apprentissage": { -> CYCLE E : subventions invest - ANC

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"augmentation_des_capitaux_propres_autres": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"reduction_des_capitaux_propres_apports_divers_rembourses": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"reduction_des_capitaux_propres_subventions_remboursees": {

"ex_n": -63762.19, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": -77777, // float
"ex_n_moins_3": -119523 // float

},
"subventions_et_apports_divers": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 5000 // float

},
"emprunts_souscrits": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 1266516.77 // float

},
"flux_provenant_des_operations_d_investissements": {

"ex_n": -165251.43, // float
"ex_n_moins_1": -221996.77, // float
"ex_n_moins_2": -268637.51, // float
"ex_n_moins_3": -229026.14 // float

}

}

},
"C_CAPACITE_D_AUTOFINANCEMENT_EXCEPTIONNELLE": {

"ex_n": -662, // float
"ex_n_moins_1": -2184.1, // float
"ex_n_moins_2": -717.6, // float
"ex_n_moins_3": 30077.86, // float
"liste_blocs": {

"resultat_exceptionnel_de_l_exercice": {

"ex_n": -22861.5, // float
"ex_n_moins_1": -92.05, // float
"ex_n_moins_2": 641.2, // float
"ex_n_moins_3": 14465.29 // float

},
"dotations_amortissements_et_provisions_sauf_sur_actif_circulant": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"reprises_amortissements_et_provisions_sauf_sur_actif_circulant": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": -40976 // float

},
"valeur_comptable_des_actifs_immobilises_cedes": {

"ex_n": 23530.5, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 42549.64 // float

},
"produits_de_cession_des_actifs_immobilises": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0, // float
"ex_n_moins_3": 0 // float

},
"amortissement_des_subventions_d_equipement_recues": {

"ex_n": -1000, // float
"ex_n_moins_1": -1000, // float
"ex_n_moins_2": -1000, // float
"ex_n_moins_3": -1000 // float

},
"flux_provenant_des_operations_exceptionnelles": {

"ex_n": -331, // float
"ex_n_moins_1": -1092.05, // float
"ex_n_moins_2": -358.8, // float
"ex_n_moins_3": 15038.93 // float

}

}

},
"D_FLUX_PROVENANT_DES_PLACEMENTS_FINANCIERS": {

"ex_n": 2180545, // float
"ex_n_moins_1": 2381726.49, // float
"ex_n_moins_2": 2866381.83, // float
"ex_n_moins_3": 3391715.3, // float
"liste_blocs": {

"flux_provenant_des_placements_financiers": {

"ex_n": 993.41, // float
"ex_n_moins_1": 397.31, // float
"ex_n_moins_2": 369.73, // float
"ex_n_moins_3": 333.82 // float

},
"variation_du_fonds_de_roulement": {

"ex_n": -93865.1, // float
"ex_n_moins_1": -248873.45, // float
"ex_n_moins_2": -287251.38, // float
"ex_n_moins_3": -68048.17 // float

},
"reprise_fonds_de_roulement_n_1": {

"ex_n": 1065522.27, // float
"ex_n_moins_1": 1314395.72, // float
"ex_n_moins_2": 1601647.1, // float
"ex_n_moins_3": 1669695.27 // float

},
"nouveau_fonds_de_roulement": {

"ex_n": 971657.17, // float
"ex_n_moins_1": 1065522.27, // float
"ex_n_moins_2": 1314395.72, // float
"ex_n_moins_3": 1601647.1 // float

},
"fonds_de_roulement_norme_25_des_charges": {

"ex_n": 236237.25, // float
"ex_n_moins_1": 250284.64, // float
"ex_n_moins_2": 237220.66, // float
"ex_n_moins_3": 188087.28 // float

}

}

}

},
"effectifs": {

"par_niveaux_et_regimes": [ -> pour chaque structure du dossier -> FIELDS->1->structure#->total

{

"reference": "LYCEE_GENERAL_1", // string -> STRUCTURE->type
"libelle_personnalise": "Lycée Général", // string -> STRUCTURE->name
"ex_n_plus_1": 64, // int
"ex_n": 63, // int
"ex_n_moins_1": 63, // int
"ex_n_moins_2": 60, // int
"ex_n_moins_3": 59, // int
"par_niveau": [ -> pour chaque niveau de la structure ->FIELDS->1->level_value

{
"libelle_personnalise": "Site Tourcoing Collège", // string ->FIELDS->1->level_name
"ex_n_plus_1": 14, // int
"ex_n": 13, // int
"ex_n_moins_1": 14, // int
"ex_n_moins_2": 13, // int
"ex_n_moins_3": 12 // int
},
{
"libelle_personnalise": "Site Tourcoing Lycée", // string
"ex_n_plus_1": 35, // int
"ex_n": 35, // int
"ex_n_moins_1": 35, // int
"ex_n_moins_2": 33, // int
"ex_n_moins_3": 32 // int
},
{
"libelle_personnalise": "Annexe de Roncq Collège", // string
"ex_n_plus_1": 15, // int
"ex_n": 15, // int
"ex_n_moins_1": 14, // int
"ex_n_moins_2": 14, // int
"ex_n_moins_3": 15 // int
}

],
"par_regime": [ -> TOTAL ????? ou pour chaque régime de la structure (externes, demi-pensionnaires, internes) ->FIELDS->1->regime_value_dont_externes

{
"reference": "dont_externes_1", // string
"libelle_personnalise": "Dont Externes", // string
"ex_n_plus_1": 64, // int
"ex_n": 63, // int
"ex_n_moins_1": 63, // int
"ex_n_moins_2": 60, // int
"ex_n_moins_3": 59 // int
}

]

}

],
"par_type_de_repas": [ -> voir élément prépa plaquette tout en bas

{
"reference": "repas_servis_sous_traita_1", // string
"ex_n_plus_1": 0, // int
"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"ex_n_moins_2": 0, // int
"ex_n_moins_3": 0 // int
},
{
"reference": "repas_servis_en_gestion_interne_2", // string
"ex_n_plus_1": 0, // int
"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"ex_n_moins_2": 0, // int
"ex_n_moins_3": 0 // int
},
{
"reference": "repas_avec_coef_sous_traita_4", // string
"ex_n_plus_1": 0, // int
"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"ex_n_moins_2": 0, // int
"ex_n_moins_3": 0 // int
},
{
"reference": "repas_avec_coef_en_gestion_interne_5", // string
"ex_n_plus_1": 0, // int
"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"ex_n_moins_2": 0, // int
"ex_n_moins_3": 0 // int
}

],
"en_heure_stagiaire": { ->FIELDS->1->training_hours

"ex_n_plus_1": 0, // int
"ex_n": 0, // int
"ex_n_moins_1": 0, // int
"ex_n_moins_2": 0, // int
"ex_n_moins_3": 0 // int

}

},
"emprunts": [ -> CYCLE B -> Livret, placements / DAT ?????

{

"numero_compte": "1641000000", // string
"organisme": "CAISSE EPARGNE - ", // string
"date_debut": "05/08/2011", // date
"taux_%": 3.8, // float
"taux_v": "", // string
"date_fin": "05/09/2026", // date
"annuite": 35025.84, // float
"capital_initial_emprunte": 400000, // float
"remboursement": { -> CYCLE B -> Emprunts intérêts

"effectue_pendant_exercice": 31707.48, // float
"restant": 70050.8, // float
"a_1_an": 32933.58, // float
"de_1_a_5_ans": 37117.22, // float
"au_dela_de_5_ans": 0 // float

},
"garanties": [

"CAUTION ESSC A 100%" // string

]

},
{

"numero_compte": "1642000000", // string
"organisme": "CAISSE EPARGNE - ", // string
"date_debut": "16/07/2015", // date
"taux_%": 1.9, // float
"taux_v": "", // string
"date_fin": "05/08/2031", // date
"annuite": 38334.84, // float
"capital_initial_emprunte": 500000, // float
"remboursement": {

"effectue_pendant_exercice": 33221.43, // float
"restant": 251078.87, // float
"a_1_an": 33858.18, // float
"de_1_a_5_ans": 157081.8, // float
"au_dela_de_5_ans": 60138.89 // float

},
"garanties": [

"HYPOTHEQUE CONVENTIONNELLE" // string

]

}

],
"rse": { -> CYCLE C : contrôle mis en suspend

"empreinte carbonne": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0 // float

},
"kg_pollution": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0 // float

},
"equiv_nb_arbre_eleve": {

"ex_n": 0, // float
"ex_n_moins_1": 0, // float
"ex_n_moins_2": 0 // float

}

},
"benevolat": {

"tableau_par_secteur": {

"lignes": [

{
"libelle": "sec 1", // string
"nb_heure": 0, // float
"taux_horaire": 0, // float
"methode_estimation": "" // string
},
{
"libelle": "sec 2", // string
"nb_heure": 0, // float
"taux_horaire": 0, // float
"methode_estimation": "" // string
},

],
"somme": {
"libelle": "", // string
"nb_heure": 0, // float
"taux_horaire": 0, // float
"methode_estimation": "" // string

}

},
"tableau_autre": {

"lignes": [

{
"libelle": "bus", // string
"quantite": 0, // float
"prix_unitaire": 0, // float
"methode_estimation": "" // string
},
{
"libelle": "salles", // string
"quantite": 0, // float
"prix_unitaire": 0, // float
"methode_estimation": "" // string
},
{
"libelle": "profs (sport, langue…)", // string
"quantite": 0, // float
"prix_unitaire": 0, // float
"methode_estimation": "" // string
},
{
"libelle": "personnel (surveillance, entretien…)", // string
"quantite": 0, // float
"prix_unitaire": 0, // float
"methode_estimation": "" // string
}

],
"somme": {

"libelle": "", // string
"quantite": 0, // float
"prix_unitaire": 0, // float
"methode_estimation": "" // string

}

}

},
"surface": { -> CYCLE A : SITUATION JURIDIQUE IMMEUBLES (rien ne correspond)

"gymnase": 0, // float
"atelier_pedagogique_type_industriel": 0, // float
"internat": 0, // float
"restauration": 0, // float
"logement_adultes": 0, // float
"pastorale": 0, // float
"administration": 0, // float
"autres_surfaces_non_specifiques": 0, // float
"surfaces_globales_des_locaux_hors_preau_non_ferme": 0, // float
"a_ces_surfaces_shon_il_convient_de_rajouter_les_surfaces_suivantes": 0, // float
"preau_non_ferme": 0, // float
"cour_goudronnee": 0 // float

},
"examen_analytique": { -> CYCLE M

"commentaires": {

"cout_du_personnel": [],
"consommations": [],
"services_exterieurs": [

"+3% sur le loyer PORTAKABIN", // string
"16,3K€ d'entretien immos sur l'an passé (réparation et remplacement divers)", // string
"17,4K€ de facture cloisonor : faux plafond", // string
"780€ d'entretien chauffage sur l'exercice" // string

],
"autres_services_exterieurs": [],
"autres_impots_taxes_et_assimiles": [

"+843€ sur la TF", // string
"+1,2k€ sur les contributions sur revenu locatif" // string

],
"autres_charges_de_gestion_courante": [],
"dotations_amortissements_et_provisions": [

"+197K€ d'acquisitions", // string
"-62K de sortie d'immos" // string

],
"ressources_privees": [],
"produits_de_tiers_financeurs": [],
"produits_des_activites_annexes": [],
"cession_ou_vente_de_produits": [],
"production_immobilisee": [],
"autres_produits_divers_aides_a_l_emploi": [],
"reprises_amortissements_et_provisions": [],
"transfert_de_charges": [],
"charges_exceptionnelles": [

"DON ESSC 2023-2024", // string
"+/- value sur cession d'immos -> travaux des champignons à hauteur de 60K€ sortie (fin
d'ammortissement en 2036)" // string

],
"produits_exceptionnels": [

"DON ESSC" // string

],
"charges_financieres": [

"-5,6K€ sur les remboursements d'emprunts" // string

],
"autres_gestions": [],
"produits_financiers": []

}

},
"principaux_investissements": [

{
"libelle": "TRAVAUX MERULES", // string
"montant": 62000 // float
},
{
"libelle": "CUVE RECUPERATION EAU DE PLUIE", // string
"montant": 8400 // float
},
{
"libelle": "REPARATION DEGATS TEMPETE EUNICE", // string
"montant": 13600 // float
},
{
"libelle": "DEVOIEMENT DES RESEAUX", // string
"montant": 4200 // float
},
{
"libelle": "TRAVAUX SALLE DE SPORT/PROFS", // string
"montant": 149000 // float
},
{
"libelle": "compta (immo incorporelles + corporelles + financières)", // string
"montant": 205 // float
},
{
"libelle": "Listes des principales subventions de l'exercice :", // string
"montant": 0 // float
}

],
"mouvements_fonds": {

"fonds_associatifs_sans_droit_de_reprise": [ -> CYCLE K -> mouvements des fonds associatifs

{
"libelle": "Valeur du patrimoine intégré", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Fonds statutaires", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Fonds de trésorerie apportés", // string
"montant_debut_exercice": 2638377.5, // float
"augmentation": 103530.32, // float
"diminution": 63762.19, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 2678145.63 // float
},
{
"libelle": "Libéralités ayant le caractère d'apport", // string
"montant_debut_exercice": 1397110.5, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 1397110.5 // float
},
{
"libelle": "Subventions d'investissement non renouvelables", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": 4035488, // float
"augmentation": 103530.32, // float
"diminution": 63762.19, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 4075256.13 // float
}

],
"fonds_associatifs_avec_droit_de_reprise": [

{
"libelle": "Valeur biens affectés", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Valeur biens non affectés", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Libéralités ", // string
"montant_debut_exercice": 458000, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 458000 // float
},
{
"libelle": "Subventions d'investissement sous condition", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": 458000, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 458000 // float
}

],
"ecart_de_reevaluation": [

{
"libelle": "Ecart de réévaluation", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
}

],
"reserves": [

{
"libelle": "Réserves statutaires", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Réserve pour investissement", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Réserve de trésorerie", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Autres réserves ", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
}

],
"resultat_et_report_a_nouveau": [

{
"libelle": "Report à nouveau", // string
"montant_debut_exercice": -856150.27, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": -326984.87, // float
"montant_fin_exercice": -1183135.14 // float
},
{
"libelle": "Résultat de l'exercice", // string
"montant_debut_exercice": -326984.87, // float
"augmentation": 0, // float
"diminution": 242136.11,
"virement_poste_poste": 326984.87, // float
"montant_fin_exercice": -242136.11 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": -1183135.14, // float
"augmentation": 0, // float
"diminution": 242136.11, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": -1425271.25 // float
}

],
"subventions_d_investissements_amortissables": [

{
"libelle": "Taxe d'apprentissage affectée à l'équipement", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Autres Subventions", // string
"montant_debut_exercice": 5000,
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 5000 // float
},
{
"libelle": "Amortissement taxe d'apprentissage affectée à l'équipement", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Amortissement autres subventions", // string
"montant_debut_exercice": -3000, // float
"augmentation": 0, // float
"diminution": 1000, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": -4000 // float
},
{
"libelle": "TOTAL", // string
"montant_debut_exercice": 2000, // float
"augmentation": 0, // float
"diminution": 1000, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 1000 // float
}

],
"total_general": [

{
"libelle": "TOTAL GENERAL", // string
"montant_debut_exercice": 3312352.86, // float
"augmentation": 103530.32, // float
"diminution": 306898.3, // float
"virement_poste_poste": 0, // float
"montant_fin_exercice": 3108984.88 // float
}

]

},
"mouvements_fonds_dedies": [ -> CYCLE K -> mouvements des fonds dédiés

{
"libelle": "Subventions de fonctionnement LT", // string
"montant_initial": 0, // float
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_de_1_a_5_an": 0, // float
"echeance_apres_5_an": 0 // float
},
{
"libelle": "Subventions de fonctionnement CT", // string
"montant_initial": 0, // float
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_de_1_a_5_an": 0, // float
"echeance_apres_5_an": 0 // float
},
{
"libelle": "Dons manuels affectés CT", // string
"montant_initial": 0, // float
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_de_1_a_5_an": 0, // float
"echeance_apres_5_an": 0 // float
},
{
"libelle": "Legs et donations affectés CT", // string
"montant_initial": 0, // float
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_de_1_a_5_an": 0, // float
"echeance_apres_5_an": 0 // float
},
{
"libelle": "TOTAL", // string
"montant_initial": 0, // float
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_de_1_a_5_an": 0, // float
"echeance_apres_5_an": 0 // float
}

],
"mouvements_provisions": { -> CYCLE K -> mouvements des provisions

"provisions_pour_risques_et_charges": {

"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"lignes": [

{
"libelle": "Provisions pour risques d'emploi", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Provisions pour pensions et obligations similaires", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Provisions pour gros entretiens", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Autres provisions pour risques et charges", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
}

]

},
"immobilisations": {

"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"lignes": [

{
"libelle": "Sur immobilisations", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
}

]

},
"provisions_pour_depreciations": {

"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"lignes": [

{
"libelle": "Sur stocks et en cours", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Sur comptes usagers", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Autres créances", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Valeurs mobilières de placement", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
}

]

},
"total_general": {

"montant_debut_exercice": {

"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0, // float
"lignes": [

{
"libelle": "Dont d'exploitation", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Dont financières", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Dont exceptionnelles", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Total ventilation", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
},
{
"libelle": "Total général - Total ventilation", // string
"montant_debut_exercice": 0, // float
"augmentation": 0, // float
"diminution": 0, // float
"montant_fin_exercice": 0 // float
}

]

}

}

},
"mouvements_immobilisation": [

{
"libelle": "Frais d'établissement", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Autres immobilisations incorporelles", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS INCORPORELLES", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Terrains", // string
"valeur_debut_exercice": 137204.12, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 137204.12, // float
"verif_compta_ex_n": 137204.12 // float
},
{
"libelle": "Aménagements de terrains", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Constructions", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Sur sol propre et leurs AAI", // string
"valeur_debut_exercice": 13640760.2, // float
"acquisition": 203907.47, // float
"cession_mise_hors_service": 62725.19, // float
"virement_poste_poste": 54881.2, // float
"valeur_fin_exercice": 13836823.68, // float
"verif_compta_ex_n": 13836823.68 // float
},
{
"libelle": "Sur sol d'autrui et leurs AAI", // string
"valeur_debut_exercice": 188565.65, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 188565.65, // float
"verif_compta_ex_n": 188565.65 // float
},
{
"libelle": "Autres immobilisations corporelles", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Installations techniques, matériels et outillages", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Matériel de transport", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Mobilier, matériel de bureau et d'informatique", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Immobilisations corporelles en-cours", // string
"valeur_debut_exercice": 54881.2, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": -54881.2, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Immobilisations grevées de droit", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Autres immobilisations", // string
"valeur_debut_exercice": 17539.2, // float
"acquisition": 1112.15, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 18651.35, // float
"verif_compta_ex_n": 18651.35 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS CORPORELLES", // string
"valeur_debut_exercice": 14038950.37, // float
"acquisition": 205019.62, // float
"cession_mise_hors_service": 62725.19, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 14181244.8, // float
"verif_compta_ex_n": 14181244.8 // float
},
{
"libelle": "Participations", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Créances rattachées à des participations", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Titres immobilisés", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Prêts", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Dépôts et cautionnements", // string
"valeur_debut_exercice": 1483.94, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 1483.94, // float
"verif_compta_ex_n": 1483.94 // float
},
{
"libelle": "Autres créances immobilisées", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS FINANCIERES", // string
"valeur_debut_exercice": 1483.94, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 1483.94, // float
"verif_compta_ex_n": 1483.94 // float
},
{
"libelle": "TOTAL GENERAL ", // string
"valeur_debut_exercice": 14040434.31, // float
"acquisition": 205019.62, // float
"cession_mise_hors_service": 62725.19, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 14182728.74, // float
"verif_compta_ex_n": 14182728.74 // float
}

],
"mouvements_amortissement": [

{
"libelle": "Frais d'établissement", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Autres immobilisations incorporelles", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS INCORPORELLES", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Terrains", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Aménagements de terrains", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Constructions", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Sur sol propre et leurs AAI", // string
"valeur_debut_exercice": 6433942.63, // float
"acquisition": 735369.52, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 7169312.15, // float
"verif_compta_ex_n": 7169312.15 // float
},
{
"libelle": "Sur sol d'autrui et leurs AAI", // string
"valeur_debut_exercice": 184907.09, // float
"acquisition": 406.5, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 185313.59, // float
"verif_compta_ex_n": 185313.59 // float
},
{
"libelle": "Autres immobilisations corporelles", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Installations techniques, matériels et outillages", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Matériel de transport", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Mobilier, matériel de bureau et d'informatique", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Immobilisations corporelles en-cours", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Immobilisations grevées de droit", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Autres immobilisations", // string
"valeur_debut_exercice": 19320.22, // float
"acquisition": 0, // float
"cession_mise_hors_service": 1760.94, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 17559.28, // float
"verif_compta_ex_n": 17559.28 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS CORPORELLES", // string
"valeur_debut_exercice": 6638169.94, // float
"acquisition": 735776.02, // float
"cession_mise_hors_service": 1760.94, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 7372185.02, // float
"verif_compta_ex_n": 7372185.02 // float
},
{
"libelle": "Participations", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Créances rattachées à des participations", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Titres immobilisés", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Prêts", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Dépôts et cautionnements", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "Autres créances immobilisées", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "TOTAL IMMOBILISATIONS FINANCIERES", // string
"valeur_debut_exercice": 0, // float
"acquisition": 0, // float
"cession_mise_hors_service": 0, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 0, // float
"verif_compta_ex_n": 0 // float
},
{
"libelle": "TOTAL GENERAL ", // string
"valeur_debut_exercice": 6638169.94, // float
"acquisition": 735776.02, // float
"cession_mise_hors_service": 1760.94, // float
"virement_poste_poste": 0, // float
"valeur_fin_exercice": 7372185.02, // float
"verif_compta_ex_n": 7372185.02 // float
}

],
"mouvements_echeance": {

"actif_immobilisation_financieres": {

"libelle": "Total des Immobilisation Financières", // string
"montant": 1483.94, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 1483.94, // float
"lignes": [

{
"libelle": "Participations", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Créances rattachées à des participations", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Titres immobilisés", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Prêts", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Dépôts et cautionnements versés", // string
"montant": 1483.94, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 1483.94 // float
},
{
"libelle": "Autres créances immobilisées", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
}

]

},
"actif_comptes_de_liaison": {

"libelle": "Total des Comptes de liaison", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0, // float
"lignes": []

},
"actif_stocks": {

"libelle": "Total des Stocks", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0, // float
"lignes": []

},
"actif_creances": {

"libelle": "Total des Créances", // string
"montant": 1517326.93, // float
"echeance_avant_1_an": 1517326.93, // float
"echeance_apres_1_an": 0, // float
"lignes": [

{
"libelle": "Fournisseurs : avances , acomptes versés", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Familles ou élèves", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Personnel et charges sociales", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Etat et autres collectivités publiques", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Confédération , fédérations , associations et apparentés", // string
"montant": 1178530.32, // float
"echeance_avant_1_an": 1178530.32, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Comptes transitoires ou attente", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Débiteurs divers", // string
"montant": 231238.14, // float
"echeance_avant_1_an": 231238.14, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Placements", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Intérêts courus non échus", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Banques, établissements financiers et assimilés", // string
"montant": 234188.79, // float
"echeance_avant_1_an": 234188.79, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Caisses", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Régie d'avance et accréditifs", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Charges constatées d'avance", // string
"montant": 107558.47, // float
"echeance_avant_1_an": 107558.47, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Charges à répartir sur plusieurs exercices", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Intérêts d'emprunt à étaler", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
}

]

},
"passif_comptes_de_liaison": {

"libelle": "Total des Comptes de liaison", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0, // float
"lignes": []

},
"passif_emprunts_et_dettes_bancaires": {

"libelle": "Total des Emprunts et Dettes Bancaires", // string
"montant": 4676808.36, // float
"echeance_avant_1_an": 509447.67, // float
"echeance_apres_1_an": 4167360.69, // float
"lignes": [

{
"libelle": "Capital emprunté", // string
"montant": 4673216.01, // float
"echeance_avant_1_an": 505855.32, // float
"echeance_apres_1_an": 4167360.69 // float
},
{
"libelle": "Intérêts", // string
"montant": 3592.35, // float
"echeance_avant_1_an": 3592.35, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Concours bancaires courants et comptes créditeurs de banque ", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
}

]

},
"passif_dettes": {

"libelle": "Total des Dettes", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0, // float
"lignes": [

{
"libelle": "Dettes sur immobilisations et comptes rattachés", // string
"montant": 2545.36, // float
"echeance_avant_1_an": 2545.36, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Fournisseurs et comptes rattachés", // string
"montant": 3613.95, // float
"echeance_avant_1_an": 3613.95, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Familles ou élèves : avances reçues", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Dettes relatives au personnel", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Etat et autres collectivités publiques", // string
"montant": 70106.89, // float
"echeance_avant_1_an": 70106.89, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Confédération , fédérations , associations et apparentés", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Autres dettes", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Produits constatés d'avance", // string
"montant": 0, // float
"echeance_avant_1_an": 0, // float
"echeance_apres_1_an": 0 // float
},
{
"libelle": "Dettes et Assimilées", // string
"montant": 76266.2, // float
"echeance_avant_1_an": 76266.2, // float
"echeance_apres_1_an": 0 // float
}

]

}

},
"credit_baux": [

{
"compte": "", // string
"organisme": "", // string
"libelle": "", // string
"terme": "", // date
"montant_annuel": 0, // float
"dette_avant_1_an": 0, // float
"dette_de_1_a_5_an": 0, // float
"dette_apres_5_an": 0, // float
"valeur_residuelle": 0, // float
"engagement_total": 0, // float
"valeur_origine": 0 // float
},
{
"compte": "", // string
"organisme": "", // string
"libelle": "", // string
"terme": "", // date
"montant_annuel": 0, // float
"dette_avant_1_an": 0, // float
"dette_de_1_a_5_an": 0, // float
"dette_apres_5_an": 0, // float
"valeur_residuelle": 0, // float
"engagement_total": 0, // float
"valeur_origine": 0 // float
}

],
"bilan_financier": {

"actif": [

{
"libelle": "Actif immobilisé", // string
"ex_n_montant_initial": 6810543.72, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 6810543.72, // float
"ex_n_moins_1_montant_initial": 7402264.37, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 7402264.37, // float
"ex_n_moins_2_montant_initial": 7903972.38, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 7903972.38, // float
"ex_n_moins_3_montant_initial": 8207482.02, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 8207482.02 // float
},
{
"libelle": "Comptes de liaison Long Terme", // string
"ex_n_montant_initial": 0, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 0, // float
"ex_n_moins_1_montant_initial": 0, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 0, // float
"ex_n_moins_2_montant_initial": 0, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 0, // float
"ex_n_moins_3_montant_initial": 0, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 0 // float
},
{
"libelle": "Trésorerie Long terme", // string
"ex_n_montant_initial": 0, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 0, // float
"ex_n_moins_1_montant_initial": 0, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 0, // float
"ex_n_moins_2_montant_initial": 0, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 0, // float
"ex_n_moins_3_montant_initial": 0, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 0 // float
},
{
"libelle": "Stocks , créances et régularisations", // string
"ex_n_montant_initial": 338796.61, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 338796.61, // float
"ex_n_moins_1_montant_initial": 448795.46, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 448795.46, // float
"ex_n_moins_2_montant_initial": 288739.23, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 288739.23, // float
"ex_n_moins_3_montant_initial": 298675.29, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 298675.29 // float
},
{
"libelle": "Comptes de liaison Court Terme", // string
"ex_n_montant_initial": 1178530.32, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 1178530.32, // float
"ex_n_moins_1_montant_initial": 803690.9, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 803690.9, // float
"ex_n_moins_2_montant_initial": 946704.33, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 946704.33, // float
"ex_n_moins_3_montant_initial": 709654.56, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 709654.56 // float
},
{
"libelle": "Trésorerie", // string
"ex_n_montant_initial": 234188.79, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 234188.79, // float
"ex_n_moins_1_montant_initial": 285033.5, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 285033.5, // float
"ex_n_moins_2_montant_initial": 517810.42, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 517810.42, // float
"ex_n_moins_3_montant_initial": 1044915.4, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 1044915.4 // float
},
{
"libelle": "Total actif", // string
"ex_n_montant_initial": 8562059.44, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 8562059.44, // float
"ex_n_moins_1_montant_initial": 8939784.23, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 8939784.23, // float
"ex_n_moins_2_montant_initial": 9657226.36, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 9657226.36, // float
"ex_n_moins_3_montant_initial": 10260727.27, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 10260727.27 // float
}

],
"passif": [

{
"libelle": "Fonds propres et assimilés", // string
"ex_n_montant_initial": 3808984.88, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 3808984.88, // float
"ex_n_moins_1_montant_initial": 3612352.86, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 3612352.86, // float
"ex_n_moins_2_montant_initial": 3787110.42, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 3787110.42, // float
"ex_n_moins_3_montant_initial": 3709140.71, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 3709140.71 // float
},
{
"libelle": "Comptes de liaison Long Terme", // string
"ex_n_montant_initial": 0, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 0, // float
"ex_n_moins_1_montant_initial": 0, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 0, // float
"ex_n_moins_2_montant_initial": 0, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 0, // float
"ex_n_moins_3_montant_initial": 0, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 0 // float
},
{
"libelle": "Capital emprunté", // string
"ex_n_montant_initial": 4673216.01, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 4673216.01, // float
"ex_n_moins_1_montant_initial": 5155433.84, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 5155433.84, // float
"ex_n_moins_2_montant_initial": 5631257.74, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 5631257.74, // float
"ex_n_moins_3_montant_initial": 6099988.47, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 6099988.47 // float
},
{
"libelle": "Comptes de liaison Court Terme", // string
"ex_n_montant_initial": 0, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 0, // float
"ex_n_moins_1_montant_initial": 0, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 0, // float
"ex_n_moins_2_montant_initial": 0, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 0, // float
"ex_n_moins_3_montant_initial": 0, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 0 // float
},
{
"libelle": "Autres dettes", // string
"ex_n_montant_initial": 79858.55, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 79858.55, // float
"ex_n_moins_1_montant_initial": 171997.53, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 171997.53, // float
"ex_n_moins_2_montant_initial": 238858.2, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 238858.2, // float
"ex_n_moins_3_montant_initial": 451598.09, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 451598.09 // float
},
{
"libelle": "Total passif", // string
"ex_n_montant_initial": 8562059.44, // float
"ex_n_modif_lt_ct": 0, // float
"ex_n_montant_final": 8562059.44, // float
"ex_n_moins_1_montant_initial": 8939784.23, // float
"ex_n_moins_1_modif_lt_ct": 0, // float
"ex_n_moins_1_montant_final": 8939784.23, // float
"ex_n_moins_2_montant_initial": 9657226.36, // float
"ex_n_moins_2_modif_lt_ct": 0, // float
"ex_n_moins_2_montant_final": 9657226.36, // float
"ex_n_moins_3_montant_initial": 10260727.27, // float
"ex_n_moins_3_modif_lt_ct": 0, // float
"ex_n_moins_3_montant_final": 10260727.27 // float
}

]

},
"vmp": [ -> CYCLE B : VMP FIFO (pour chaque titre (account) / aquisition)

{
"libelle": "Sicav et Fcp", // string ->FIELDS->10->label
"solde_comptable": 0, // float -> montant à récupérer depuis le numéro de compte sélectionné
"valeur_marche": 0, // float -> valeur nominale ou valeur de vente ???
"plus_values_latentes": 0, // float ->FIELDS->10->aquisition_ventes_plus_value_latente
"moins_values_latentes": 0 // float ->FIELDS->10->aquisition_ventes_moins_value_latente
},
{
"libelle": "Bons de caisse et Dépôts à terme", // string
"solde_comptable": 0, // float
"valeur_marche": 0, // float
"plus_values_latentes": 0, // float
"moins_values_latentes": 0 // float
}

],
"elem_prepa_plaquette": {

"annuites_emprunts_restantes_ou_solde_comptes_164": 4673216.01, // float -> comptes commençants par 164 ????
"surface_autres_surfaces_non_spécifiques": 0, // float
"etp_total_ogec": 0, // float -> etp (emploi temps plein)
"Repas_avec_coef_en_Gestion_interne": 0, // float ->FIELDS->19->total_repas_coef_current_nombre
"Repas_avec_coef_Sous_traite": 0, // float ->FIELDS->17->total_repas_annee_apres_coef (pas sûre de la valeur)
"Repas_servis_en_Gestion_interne": 0, // float ->FIELDS->19->total_repas_coef_current_nombre (pas sûre de la valeur)
"Repas_servis_Sous_traite": 0, // float ->FIELDS->17->total_repas_annee_apres_coef (pas sûre de la valeur)
"surface_administration": 0, // float
"surface_atelier_pedagogique_type_industriel": 0, // float
"surface_cour_goudronnee": 0, // float
"surface_gymnase": 0, // float
"surface_internat": 0, // float
"surface_logement_adultes": 0, // float
"surface_pastorale": 0, // float
"surface_preau_non_ferme": 0, // float
"surface_restauration": 0, // float
"surfacestotales": 4291 // float

}

}