Reserve Assets

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Reserve Assets in Billion SR
               

No description available for this field.

Name (identifier)
reserve_assets_in_billion_sr
Type
decimal
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       
Date_Object
               

No description available for this field.

Name (identifier)
date_object
Type
date
Sample
                       

JSON Schema

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

{
  • "title":"reserve-assets",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/reserve-assets"
      }
    ]
    ,
  • "definitions":
    {
    • "reserve-assets":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/reserve-assets_records"
            }
          }
        }
      }
      ,
    • "reserve-assets_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "reserve_assets_in_billion_sr":
              {
              • "type":"number",
              • "title":"Reserve Assets in Billion SR",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "title":"Date",
              • "description":""
              }
              ,
            • "date_object":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date_Object",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets