Bank Nonperforming Loans to Total Gross Loans
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"bank-nonperforming-loans-to-total-gross-loans",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bank-nonperforming-loans-to-total-gross-loans"
}
] - "definitions":{
- "bank-nonperforming-loans-to-total-gross-loans":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bank-nonperforming-loans-to-total-gross-loans_records"
}
}
} - "records":
} - "properties":
- "bank-nonperforming-loans-to-total-gross-loans_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_name":,{
- "type":"string",
- "title":"Country Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"Bank nonperforming loans to total gross loans (%)",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "bank-nonperforming-loans-to-total-gross-loans":