The Product Master Local Data Base Data Block is part of Assette’s standard setup and is not usually edited by end users.
The Product Master Local Data Base (ProductMasterLocalDB) Data Block is used to retrieve information from the Assette Product Master.
General Info #
Field | Value |
---|---|
Name | ProductMasterLocalDB |
Block Category | Interface |
Block Type | Local Database |
Data Category | None |
Output Type | Values |
Depenedencies #
None
Example Request #
{
"ID": "",
"ClientSegment": "",
"Strategy": "",
"Country": "",
"Shareclass": "",
"Code": "",
"Assetclass": "",
"GeographicScope": ""
}
Example Response #
{
"data": [
{
"ProductID": 1,
"ProductName": "U.S. Large Cap Value",
"ProductCode": "PRDK01",
"RepAccountID": 123,
"CompositeID": 456,
"RepAccountCode": "987",
"CompositeAccountCode": "4567",
"StrategyID": 112,
"VehicleTypeID": 2,
"StrategyName": "U.S. Large Cap Value",
"Strategy": 852,
"VehicleTypeName": null,
"ParentID": null,
"Type": "product",
"Product": 1,
"VehicleType": null
}
],
"errors": [],
"success": true,
"logs": []
}