Central Bank Liabilities

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Company
               

No description available for this field.

Name (identifier)
company_en
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
catigory_en
Type
text
Sample
                       
INVESTMENTS
               

No description available for this field.

Name (identifier)
investments_en
Type
text
Sample
                       
Value (000 AED)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"central-bank-liabilities",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/central-bank-liabilities"
      }
    ]
    ,
  • "definitions":
    {
    • "central-bank-liabilities":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/central-bank-liabilities_records"
            }
          }
        }
      }
      ,
    • "central-bank-liabilities_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "company_en":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "catigory_en":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "investments_en":
              {
              • "type":"string",
              • "title":"INVESTMENTS",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value (000 AED)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets