Investment Funds

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
date
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Indicator and unit
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Investments value
               

No description available for this field.

Name (identifier)
value
Type
decimal
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":"investment-funds",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/investment-funds"
      }
    ]
    ,
  • "definitions":
    {
    • "investment-funds":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/investment-funds_records"
            }
          }
        }
      }
      ,
    • "investment-funds_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator and unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Investments value",
              • "description":""
              }
              ,
            • "date_object":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date_Object",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets