This block is managed by Assette and cannot be edited by users. This article is for informational purposes only.
The Attribute Type Values Local (AttributeTypeValuesLocal) Data Block is a System Data Block in Assette that provides read-only access to the list of attribute type values stored in Assette’s local database. It plays a foundational role in enabling attribute-based mapping and categorization across products, accounts, and other data structures in the system.
General Info #
Field | Value |
---|---|
Name | AttributeTypeValuesLocal |
Block Category | Interface |
Block Type | Local Database |
Output Type | Data Table |
Editable | False (system-managed) |
Dependencies #
None
Example Request #
{
"AttributeType": "Strategy"
}
Example Response #
This example may have been truncated due to the length of the response.
{
"data": [
{
"Id": 214,
"Value": "USLCGE",
"Description": "US Large Cap Growth Equity",
"AttributeTypeId": 1,
"ParentAttributeValueID": null,
"DisplayOrder": null,
"IsActive": true,
"PropertiesJson": null,
"AttributeType": "Strategy"
},
{
"Id": 215,
"Value": "GVE",
"Description": "Global Value Equity",
"AttributeTypeId": 1,
"ParentAttributeValueID": null,
"DisplayOrder": null,
"IsActive": true,
"PropertiesJson": null,
"AttributeType": "Strategy"
}
],
"errors": [],
"success": true,
"logs": [],
"sources": []
}