Service - Account Equity
Jump to navigation
Jump to search
Overview
Handler service for accounts classified as Equity.
Repository
...
Schemas
ObjectSchemas
accountEquity
{
"objectType": "accountEquity",
"extendObjType": {
"serviceTag": "AccountManager",
"objectType": "account"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "accountEquity",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from account objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...