Versions Compared

Key

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

...

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>EntityToEntity</objectType>
		</header>
		<entityToEntity>
			<objectType>EntityToEntity</objectType>
			<objectId>EntityToEntity</objectId>
			<objectDescription>EntityToEntity</objectDescription>
			<updateSource>MCADMIN</updateSource>
			submitOptionsFlag>H</submitOptionsFlag>
			<entityXrefs>
				<entityXref>
					<xrefAccountId>123_ME_CUSIP</xrefAccountId>
					<xrefAccountIdType>CUSIP</xrefAccountIdType>
				</entityXref>
				<entityXref>
					<xrefAccountId>123_ME_ISIN</xrefAccountId>
					<xrefAccountIdType>ISIN</xrefAccountIdType>
				</entityXref>
			</entityXrefs>
			<entityDetail>
				<entityDetailXrefs>
					<entityXref>
						<xrefAccountId>123ABC1_CUSIP</xrefAccountId>
						<xrefAccountIdType>CUSIP</xrefAccountIdType>
					</entityXref>
					<entityXref>
						<xrefAccountId>123ABC1_ISIN</xrefAccountId>
						<xrefAccountIdType>ISIN</xrefAccountIdType>
					</entityXref>
				</entityDetailXrefs>
				<effectiveDate>2020-08-21</effectiveDate>
				<weight>4.1</weight>
				<listOrder>4</listOrder>
				<indexFromDate>2020-08-01</indexFromDate>
				<indexToDate>2020-12-31</indexToDate>
				<userInd1>DA</userInd1>
				<userInd2>DB</userInd2>
				<userInd3>DC</userInd3>
			</entityDetail>
			<entityDetail>
				<entityDetailXrefs>
					<entityXref>
						<xrefAccountId>123ABC2_CUSIP</xrefAccountId>
						<xrefAccountIdType>CUSIP</xrefAccountIdType>
					</entityXref>
					<entityXref>
						<xrefAccountId>123ABC2_ISIN</xrefAccountId>
						<xrefAccountIdType>ISIN</xrefAccountIdType>
					</entityXref>
				</entityDetailXrefs>
				<effectiveDate>2020-08-21</effectiveDate>
				<weight>5.1</weight>
				<listOrder>5</listOrder>
				<indexFromDate>2020-08-01</indexFromDate>
				<indexToDate>2020-12-31</indexToDate>
				<userInd1>EA</userInd1>
				<userInd2>EB</userInd2>
				<userInd3>EC</userInd3>
			</entityDetail>
			<entityDetail>
				<entityDetailXrefs>
					<entityXref>
						<xrefAccountId>123ABC3_CUSIP</xrefAccountId>
						<xrefAccountIdType>CUSIP</xrefAccountIdType>
					</entityXref>
					<entityXref>
						<xrefAccountId>123ABC3_ISIN</xrefAccountId>
						<xrefAccountIdType>ISIN</xrefAccountIdType>
					</entityXref>
				</entityDetailXrefs>
				<effectiveDate>2020-08-21</effectiveDate>
				<weight>6.1</weight>
				<listOrder>6</listOrder>
				<indexFromDate>2020-08-01</indexFromDate>
				<indexToDate>2020-12-31</indexToDate>
				<userInd1>FA</userInd1>
				<userInd2>FB</userInd2>
				<userInd3>FC</userInd3>
			</entityDetail>
		</entityToEntity>
	</entityTransaction>
</EagleML>

...