Create Entity List (EntityList Entity List interface)
Code Block | ||
---|---|---|
| ||
<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" eaglemlVersion="2-0" eaglemlType="EntityTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="EntityTransactionMessage"> <entityTransaction> <header> <objectType>EntityList</objectType> </header> <entityList> <objectType>EntityList</objectType> <objectId>EntityList</objectId> <objectDescription>OBJECT_DESCRIPTION</objectDescription> <updateTimestamp>2019-08-14T13:14:57</updateTimestamp> <updateSource>MCADMIN</updateSource> <accountingValidationFlag>ACCOUNTING_VALIDATION_FLAG</accountingValidationFlag> <mutualEntityType>SECTOR</mutualEntityType> <entityId>TSTR8210A</entityId> <entityName>ENTITY_NAME</entityName> <entityType>ENTITY_TYPE</entityType> <totalNumberShareClasses>941511</totalNumberShareClasses> <activeStatus>N</activeStatus> <codeValue>CODE_VALUE</codeValue> <connector>CONNECTOR</connector> <entityPartitionAssignment>1</entityPartitionAssignment> <fieldAttributeId>555724</fieldAttributeId> <operator>OPERATOR</operator> </entityList> </entityTransaction> </EagleML> |
Create Entity List and add an Entity to it (Entity to To List interface):
Entity To List Example