Money Supply

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
M1 (Billion Riyals)
               

No description available for this field.

Name (identifier)
m1_billion_riyals
Type
decimal
Sample
                       
M1 Weekly Change %
               

No description available for this field.

Name (identifier)
m1_weekly_change
Type
decimal
Sample
                       
M1 Period Change %
               

No description available for this field.

Name (identifier)
m1_period_change
Type
decimal
Sample
                       
M2 (Billion Riyals)
               

No description available for this field.

Name (identifier)
m2_billion_riyals
Type
decimal
Sample
                       
M2 Weekly Change %
               

No description available for this field.

Name (identifier)
m2_weekly_change
Type
decimal
Sample
                       
M2 Period Change %
               

No description available for this field.

Name (identifier)
m2_period_change
Type
decimal
Sample
                       
M3 (Billion Riyals)
               

No description available for this field.

Name (identifier)
m3_billion_riyals
Type
decimal
Sample
                       
M3 Weekly Change %
               

No description available for this field.

Name (identifier)
m3_weekly_change
Type
decimal
Sample
                       
M3 Period Change %
               

No description available for this field.

Name (identifier)
m3_period_change
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"weekly-money-supply",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weekly-money-supply"
      }
    ]
    ,
  • "definitions":
    {
    • "weekly-money-supply":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weekly-money-supply_records"
            }
          }
        }
      }
      ,
    • "weekly-money-supply_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "m1_billion_riyals":
              {
              • "type":"number",
              • "title":"M1 (Billion Riyals)",
              • "description":""
              }
              ,
            • "m1_weekly_change":
              {
              • "type":"number",
              • "title":"M1 Weekly Change %",
              • "description":""
              }
              ,
            • "m1_period_change":
              {
              • "type":"number",
              • "title":"M1 Period Change %",
              • "description":""
              }
              ,
            • "m2_billion_riyals":
              {
              • "type":"number",
              • "title":"M2 (Billion Riyals)",
              • "description":""
              }
              ,
            • "m2_weekly_change":
              {
              • "type":"number",
              • "title":"M2 Weekly Change %",
              • "description":""
              }
              ,
            • "m2_period_change":
              {
              • "type":"number",
              • "title":"M2 Period Change %",
              • "description":""
              }
              ,
            • "m3_billion_riyals":
              {
              • "type":"number",
              • "title":"M3 (Billion Riyals)",
              • "description":""
              }
              ,
            • "m3_weekly_change":
              {
              • "type":"number",
              • "title":"M3 Weekly Change %",
              • "description":""
              }
              ,
            • "m3_period_change":
              {
              • "type":"number",
              • "title":"M3 Period Change %",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets