The Attribute Types Local (AttributeTypesLocal) Data Block cannot be edited. The following details are informational only.
The Attribute Types Local (AttributeTypesLocal) Data Block is used to get the list of asset classes from Assette. This Data Block cannot be edited.
General Info #
The following table shows the default fields of the Data Block.
Field | Value |
---|---|
Name | AttributeTypesLocal |
Block Category | Interface |
Block Type | Local Database |
Data Category | None |
Output Type | Data Table |
Editable | False |
Dependencies #
None
Columns #
None
Example Definition #
{
"type": "table",
"sql": "SELECT * FROM AssetClasses",
"parameters": []
}
Example Request #
The following code shows an example request using the default values of the Data Block.
{}
Example Response #
The following code shows an example response using the default values of the Data Block. The default data source is the Assette Snowflake Demo Instance. The response may be shortened for brevity.
{
"data": [
{
"ID": 6,
"Code": "Cash",
"Name": "Cash",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 7,
"Code": "Equity",
"Name": "Equity",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 8,
"Code": "portfolio",
"Name": "Total Portfolio",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 9,
"Code": "c",
"Name": "c",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 10,
"Code": "Fund",
"Name": "Fund",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 11,
"Code": "n",
"Name": "n",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 12,
"Code": "Fixed Income",
"Name": "Fixed Income",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 13,
"Code": "e",
"Name": "e",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 17,
"Code": "Right",
"Name": "Right",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 18,
"Code": "Loan",
"Name": "Loan",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
},
{
"ID": 19,
"Code": "Warrant",
"Name": "Warrant",
"UnitsMultiplier": null,
"ParentID": null,
"BatchID": null
}
],
"errors": [],
"success": true,
"logs": []
}