Investment Funds
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "investment-funds":