enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Subventions aux associations

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nomAttribuant
Nom officiel de la collectivité attribuant la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomattribuant
Type
texte
Exemple
                       
idAttribuant
Identifiant du Système d'Identification du Répertoire des Établissements (SIRET) de la collectivité attribuant la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idattribuant
Type
texte
Exemple
                       
dateConvention
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dateconvention
Type
date
Exemple
                       
referenceDecision
Référence de l’acte matérialisant la décision d’attribution de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
referencedecision
Type
texte
Exemple
                       
nomBeneficiaire
Nom officiel ou raison sociale du bénéficiaire de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombeneficiaire
Type
texte
Exemple
                       
idBeneficiaire
Identifiant SIRET du bénéficiaire de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idbeneficiaire
Type
texte
Exemple
                       
objet
Description de l'objet de la subvention

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objet
Type
texte
Exemple
                       
montant
Montant total de la subvention attribuée, exprimé en euros

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant
Type
décimal
Unité
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
texte
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
                       

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":"subventions-aux-associations",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/subventions-aux-associations"
      }
    ]
    ,
  • "definitions":
    {
    • "subventions-aux-associations":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/subventions-aux-associations_records"
            }
          }
        }
      }
      ,
    • "subventions-aux-associations_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nomattribuant":
              {
              • "type":"string",
              • "title":"nomAttribuant",
              • "description":"Nom officiel de la collectivité attribuant la subvention"
              }
              ,
            • "idattribuant":
              {
              • "type":"string",
              • "title":"idAttribuant",
              • "description":"Identifiant du Système d'Identification du Répertoire des Établissements (SIRET) de la collectivité attribuant la subvention"
              }
              ,
            • "dateconvention":
              {
              • "type":"string",
              • "format":"date",
              • "title":"dateConvention",
              • "description":""
              }
              ,
            • "referencedecision":
              {
              • "type":"string",
              • "title":"referenceDecision",
              • "description":"Référence de l’acte matérialisant la décision d’attribution de la subvention"
              }
              ,
            • "nombeneficiaire":
              {
              • "type":"string",
              • "title":"nomBeneficiaire",
              • "description":"Nom officiel ou raison sociale du bénéficiaire de la subvention"
              }
              ,
            • "idbeneficiaire":
              {
              • "type":"string",
              • "title":"idBeneficiaire",
              • "description":"Identifiant SIRET du bénéficiaire de la subvention"
              }
              ,
            • "objet":
              {
              • "type":"string",
              • "title":"objet",
              • "description":"Description de l'objet de la subvention"
              }
              ,
            • "montant":
              {
              • "type":"number",
              • "title":"montant",
              • "description":"Montant total de la subvention attribuée, exprimé en euros",
              • "unit":"€"
              }
              ,
            • "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",
              • "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"
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires