The Source List of Attribute Type Values (Source_ListofAttributeTypeValues) Data Block must be edited according to client’s data source and structure.
In this block, Assette compile the list of distinct strategies and vehicles and insert them into Assette local database. The dependency block (e.g.: Source_ListofAttributeTypeValues) which referring client data source data should be populated with all strategies , Vehicles and AssetClass list along with associated attribute type values.
General Info #
Field | Value |
---|---|
Name | Source_ListofAttributeTypeValues |
Block Category | Interface |
Block Type | Constant |
Data Category | None |
Output Type | Data Table |
Dependencies #
None
Columns #
Column Name | Data Type | |
---|---|---|
ATTRIBUTETYPE* | VARCHAR | Attribute type of the code and value (e.g., “Strategy”) |
ATTRIBUTETYPECODE* | VARCHAR | The unique code of the ATTRIBUTETYPEVALUE (e.g., “DCLV”) |
ATTRIBUTETYPEVALUE* | VARCHAR | The value of the attribute (e.g., “Diversified Large Cap Value”) |
Example Request #
{}
Example Response #
The following response has been shortened for brevity
{
"data": [
{
"ATTRIBUTETYPE": "Strategy",
"ATTRIBUTETYPECODE": "DLCV",
"ATTRIBUTETYPEVALUE": "Diversified Large Cap Value"
},
{
"ATTRIBUTETYPE": "ClientType",
"ATTRIBUTETYPECODE": "Other",
"ATTRIBUTETYPEVALUE": "Other"
},
{
"ATTRIBUTETYPE": "Vehicle",
"ATTRIBUTETYPECODE": "Separate Account",
"ATTRIBUTETYPEVALUE": "Separate Account"
}
],
"errors": [],
"success": true,
"logs": []
}