Investment Funds (Open/Close)

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
                       
Open / Close
               

No description available for this field.

Name (identifier)
open_close
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Investments value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Full Date
               

No description available for this field.

Name (identifier)
full_date
Type
date
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"investment-funds-openclose",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/investment-funds-openclose"
      }
    ]
    ,
  • "definitions":
    {
    • "investment-funds-openclose":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/investment-funds-openclose_records"
            }
          }
        }
      }
      ,
    • "investment-funds-openclose_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":""
              }
              ,
            • "open_close":
              {
              • "type":"string",
              • "title":"Open / Close",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Investments value",
              • "description":""
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":""
              }
              ,
            • "full_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Full Date",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "title":"Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets