Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create Entity List (Entity List interface)

Code Block
languagexml
<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>EntityToList</objectType>
		<action>ADD</action>
	</header>
	<entityToList>
		<objectType>EntityToList</objectType>
		<objectId>EntityToList</objectId>
		<objectDescription>EntityToList</objectDescription>
		<updateTimestamp>2014-07-22T08:14:35</updateTimestamp>
		<updateSource>MCADMIN</updateSource>
		<entityId>TJAM</entityId>
		<entityName>TJAM</entityName>
		<entityListId>AMLIST</entityListId>
		<entityListName>AMTEST</entityListName>
	</entityToList>        <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 List interface):
Entity To List Example