records
BPCE - Réseau Caisse d'Epargne - Encours de crédit et d'épargne
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"encours-credit-et-epargne-reseau-caisse-epargne",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/encours-credit-et-epargne-reseau-caisse-epargne"
}
] - "definitions":{
- "encours-credit-et-epargne-reseau-caisse-epargne":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/encours-credit-et-epargne-reseau-caisse-epargne_records"
}
}
} - "records":
} - "properties":
- "encours-credit-et-epargne-reseau-caisse-epargne_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "encours_de_credit":,{
- "type":"number",
- "title":"Encours de crédit",
- "description":""
} - "epargne_bilantielle_financiere":{
- "type":"number",
- "title":"Épargne (bilantielle + financière)",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "encours-credit-et-epargne-reseau-caisse-epargne":
}