enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Subventions - 2018

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nomAttribuant
Nom de l'attribuant

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomattribuant
Type
texte
Exemple
                       
idAttribuant
Identification de l'attribuant

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idattribuant
Type
int
Exemple
                       
dateConvention
Date de la convention de subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dateconvention
Type
date
Exemple
                       
referenceDecision
Référence de la décision

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
referencedecision
Type
texte
Exemple
                       
nomBeneficiaire
Nom du bénéficiaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombeneficiaire
Type
texte
Exemple
                       
idBeneficiaire
Identification SIRET du bénéficiaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idbeneficiaire
Type
int
Exemple
                       
rnaBeneficiaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rnabeneficiaire
Type
texte
Exemple
                       
objet
Objet de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objet
Type
texte
Exemple
                       
montant
Montant total de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant
Type
décimal
Exemple
                       
nature
Nature de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature
Type
texte
Exemple
                       
conditionsVersement
Conditions de versement de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
conditionsversement
Type
texte
Exemple
                       
datesPeriodeVersement
Date ou période de versement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datesperiodeversement
Type
datetime
Exemple
                       
idRAE
Identifiant RAE de l’aide au titre de laquelle la subvention est attribuée

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idrae
Type
texte
Exemple
                       
notificationUE
Aide d'Etat notifiée à la Commission Européenne

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
notificationue
Type
texte
Exemple
                       
pourcentageSubvention
Pourcentage du montant total de la subvention attribuée au bénéficiaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentagesubvention
Type
int
Exemple
                       
dispositifAide
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dispositifaide
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"ame_subventions_2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ame_subventions_2018"
      }
    ]
    ,
  • "definitions":
    {
    • "ame_subventions_2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ame_subventions_2018_records"
            }
          }
        }
      }
      ,
    • "ame_subventions_2018_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nomattribuant":
              {
              • "type":"string",
              • "title":"nomAttribuant",
              • "description":"Nom de l'attribuant"
              }
              ,
            • "idattribuant":
              {
              • "type":"integer",
              • "title":"idAttribuant",
              • "description":"Identification de l'attribuant"
              }
              ,
            • "dateconvention":
              {
              • "type":"string",
              • "format":"date",
              • "title":"dateConvention",
              • "description":"Date de la convention de subvention"
              }
              ,
            • "referencedecision":
              {
              • "type":"string",
              • "title":"referenceDecision",
              • "description":"Référence de la décision"
              }
              ,
            • "nombeneficiaire":
              {
              • "type":"string",
              • "title":"nomBeneficiaire",
              • "description":"Nom du bénéficiaire"
              }
              ,
            • "idbeneficiaire":
              {
              • "type":"integer",
              • "title":"idBeneficiaire",
              • "description":"Identification SIRET du bénéficiaire"
              }
              ,
            • "rnabeneficiaire":
              {
              • "type":"string",
              • "title":"rnaBeneficiaire",
              • "description":""
              }
              ,
            • "objet":
              {
              • "type":"string",
              • "title":"objet",
              • "description":"Objet de la subvention"
              }
              ,
            • "montant":
              {
              • "type":"number",
              • "title":"montant",
              • "description":"Montant total de la subvention"
              }
              ,
            • "nature":
              {
              • "type":"string",
              • "title":"nature",
              • "description":"Nature de la subvention"
              }
              ,
            • "conditionsversement":
              {
              • "type":"string",
              • "title":"conditionsVersement",
              • "description":"Conditions de versement de la subvention"
              }
              ,
            • "datesperiodeversement":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"datesPeriodeVersement",
              • "description":"Date ou période de versement"
              }
              ,
            • "idrae":
              {
              • "type":"string",
              • "title":"idRAE",
              • "description":"Identifiant RAE de l’aide au titre de laquelle la subvention est attribuée"
              }
              ,
            • "notificationue":
              {
              • "type":"string",
              • "title":"notificationUE",
              • "description":"Aide d'Etat notifiée à la Commission Européenne"
              }
              ,
            • "pourcentagesubvention":
              {
              • "type":"integer",
              • "title":"pourcentageSubvention",
              • "description":"Pourcentage du montant total de la subvention attribuée au bénéficiaire"
              }
              ,
            • "dispositifaide":
              {
              • "type":"string",
              • "title":"dispositifAide",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires