Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 5 Current »

This page describes the Warehouse Performance object, the streams and rules it uses, and the logic designed for its streams, including:

Overview

The purpose of the Warehouse Performance Inbound interface is to upload Total, Segment-level and Index Constituent Performance returns into the Eagle data warehouse from external sources. 
It assumes that performance has been calculated and data is committed to the database in order to establish the classification structure that reflects the model of the index or fund being loaded (e.g. Country/Sector).  This structure is defined by the grouping rule of the Performance Calculation report and it is the PACE commit process that ensures the structure is written to the PACE dictionary and dictionary_detail tables.  The configuration of the performance model must exist in order for data to be loaded.
Warehouse Performance inbound interface loads and updates data in the following database tables:

  • PERFORMDBO.PERF_SUMMARY
  • PERFORMDBO.PERF_SEC_RETURNS

You can use pipe-delimited and EagleML-formatted files as incoming data.

Stream Logic

EagleML Processing Sequence

Warehouse Performance is loaded into DB via eagle_ml-2-0_default_in_xml_warehouse_preproc in two steps:

  • XSLT transformation. XSLT rule 'eagle_default/in/xml/xslt/wrh_egl_gen_interface3.xsl' is used.
  • Loading data into the database. The 'eagle_default/in/xml/xml-warehouse_v2.xml' rule is used.

To load or update data in Warehouse Performance database tables send an EagleML message into the eagle_ml-2-0_default_in_xml_warehouse_preproc stream.

 Click to expand an example of incoming EagleML message

 Warehouse Performance batch mode example - minimum set of elements
<EagleML eaglemlVersion="2-0"
 eaglemlType="WarehouseTransactionMessage"
 xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 xsi:type="WarehouseTransactionMessage"
 xmlns:msxsl="urn:schemas-microsoft-com:xslt"
 xmlns:my="urn:myNamespace"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
<warehouseTransaction>
<header>
	<batchKey>WIKI0001^^20201101^EAGLE PACE^D^Test-WrhsPerf-With-PSR^S</batchKey>
	<objectType>WarehousePerformance</objectType>
</header>
<warehousePerformance>
	<objectType>WarehousePerformance</objectType>
	<objectId>WarehousePerformance</objectId>
	<objectDescription>WAREHOUSE</objectDescription>
	<sourceName>EAGLE PACE</sourceName>
	<entityId>WIKI0001</entityId>
	<primaryAssetId>WIKI0001</primaryAssetId>
	<primaryAssetType>INTERNAL</primaryAssetType>
	<statusFlag>S</statusFlag>
</warehousePerformance>
</warehouseTransaction>
</EagleML>
 Warehouse Performance batch mode example - maximum set of elements
<EagleML
 eaglemlVersion="2-0"
 eaglemlType="WarehouseTransactionMessage"
 xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 xsi:type="WarehouseTransactionMessage"
 xmlns:msxsl="urn:schemas-microsoft-com:xslt"
 xmlns:my="urn:myNamespace"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
<warehouseTransaction>
<header>
	<batchKey>WIKI0001^^20201101^EAGLE PACE^D^Test-WrhsPerf-With-PSR^S</batchKey>
	<objectType>WarehousePerformance</objectType>
</header>
<warehousePerformance>
	<objectType>WarehousePerformance</objectType>
	<objectId>WarehousePerformance</objectId>
	<objectDescription>WAREHOUSE</objectDescription>
	<sourceName>EAGLE PACE</sourceName>
	<updateSource>ENEY</updateSource>
	<entityId>WIKI0001</entityId>
	<entityName>WIKI0001_NAME</entityName>
	<entityType>PORT</entityType>
	<entityXrefs>
		<entityXref>
			<xrefAccountId>WIKI0001_XREF01</xrefAccountId>
			<xrefAccountIdType>XREF1</xrefAccountIdType>
			<xrefClassCode>TF1</xrefClassCode>
		</entityXref>
		<entityXref>
			<xrefAccountId>WIKI0001_XREF02</xrefAccountId>
			<xrefAccountIdType>XREF2</xrefAccountIdType>
			<xrefClassCode>TF2</xrefClassCode>
		</entityXref>
		<entityXref>
			<xrefAccountId>WIKI0001_XREF03</xrefAccountId>
			<xrefAccountIdType>XREF3</xrefAccountIdType>
			<xrefClassCode>TF3</xrefClassCode>
		</entityXref>
		<entityXref>
			<xrefAccountId>WIKI0001_XREF04</xrefAccountId>
			<xrefAccountIdType>XREF4</xrefAccountIdType>
			<xrefClassCode>TF4</xrefClassCode>
		</entityXref>
	</entityXrefs>
	<entityResolutionOption>MATCH_ALL</entityResolutionOption>
	<entityBattingOrder>XREF4,XREF3,XREF2,XREF1</entityBattingOrder>
	<accountingBasis>USTAX</accountingBasis>
	<primaryAssetId>WIKI0001</primaryAssetId>
	<primaryAssetType>INTERNAL</primaryAssetType>
	<issueName>WIKI0001</issueName>
	<issueDescription>WIKI0001</issueDescription>
	<cusip>WIKI00011</cusip>
	<primaryExchange>US</primaryExchange>
	<primaryExchangeCode>US</primaryExchangeCode>
	<assetCurrency>USD</assetCurrency>
	<altAssetIdAndType>
		<instrumentId>WIKI01</instrumentId>
		<instrumentIdType>CINSID</instrumentIdType>
	</altAssetIdAndType>
	<unicodeIssueName>StrX</unicodeIssueName>
	<ticker>WIKI0001</ticker>
	<cusip>WIKI00011</cusip>
	<isin>WIKI00000001</isin>
	<sedol>WIKI001</sedol>
	<reuters>WIKI01</reuters>
	<bloombergId>WIKI01</bloombergId>
	<sicovmId>777777</sicovmId>
	<valorenId>WIKI0001</valorenId>
	<cedel>WIKI0001</cedel>
	<internalId>WIKI0001</internalId>
	<cinsId>WIKI0001</cinsId>
	<xrefIdentifiers>
		<xId1>
			<xId>WIKI0001</xId>
			<xIdType>CLIENT</xIdType>
		</xId1>
		<xId2>
			<xId>WIKI0001</xId>
			<xIdType>CINSID</xIdType>
		</xId2>
	</xrefIdentifiers>
	<historyOnlyFlag>N</historyOnlyFlag>
	<investmentType>FI</investmentType>
	<processingSecurityType>DBIBFD</processingSecurityType>
	<assetCurrency>USD</assetCurrency>
	<currency>12</currency>
	<currencyCode>USD</currencyCode>
	<dailyWtdAdj>63</dailyWtdAdj>
	<dVA>17</dVA>
	<returnLevel>SECURITY</returnLevel>
	<dictionaryName>Test-WrhsPerf-With-PSR</dictionaryName>
	<endDate>2020-11-01</endDate>
	<earnedIncome>22</earnedIncome>
	<flowWeighting>38</flowWeighting>
	<feeHandling>14</feeHandling>
	<feeStatus>12</feeStatus>
	<fees>24</fees>
	<fieldAttributeId>65</fieldAttributeId>
	<levelCount>18</levelCount>
	<marketValue>16</marketValue>
	<mpcLockInd>mpcLockInd0</mpcLockInd>
	<mpcUpdDate>2013-06-08</mpcUpdDate>
	<netAdjAmt>52</netAdjAmt>
	<perfFreqCode>D</perfFreqCode>
	<perfRollupReturnsId>18</perfRollupReturnsId>
	<prinReturn>53</prinReturn>
	<recordType>45</recordType>
	<returnType>23</returnType>
	<statusFlag>S</statusFlag>
	<perfSummaryType>S</perfSummaryType>
	<startDate>2005-01-14</startDate>
	<taxStatus>18.33</taxStatus>
	<totalReturn>19</totalReturn>
	<totalReturnNet>21</totalReturnNet>
	<totalFlows>25</totalFlows>
	<pSperformanceFlag>Y</pSperformanceFlag>
	<incAdjNet>866.052</incAdjNet>
	<incAdjWtd>962.109</incAdjWtd>
	<iRRReturn>743.434</iRRReturn>
	<iRRReturnNet>601.866</iRRReturnNet>
	<iTDAfterTaxReturn>205.141</iTDAfterTaxReturn>
	<iTDBeforeTaxReturn>158.349</iTDBeforeTaxReturn>
	<iTDiRRReturn>830.144</iTDiRRReturn>
	<iTDiRRReturnNet>846.267</iTDiRRReturnNet>
	<iTDModDietzReturn>341.73</iTDModDietzReturn>
	<iTDModDietzReturnNet>982.182</iTDModDietzReturnNet>
	<iTDPrincipalReturn>414.419</iTDPrincipalReturn>
	<iTDTotalReturn>268.964</iTDTotalReturn>
	<iTDTotalReturnNet>228.013</iTDTotalReturnNet>
	<modDietzReturn>764.737</modDietzReturn>
	<modDietzReturnNet>958.576</modDietzReturnNet>
	<mTDAfterTaxReturn>797.087</mTDAfterTaxReturn>
	<mTDBeforeTaxReturn>681.772</mTDBeforeTaxReturn>
	<mTDiRRReturn>426.075</mTDiRRReturn>
	<mTDiRRReturnNet>904.707</mTDiRRReturnNet>
	<mTDModDietzReturn>875.584</mTDModDietzReturn>
	<mTDModDietzReturnNet>474.575</mTDModDietzReturnNet>
	<mTDPrincipalReturn>875.77</mTDPrincipalReturn>
	<mTDTotalReturn>175.837</mTDTotalReturn>
	<mTDTotalReturnNet>944.749</mTDTotalReturnNet>
	<qTDAfterTaxReturn>499.014</qTDAfterTaxReturn>
	<qTDBeforeTaxReturn>516.899</qTDBeforeTaxReturn>
	<qTDiRRReturn>447.875</qTDiRRReturn>
	<qTDiRRReturnNet>987.907</qTDiRRReturnNet>
	<qTDModDietzReturn>457.006</qTDModDietzReturn>
	<qTDModDietzReturnNet>692.634</qTDModDietzReturnNet>
	<qTDPrincipalReturn>305.402</qTDPrincipalReturn>
	<qTDTotalReturn>237.025</qTDTotalReturn>
	<qTDTotalReturnNet>654.744</qTDTotalReturnNet>
	<unitValueLiqPrincipal>948.837</unitValueLiqPrincipal>
	<unitValueLiqTotal>738.891</unitValueLiqTotal>
	<unitValuePrincipal>759.885</unitValuePrincipal>
	<unitValueRealPrincipal>107.187</unitValueRealPrincipal>
	<unitValueRealTotal>483.002</unitValueRealTotal>
	<unitValueTotal>520.12</unitValueTotal>
	<yTDAfterTaxReturn>262.884</yTDAfterTaxReturn>
	<yTDBeforeTaxReturn>465.186</yTDBeforeTaxReturn>
	<yTDiRRReturn>834.539</yTDiRRReturn>
	<yTDiRRReturnNet>431.848</yTDiRRReturnNet>
	<yTDModDietzReturn>593.199</yTDModDietzReturn>
	<yTDModDietzReturnNet>513.243</yTDModDietzReturnNet>
	<yTDPrincipalReturn>304.391</yTDPrincipalReturn>
	<yTDTotalReturn>390.287</yTDTotalReturn>
	<yTDTotalReturnNet>108.983</yTDTotalReturnNet>
	<pSUserFloat1>630.466</pSUserFloat1>
	<pSRUserInt1>798533</pSRUserInt1>
	<psrUserChar1>1</psrUserChar1>
	<psrUserChar2>2</psrUserChar2>
	<pSRUserChar3>3</pSRUserChar3>
	<pSRUserChar4>4</pSRUserChar4>
	<pSRUserChar5>5</pSRUserChar5>
	<psrUserDate1>2018-07-10</psrUserDate1>
	<psrUserDate2>2018-07-10</psrUserDate2>
	<pSRUserDate3>2018-07-10</pSRUserDate3>
	<psrUserFloat1>919.008</psrUserFloat1>
	<psrUserFloat2>984.732</psrUserFloat2>
	<psrUserFloat3>874.371</psrUserFloat3>
	<psrUserFloat4>777.724</psrUserFloat4>
	<psrUserFloat5>483.747</psrUserFloat5>
	<psrUserFloat6>391.271</psrUserFloat6>
	<psrUserFloat7>225.6</psrUserFloat7>
	<psrUserFloat8>471.656</psrUserFloat8>
	<psrUserFloat9>662.243</psrUserFloat9>
	<psrUserFloat10>818.235</psrUserFloat10>
	<pSRUserFloat11>591.024</pSRUserFloat11>
	<pSRUserFloat12>799.268</pSRUserFloat12>
	<pSRUserFloat13>386.946</pSRUserFloat13>
	<pSRUserFloat14>539.862</pSRUserFloat14>
	<pSRUserFloat15>538.16</pSRUserFloat15>
	<pSRUserFloat16>960.798</pSRUserFloat16>
	<pSRUserFloat17>461.016</pSRUserFloat17>
	<pSRUserFloat18>921.162</pSRUserFloat18>
	<pSRUserFloat19>480.919</pSRUserFloat19>
	<pSRUserFloat20>537.866</pSRUserFloat20>
	<pSRUserFloat21>300.315</pSRUserFloat21>
	<pSRUserFloat22>315.459</pSRUserFloat22>
	<pSRUserFloat23>783.68</pSRUserFloat23>
	<pSRUserFloat24>793.514</pSRUserFloat24>
	<pSRUserFloat25>642.669</pSRUserFloat25>
	<pSRUserFloat26>988.072</pSRUserFloat26>
	<pSRUserFloat27>997.768</pSRUserFloat27>
	<pSRUserFloat28>651.652</pSRUserFloat28>
	<pSRUserFloat29>532.505</pSRUserFloat29>
	<pSRUserFloat30>206.731</pSRUserFloat30>
	<pSRUserFloat31>450.186</pSRUserFloat31>
	<pSRUserFloat32>451.514</pSRUserFloat32>
	<pSRUserFloat33>191.464</pSRUserFloat33>
	<pSRUserFloat34>324.558</pSRUserFloat34>
	<pSRUserFloat35>143.206</pSRUserFloat35>
	<pSRUserFloat36>489.177</pSRUserFloat36>
	<pSRUserFloat37>529.795</pSRUserFloat37>
	<pSRUserFloat38>268.806</pSRUserFloat38>
	<pSRUserFloat39>774.799</pSRUserFloat39>
	<pSRUserFloat40>192.039</pSRUserFloat40>
	<pSRUserFloat41>901.007</pSRUserFloat41>
	<pSRUserFloat42>365.825</pSRUserFloat42>
	<pSRUserFloat43>891.307</pSRUserFloat43>
	<pSRUserFloat44>201.921</pSRUserFloat44>
	<pSRUserFloat45>719.653</pSRUserFloat45>
	<pSRUserFloat46>343.434</pSRUserFloat46>
	<pSRUserFloat47>162.72</pSRUserFloat47>
	<pSRUserFloat48>180.67</pSRUserFloat48>
	<pSRUserFloat49>178.564</pSRUserFloat49>
	<pSRUserFloat50>543.639</pSRUserFloat50>
	<pSRUserFloat51>532.502</pSRUserFloat51>
	<pSRUserFloat52>378.879</pSRUserFloat52>
	<pSRUserFloat53>673.064</pSRUserFloat53>
	<pSRUserFloat54>316.184</pSRUserFloat54>
	<pSRUserFloat55>986.36</pSRUserFloat55>
	<pSRUserFloat56>229.7</pSRUserFloat56>
	<pSRUserFloat57>304.257</pSRUserFloat57>
	<pSRUserFloat58>984.129</pSRUserFloat58>
	<pSRUserFloat59>781.352</pSRUserFloat59>
	<pSRUserFloat60>736.762</pSRUserFloat60>
	<pSRUserFloat61>190.861</pSRUserFloat61>
	<pSRUserFloat62>145.506</pSRUserFloat62>
	<pSRUserFloat63>102.244</pSRUserFloat63>
	<pSRUserFloat64>196.291</pSRUserFloat64>
	<pSRUserFloat65>370.064</pSRUserFloat65>
	<pSRUserFloat66>145.45</pSRUserFloat66>
	<dictLevel>1</dictLevel>
	<dictLeve2>2</dictLeve2>
	<dictLeve3>3</dictLeve3>
	<dictLeve4>4</dictLeve4>
	<dictLeve5>4</dictLeve5>
	<dictLeve6>6</dictLeve6>
	<dictLeve7>7</dictLeve7>
	<reloadFinalFlag>N</reloadFinalFlag>
	<psreUserFloat1>485.364</psreUserFloat1>
	<psreUserFloat2>141.275</psreUserFloat2>
	<psreUserFloat3>656.22</psreUserFloat3>
	<psreUserFloat4>751.069</psreUserFloat4>
	<psreUserFloat5>458.251</psreUserFloat5>
	<netAssetValue>365.779</netAssetValue>
	<notionalMarketValue>356.553</notionalMarketValue>
	<curveAnalytics>
		<dv01Mnth1Base>457.905</dv01Mnth1Base>
		<dv01Mnth1Local>435.912</dv01Mnth1Local>
		<dv01Mnth3Base>371.904</dv01Mnth3Base>
		<dv01Mnth3Local>378.036</dv01Mnth3Local>
		<dv01Mnth6Base>198.936</dv01Mnth6Base>
		<dv01Mnth6Local>893.583</dv01Mnth6Local>
		<dv01Yr1Base>146.905</dv01Yr1Base>
		<dv01Yr1Local>167.903</dv01Yr1Local>
		<dv01Yr2Base>367.892</dv01Yr2Base>
		<dv01Yr2Local>894.791</dv01Yr2Local>
		<dv01Yr3Base>367.809</dv01Yr3Base>
		<dv01Yr3Local>936.126</dv01Yr3Local>
		<dv01Yr5Base>367.893</dv01Yr5Base>
		<dv01Yr5Local>596.802</dv01Yr5Local>
		<dv01Yr7Base>793.681</dv01Yr7Base>
		<dv01Yr7Local>573.804</dv01Yr7Local>
		<dv01Yr10Base>783.784</dv01Yr10Base>
		<dv01Yr10Local>895.747</dv01Yr10Local>
		<dv01Yr20Base>478.905</dv01Yr20Base>
		<dv01Yr20Local>894.778</dv01Yr20Local>
		<dv01Yr30Base>378.582</dv01Yr30Base>
		<dv01Yr30Local>563.647</dv01Yr30Local>
		<dv100Mnth1Base>462.536</dv100Mnth1Base>
		<dv100Mnth1Local>254.784</dv100Mnth1Local>
		<dv100Mnth3Base>346.684</dv100Mnth3Base>
		<dv100Mnth3Local>365.899</dv100Mnth3Local>
		<dv100Mnth6Base>674.341</dv100Mnth6Base>
		<dv100Mnth6Local>344.756</dv100Mnth6Local>
		<dv100Yr1Base>784.563</dv100Yr1Base>
		<dv100Yr1Local>386.889</dv100Yr1Local>
		<dv100Yr2Base>958.698</dv100Yr2Base>
		<dv100Yr2Local>575.588</dv100Yr2Local>
		<dv100Yr3Base>275.583</dv100Yr3Base>
		<dv100Yr3Local>573.893</dv100Yr3Local>
		<dv100Yr5Base>156.573</dv100Yr5Base>
		<dv100Yr5Local>367.783</dv100Yr5Local>
		<dv100Yr7Base>589.251</dv100Yr7Base>
		<dv100Yr7Local>457.894</dv100Yr7Local>
		<dv100Yr10Base>321.14</dv100Yr10Base>
		<dv100Yr10Local>563.698</dv100Yr10Local>
		<dv100Yr20Base>462.473</dv100Yr20Base>
		<dv100Yr20Local>267.784</dv100Yr20Local>
		<dv100Yr30Base>341.573</dv100Yr30Base>
		<dv100Yr30Local>354.784</dv100Yr30Local>
		<sdv01Mnth1Base>676.986</sdv01Mnth1Base>
		<sdv01Mnth1Local>141.154</sdv01Mnth1Local>
		<sdv01Mnth3Base>432.211</sdv01Mnth3Base>
		<sdv01Mnth3Local>342.683</sdv01Mnth3Local>
		<sdv01Mnth6Base>412.342</sdv01Mnth6Base>
		<sdv01Mnth6Local>673.708</sdv01Mnth6Local>
		<sdv01Yr1Base>165.967</sdv01Yr1Base>
		<sdv01Yr1Local>465.894</sdv01Yr1Local>
		<sdv01Yr2Base>143.587</sdv01Yr2Base>
		<sdv01Yr2Local>389.056</sdv01Yr2Local>
		<sdv01Yr3Base>154.587</sdv01Yr3Base>
		<sdv01Yr3Local>153.114</sdv01Yr3Local>
		<sdv01Yr5Base>354.691</sdv01Yr5Base>
		<sdv01Yr5Local>176.243</sdv01Yr5Local>
		<sdv01Yr7Base>223.473</sdv01Yr7Base>
		<sdv01Yr7Local>436.132</sdv01Yr7Local>
		<sdv01Yr10Base>768.482</sdv01Yr10Base>
		<sdv01Yr10Local>409.713</sdv01Yr10Local>
		<sdv01Yr20Base>154.325</sdv01Yr20Base>
		<sdv01Yr20Local>367.683</sdv01Yr20Local>
		<sdv01Yr30Base>254.165</sdv01Yr30Base>
		<sdv01Yr30Local>154.365</sdv01Yr30Local>
		<userFloat1>253.693</userFloat1>
		<userFloat2>154.673</userFloat2>
		<userFloat3>446.573</userFloat3>
		<userFloat4>745.113</userFloat4>
		<userFloat5>343.594</userFloat5>
		<userFloat6>456.98</userFloat6>
		<userFloat7>165.893</userFloat7>
		<userFloat8>537.684</userFloat8>
		<userFloat9>378.893</userFloat9>
		<userFloat10>312.589</userFloat10>
		<liquidityAmount>673.683</liquidityAmount>
		<liquidityPercent>154.227</liquidityPercent>
		<liquidityClassification>478.621</liquidityClassification>
		<highlyLiqInvMinThresholdBreach>r</highlyLiqInvMinThresholdBreach>
		<illiquidThresholdBreach>r</illiquidThresholdBreach>
	</curveAnalytics>
	<liquidity>
		<gammaAdjusted1Pct>576.904</gammaAdjusted1Pct>
		<liquidityCategory1Pct>r</liquidityCategory1Pct>
		<pctLiquidityCategory1Pct>354.013</pctLiquidityCategory1Pct>
		<amountLiquidityCategory1Pct>113.341</amountLiquidityCategory1Pct>
		<daysUnwind1Pct>478.895</daysUnwind1Pct>
		<daysCash1Pct>889.243</daysCash1Pct>
		<gammaAdjusted5Pct>752.142</gammaAdjusted5Pct>
		<liquidityCategory5Pct>r</liquidityCategory5Pct>
		<pctLiquidityCategory5Pct>452.124</pctLiquidityCategory5Pct>
		<amountLiquidityCategory5Pct>775.356</amountLiquidityCategory5Pct>
		<daysUnwind5Pct>784.225</daysUnwind5Pct>
		<daysCash5Pct>441.298</daysCash5Pct>
		<gammaAdjusted10Pct>742.124</gammaAdjusted10Pct>
		<liquidityCategory10Pct>r</liquidityCategory10Pct>
		<pctLiquidityCategory10Pct>754.114</pctLiquidityCategory10Pct>
		<amountLiquidityCategory10Pct>558.365</amountLiquidityCategory10Pct>
		<daysUnwind10Pct>798.246</daysUnwind10Pct>
		<daysCash10Pct>745.265</daysCash10Pct>
		<gammaAdjusted20Pct>774.118</gammaAdjusted20Pct>
		<liquidityCategory20Pct>r</liquidityCategory20Pct>
		<pctLiquidityCategory20Pct>659.223</pctLiquidityCategory20Pct>
		<amountLiquidityCategory20Pct>207.169</amountLiquidityCategory20Pct>
		<daysUnwind20Pct>787.146</daysUnwind20Pct>
		<daysCash20Pct>774.112</daysCash20Pct>
		<gammaAdjusted100Pct>321.201</gammaAdjusted100Pct>
		<liquidityCategory100Pct>r</liquidityCategory100Pct>
		<pctLiquidityCategory100Pct>124.263</pctLiquidityCategory100Pct>
		<amountLiquidityCategory100Pct>642.132</amountLiquidityCategory100Pct>
		<daysUnwind100Pct>558.208</daysUnwind100Pct>
		<daysCash100Pct>777.287</daysCash100Pct>
		<rats0GammaAdjusted>412.065</rats0GammaAdjusted>
		<rats0LiquidityCategory>r</rats0LiquidityCategory>
		<rats0PctLiquidityCategory>243.485</rats0PctLiquidityCategory>
		<rats0amountLiquidityCategory>334.587</rats0amountLiquidityCategory>
		<rats0DaysUnwind>835.243</rats0DaysUnwind>
		<rats0DaysCash>554.487</rats0DaysCash>
		<rats1GammaAdjusted>443.687</rats1GammaAdjusted>
		<rats1LiquidityCategory>r</rats1LiquidityCategory>
		<rats1PctLiquidityCategory>675.683</rats1PctLiquidityCategory>
		<rats1amountLiquidityCategory>332.354</rats1amountLiquidityCategory>
		<rats1DaysUnwind>133.49</rats1DaysUnwind>
		<rats1DaysCash>905.772</rats1DaysCash>
		<rats2GammaAdjusted>256.578</rats2GammaAdjusted>
		<rats2LiquidityCategory>r</rats2LiquidityCategory>
		<rats2PctLiquidityCategory>224.677</rats2PctLiquidityCategory>
		<rats2amountLiquidityCategory>643.635</rats2amountLiquidityCategory>
		<rats2DaysUnwind>457.698</rats2DaysUnwind>
		<rats2DaysCash>113.356</rats2DaysCash>
		<rats3GammaAdjusted>53.467</rats3GammaAdjusted>
		<rats3LiquidityCategory>r</rats3LiquidityCategory>
		<rats3PctLiquidityCategory>224.553</rats3PctLiquidityCategory>
		<rats3amountLiquidityCategory>552.354</rats3amountLiquidityCategory>
		<rats3DaysUnwind>312.344</rats3DaysUnwind>
		<rats3DaysCash>432.79</rats3DaysCash>
		<rats4GammaAdjusted>906.587</rats4GammaAdjusted>
		<rats4LiquidityCategory>r</rats4LiquidityCategory>
		<rats4PctLiquidityCategory>458.231</rats4PctLiquidityCategory>
		<rats4amountLiquidityCategory>441.278</rats4amountLiquidityCategory>
		<rats4DaysUnwind>608.364</rats4DaysUnwind>
		<rats4DaysCash>551.271</rats4DaysCash>
		<amountIssuedSecCurrency>401.368</amountIssuedSecCurrency>
		<dealAmountSecCurrency>987.216</dealAmountSecCurrency>
		<participationRate>745.227</participationRate>
		<secTurnover>668.297</secTurnover>
		<capAdjustedMult>454.234</capAdjustedMult>
		<genAdvSecCurrency>774.115</genAdvSecCurrency>
		<originalSource>o</originalSource>
		<notionalWeightPercent>154.236</notionalWeightPercent>
		<marketValuePercent>570.248</marketValuePercent>
		<daysSettle>546.334</daysSettle>
		<rats0StressMultiplier>436.231</rats0StressMultiplier>
		<rats1StressMultiplier>867.206</rats1StressMultiplier>
		<rats2StressMultiplier>554.355</rats2StressMultiplier>
		<rats3StressMultiplier>557.364</rats3StressMultiplier>
		<rats4StressMultiplier>568.645</rats4StressMultiplier>
		<rats5StressMultiplier>779.944</rats5StressMultiplier>
		<daysUnwindMultiplier>653.534</daysUnwindMultiplier>
	</liquidity>
	<sectorAnalytics>
		<coupon>783.452</coupon>
		<yield>894.773</yield>
		<positionCount>153673</positionCount>
		<liborOas>254.409</liborOas>
		<maturityDays>673215</maturityDays>
		<nominalWeightedAverageLife>265.69</nominalWeightedAverageLife>
		<nominalYieldContribution>446.783</nominalYieldContribution>
		<nominalYield>241.467</nominalYield>
		<nominalVolatilityDuration>521.508</nominalVolatilityDuration>
		<oacContribution>467.794</oacContribution>
		<optionAdjustedConvexity>313.674</optionAdjustedConvexity>
		<effectiveDuration>538.557</effectiveDuration>
		<oadContribution>890.311</oadContribution>
		<oas>355.533</oas>
		<percentNav>465.684</percentNav>
		<percentOadContribution>442.573</percentOadContribution>
		<prepayDuration>426.578</prepayDuration>
		<spreadDuration>543.331</spreadDuration>
		<yieldToMaturity>115.674</yieldToMaturity>
		<moodyRating>m</moodyRating>
		<spRating>s</spRating>
	</sectorAnalytics>
</warehousePerformance>
</warehouseTransaction>
</EagleML>
 Warehouse Performance single mode example
<EagleML
 xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 eaglemlVersion="2-0"
 eaglemlType="WarehouseTransactionMessage"
 xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 xsi:type="WarehouseTransactionMessage">
<warehouseTransaction>
<header>
	<action>ADD</action>
	<objectType>WarehousePerformance</objectType>
</header>
<warehousePerformance>
	<objectType>WarehousePerformance</objectType>
	<objectId>WarehousePerformance</objectId>
	<objectDescription>WAREHOUSE</objectDescription>
	<updateTimestamp>2020-10-19T02:05:00</updateTimestamp>
	<customElements/>
	<sourceName>EAGLE PACE</sourceName>
	<updateSource>MCADMIN</updateSource>
	<batchCollectErrorsFlag>BATCH_COLLECT_ERRORS_FLAG</batchCollectErrorsFlag>
	<singleRowCommitFlag>SINGLE_ROW_COMMIT_FLAG</singleRowCommitFlag>
	<reportType>AccountingDate</reportType>
	<effectiveDate>2018-07-10</effectiveDate>
	<entityId>TSR80A</entityId>
	<entityName>ENTITY_NAME</entityName>
	<entityType>ENTITY_TYPE</entityType>
	<xrefAccountId>TSTR826</xrefAccountId>
	<xrefAccountIdType>XREF_ACCOUNT_ID_TYPE</xrefAccountIdType>
	<xrefClassCode>TF</xrefClassCode>
	<xrefUpdateTimestamp>2018-07-10T13:16:29</xrefUpdateTimestamp>
	<entityXrefs>
		<entityXref>
			<xrefAccountId>TSTR7986G</xrefAccountId>
			<xrefAccountIdType>XREF_ACCOUNT_ID_TYPE</xrefAccountIdType>
			<xrefClassCode>TF</xrefClassCode>
			<xrefUpdateTimestamp>2018-07-10T13:16:29</xrefUpdateTimestamp>
		</entityXref>
	</entityXrefs>
	<entityResolutionOption>ENTITY_RESOLUTION_OPTION</entityResolutionOption>
	<entityBattingOrder>ENTITY_BATTING_ORDER</entityBattingOrder>
	<entityXrefMap>ENTITY_XREF_MAP</entityXrefMap>
	<longEntityName>LONG_ENTITY_NAME</longEntityName>
	<legalEntityName>LEGAL_ENTITY_NAME</legalEntityName>
	<totalNumberShareClasses>495933</totalNumberShareClasses>
	<partitionNumber>535517</partitionNumber>
	<physicalPartitions>
		<ppTrades>PP_TRADES</ppTrades>
		<ppHolding>PP_HOLDING</ppHolding>
		<ppCash>PP_CASH</ppCash>
		<ppPerform>PP_PERFORM</ppPerform>
		<ppLedger>PP_LEDGER</ppLedger>
		<ppEstar>PP_ESTAR</ppEstar>
	</physicalPartitions>
	<accountType>ACCOUNT_TYPE</accountType>
	<parentCompositeId>TSTR826</parentCompositeId>
	<parentCompositeName>PARENT_COMPOSITE_NAME</parentCompositeName>
	<counterpartyId>TSTR827</counterpartyId>
	<closedDate>2018-07-10</closedDate>
	<closedFlag>CLOSED_FLAG</closedFlag>
	<fxSource>FX_SOURCE</fxSource>
	<terminationDate>2018-07-10</terminationDate>
	<inceptionDate>2018-07-10</inceptionDate>
	<fiscalEndDate>2018-07-10</fiscalEndDate>
	<entityBaseCurrency>ENTITY_BASE_CURRENCY</entityBaseCurrency>
	<entityCostMethod>ENTITY_COST_METHOD</entityCostMethod>
	<entityAccountingBasis>ENTITY_ACCOUNTING_BASIS</entityAccountingBasis>
	<entityPriceMethod>ENTITY_PRICE_METHOD</entityPriceMethod>
	<entitySubType>ENTITY_SUB_TYPE</entitySubType>
	<entitySectorType>ENTITY_SECTOR_TYPE</entitySectorType>
	<entityMasterName>ENTITY_MASTER_NAME</entityMasterName>
	<entityMasterId>ENTITY_MASTER_ID</entityMasterId>
	<entitySectorName>ENTITY_SECTOR_NAME</entitySectorName>
	<entitySectorId>ENTITY_SECTOR_ID</entitySectorId>
	<entitySectorCount>468973</entitySectorCount>
	<navRounding>NAV_ROUNDING</navRounding>
	<numberOfNavDigits>683798</numberOfNavDigits>
	<legalEntityIdentifier>LEGAL_ENTITY_IDENTIFIER</legalEntityIdentifier>
	<bankAccountNumber>BANK_ACCOUNT_NUMBER</bankAccountNumber>
	<bankBranchCode>BANK_BRANCH_CODE</bankBranchCode>
	<countryOfTax>COUNTRY_OF_TAX</countryOfTax>
	<varRateSource>VAR_RATE_SOURCE</varRateSource>
	<eabCoaName>EAB_COA_NAME</eabCoaName>
	<eabPriceSource>EAB_PRICE_SOURCE</eabPriceSource>
	<eabRegulatoryCategory>EAB_REGULATORY_CATEGORY</eabRegulatoryCategory>
	<taxExemptProcessingFlag>TAX_EXEMPT_PROCESSING_FLAG</taxExemptProcessingFlag>
	<entityBasisBaseCurrency>ENTITY_BASIS_BASE_CURRENCY</entityBasisBaseCurrency>
	<nonBusDayProcessing>NON_BUS_DAY_PROCESSING</nonBusDayProcessing>
	<distributionMethod>DISTRIBUTION_METHOD</distributionMethod>
	<paydowmGlAccount>PAYDOWM_GL_ACCOUNT</paydowmGlAccount>
	<taxWthldAccntMethod>TAX_WTHLD_ACCNT_METHOD</taxWthldAccntMethod>
	<starAcctField29>STAR_ACCT_FIELD29</starAcctField29>
	<entityUserDate1>2018-07-10</entityUserDate1>
	<entityUserDate4>2018-07-10</entityUserDate4>
	<userField3>USER_FIELD3</userField3>
	<userField13>USER_FIELD13</userField13>
	<userField15>USER_FIELD15</userField15>
	<userField16>USER_FIELD16</userField16>
	<userField17>USER_FIELD17</userField17>
	<userField18>USER_FIELD18</userField18>
	<userField19>USER_FIELD19</userField19>
	<userField20>USER_FIELD20</userField20>
	<userField21>USER_FIELD21</userField21>
	<userField22>USER_FIELD22</userField22>
	<exUserChar1>EX_USER_CHAR1</exUserChar1>
	<exUserChar3>EX_USER_CHAR3</exUserChar3>
	<exUserChar9>EX_USER_CHAR9</exUserChar9>
	<exUserChar12>EX_USER_CHAR12</exUserChar12>
	<exUserChar30>EX_USER_CHAR30</exUserChar30>
	<exUserChar31>EX_USER_CHAR31</exUserChar31>
	<exUserChar32>EX_USER_CHAR32</exUserChar32>
	<exUserChar33>EX_USER_CHAR33</exUserChar33>
	<exUserChar45>EX_USER_CHAR45</exUserChar45>
	<exUserInd47>EX_USER_IND47</exUserInd47>
	<exUserInd48>EX_USER_IND48</exUserInd48>
	<exUserInd49>EX_USER_IND49</exUserInd49>
	<exUserDate10>2018-07-10</exUserDate10>
	<mffEntity>MFF_ENTITY</mffEntity>
	<acctPeriodFreq>ACCT_PERIOD_FREQ</acctPeriodFreq>
	<processCenter>PROCESS_CENTER</processCenter>
	<ccProcessCtr>CC_PROCESS_CTR</ccProcessCtr>
	<ccEntity>CC_ENTITY</ccEntity>
	<portCompType>PORT_COMP_TYPE</portCompType>
	<accountingBasis>ACCOUNTING_BASIS</accountingBasis>
	<primaryAssetId>TSTR821A</primaryAssetId>
	<primaryAssetType>CASH</primaryAssetType>
	<altAssetIdAndType>
		<instrumentId>TSR80A</instrumentId>
		<instrumentIdType>CEDEL</instrumentIdType>
	</altAssetIdAndType>
	<issueName>SWTEST435406</issueName>
	<unicodeIssueName>UNICODE_ISSUE_NAME</unicodeIssueName>
	<issueDescription>ISSUE_DESCRIPTION</issueDescription>
	<ticker>TICKER_ID</ticker>
	<cusip>CUSIP_ID</cusip>
	<cusipPay>CUSIP_PAY</cusipPay>
	<cusipReceive>CUSIP_RECEIVE</cusipReceive>
	<isin>ISIN_ID</isin>
	<sedol>SEDOL_ID</sedol>
	<reuters>REUTERS</reuters>
	<bloombergId>TSTR8210A</bloombergId>
	<sicovmId>TSTR7986G</sicovmId>
	<valorenId>TS21A</valorenId>
	<cedel>CEDEL_ID</cedel>
	<internalId>TSTR820A</internalId>
	<cinsId>TSTR210A</cinsId>
	<uniqueProductId>TSTR827</uniqueProductId>
	<uniqueSwapId>TSTR8210A</uniqueSwapId>
	<xrefIdentifiers>
		<xId>
			<xId>TST20A</xId>
			<xIdType>CPORTID</xIdType>
			<xExchangeCode>TSE</xExchangeCode>
			<primaryXrefSecAlias>611714</primaryXrefSecAlias>
			<cancelInd>CANCEL_IND</cancelInd>
			<endDate>2018-07-10</endDate>
			<xUpdateTimestamp>2018-07-10T02:05:00</xUpdateTimestamp>
			<xUpdateSource>X_UPDATE_SOURCE</xUpdateSource>
			<xBkupUpdateSource>X_BKUP_UPDATE_SOURCE</xBkupUpdateSource>
			<xOrigSecurityAlias>592464</xOrigSecurityAlias>
			<xSecurityAlias>782432</xSecurityAlias>
			<xShortDesc>X_SHORT_DESC</xShortDesc>
		</xId>
	</xrefIdentifiers>
	<primaryExchange>ALL</primaryExchange>
	<primaryExchangeCode>ALL</primaryExchangeCode>
	<securityAlias>913057</securityAlias>
	<assetCurrency>BRL</assetCurrency>
	<assetResolutionOption>ASSET_RESOLUTION_OPTION</assetResolutionOption>
	<battingOrder>BATTING_ORDER</battingOrder>
	<investmentType>FT</investmentType>
	<processingSecurityType>EQCSCS</processingSecurityType>
	<securityType>DBFBNHA</securityType>
	<releaseStatus>2</releaseStatus>
	<issueCountryCode>BR</issueCountryCode>
	<couponTypeCode>Z</couponTypeCode>
	<smSettlementCurrency>SM_SETTLEMENT_CURRENCY</smSettlementCurrency>
	<smSecurityType>GOV</smSecurityType>
	<securityType2>SECURITY_TYPE2</securityType2>
	<securitySubType>(1) STREET CONV</securitySubType>
	<issuerId>TSTR825</issuerId>
	<priceMultiplier>0.01</priceMultiplier>
	<quantityScale>1</quantityScale>
	<redemptionCurrency>CAD</redemptionCurrency>
	<contractSize>652.181</contractSize>
	<strikePrice>240.809</strikePrice>
	<underlyingSecurity>UNDERLYING_SECURITY</underlyingSecurity>
	<underlyingSecAlias>965648</underlyingSecAlias>
	<underlyingType>UNDERLYING_TYPE</underlyingType>
	<nextCouponDate>2018-07-10</nextCouponDate>
	<paymentFrequency>4</paymentFrequency>
	<investmentDescription>INVESTMENT_DESCRIPTION</investmentDescription>
	<issuePrice>841.634</issuePrice>
	<issueCountry>USA</issueCountry>
	<offset>513.241</offset>
	<optiondescr>S</optiondescr>
	<premiumType>C</premiumType>
	<putCallFlag>CALL</putCallFlag>
	<indicatedAnnualDividend>886.919</indicatedAnnualDividend>
	<drdFlag>DRD_FLAG</drdFlag>
	<qdiEligibleFlag>QDI_ELIGIBLE_FLAG</qdiEligibleFlag>
	<sharesOutstanding>146.3</sharesOutstanding>
	<sicCode>SIC_CODE</sicCode>
	<interestPaymentTiming>SDM</interestPaymentTiming>
	<callIndicator>CALL_INDICATOR</callIndicator>
	<putIndicator>PUT_INDICATOR</putIndicator>
	<datedDate>2018-07-10</datedDate>
	<demandFeature>DEMAND_FEATURE</demandFeature>
	<uSFederalTaxIndicator>U_S_FEDERAL_TAX_INDICATOR</uSFederalTaxIndicator>
	<businessDayConvention>ADJFWD</businessDayConvention>
	<minimumPiece>642.707</minimumPiece>
	<sinkFundIndicator>SINK_FUND_INDICATOR</sinkFundIndicator>
	<varRateFreqCode>1_M</varRateFreqCode>
	<marketIssue>MARKET_ISSUE</marketIssue>
	<gicsSector>35</gicsSector>
	<gicsSectorName>GICS_SECTOR_NAME</gicsSectorName>
	<gicsIndustryGroup>3520</gicsIndustryGroup>
	<gicsIndustryGroupName>GICS_INDUSTRY_GROUP_NAME</gicsIndustryGroupName>
	<gicsIndustry>401020</gicsIndustry>
	<gicsIndustryName>GICS_INDUSTRY_NAME</gicsIndustryName>
	<gicsSubIndustry>TSTR846525</gicsSubIndustry>
	<gicsSubIndustryName>GICS_SUB_INDUSTRY_NAME</gicsSubIndustryName>
	<gicsOverrideIndustry>GICS_OVERRIDE_INDUSTRY</gicsOverrideIndustry>
	<gicsOverrideIndustryGrp>GICS_OVERRIDE_INDUSTRY_GRP</gicsOverrideIndustryGrp>
	<gicsOverrideSector>GICS_OVERRIDE_SECTOR</gicsOverrideSector>
	<gicsOverrideSubIndustry>GICS_OVERRIDE_SUB_INDUSTRY</gicsOverrideSubIndustry>
	<marketSectorDescription>MARKET_SECTOR_DESCRIPTION</marketSectorDescription>
	<couponDayOfMonth>728504</couponDayOfMonth>
	<paymentFrequencyCode>3_M</paymentFrequencyCode>
	<dayCountBasis>DAY_COUNT_BASIS</dayCountBasis>
	<restrictedIndicator>A</restrictedIndicator>
	<oIDIndicator>O_I_D_INDICATOR</oIDIndicator>
	<quantityType>PAR</quantityType>
	<_144AEligibleIndicator>_144_A_ELIGIBLE_INDICATOR</_144AEligibleIndicator>
	<securityMinorType>COMM</securityMinorType>
	<businessCalendarName>BUSINESS_CALENDAR_NAME</businessCalendarName>
	<countryOfRiskCode>CA</countryOfRiskCode>
	<region>AMERICA</region>
	<riskClassificationType>RISK_CLASSIFICATION_TYPE</riskClassificationType>
	<userGroupChar1>USER_GROUP_CHAR1</userGroupChar1>
	<notionalResetType>C</notionalResetType>
	<payRecIndicator>C</payRecIndicator>
	<smStateCode>OH</smStateCode>
	<smDefaultIndicator>SM_DEFAULT_INDICATOR</smDefaultIndicator>
	<smPoolNumber>SM_POOL_NUMBER</smPoolNumber>
	<fwdBrokerCode>EAGLE</fwdBrokerCode>
	<issueDate>2018-07-10</issueDate>
	<firstIncomeDate>2018-07-10</firstIncomeDate>
	<lastIncomeDate>2018-07-10</lastIncomeDate>
	<smDefaultDate>2018-07-10</smDefaultDate>
	<prvtPlace>N</prvtPlace>
	<clearedSecurity>CLEARED_SECURITY</clearedSecurity>
	<countryOfIssue>COUNTRY_OF_ISSUE</countryOfIssue>
	<incomeCurrency>INCOME_CURRENCY</incomeCurrency>
	<smMinorInd>SM_MINOR_IND</smMinorInd>
	<muniIssuerDes2ndLine>MUNI_ISSUER_DES2ND_LINE</muniIssuerDes2ndLine>
	<muniIndustryClassification>RSB</muniIndustryClassification>
	<muniIssueSize>811.528</muniIssueSize>
	<pricingCusip>PRICING_CUSIP</pricingCusip>
	<maturityDate>2018-07-10</maturityDate>
	<abal>925.945</abal>
	<afterTaxReturn>717.349</afterTaxReturn>
	<accruedIncome>439.906</accruedIncome>
	<beforeTaxReturn>821.847</beforeTaxReturn>
	<currency>12.00</currency>
	<currencyCode>CURRENCY_CODE</currencyCode>
	<dailyWtdAdj>500.948</dailyWtdAdj>
	<dVA>328.278</dVA>
	<returnLevel>TOTAL</returnLevel>
	<dictionaryName>DICTIONARY_NAME</dictionaryName>
	<dictionaryId>338072</dictionaryId>
	<endDate>2018-07-10</endDate>
	<earnedIncome>654.185</earnedIncome>
	<flowWeighting>FLOW_WEIGHTING</flowWeighting>
	<feeHandling>FEE_HANDLING</feeHandling>
	<feeStatus>113.268</feeStatus>
	<fees>245.829</fees>
	<fieldAttributeId>875645</fieldAttributeId>
	<inactiveFlag>INACTIVE_FLAG</inactiveFlag>
	<levelCount>103069</levelCount>
	<matDate>2018-07-10</matDate>
	<marketValue>467.498</marketValue>
	<mpcLockInd>MPC_LOCK_IND</mpcLockInd>
	<mpcUpdDate>2018-07-10</mpcUpdDate>
	<netAdjAmt>207.62</netAdjAmt>
	<perfFreqCode>DAILY</perfFreqCode>
	<perfRollupReturnsId>157096</perfRollupReturnsId>
	<prinReturn>386.286</prinReturn>
	<recordType>RECORD_TYPE</recordType>
	<returnType>623243</returnType>
	<statusFlag>P</statusFlag>
	<startDate>2018-07-10</startDate>
	<srcIntfcInst>589.158</srcIntfcInst>
	<taxStatus>TAX_STATUS</taxStatus>
	<totalReturn>588.893</totalReturn>
	<totalReturnNet>940.106</totalReturnNet>
	<totalFlows>344.759</totalFlows>
	<pSperformanceFlag>N</pSperformanceFlag>
	<incAdjNet>866.052</incAdjNet>
	<incAdjWtd>962.109</incAdjWtd>
	<iRRReturn>743.434</iRRReturn>
	<iRRReturnNet>601.866</iRRReturnNet>
	<iTDAfterTaxReturn>205.141</iTDAfterTaxReturn>
	<iTDBeforeTaxReturn>158.349</iTDBeforeTaxReturn>
	<iTDiRRReturn>830.144</iTDiRRReturn>
	<iTDiRRReturnNet>846.267</iTDiRRReturnNet>
	<iTDModDietzReturn>341.73</iTDModDietzReturn>
	<iTDModDietzReturnNet>982.182</iTDModDietzReturnNet>
	<iTDPrincipalReturn>414.419</iTDPrincipalReturn>
	<iTDTotalReturn>268.964</iTDTotalReturn>
	<iTDTotalReturnNet>228.013</iTDTotalReturnNet>
	<modDietzReturn>764.737</modDietzReturn>
	<modDietzReturnNet>958.576</modDietzReturnNet>
	<mTDAfterTaxReturn>797.087</mTDAfterTaxReturn>
	<mTDBeforeTaxReturn>681.772</mTDBeforeTaxReturn>
	<mTDiRRReturn>426.075</mTDiRRReturn>
	<mTDiRRReturnNet>904.707</mTDiRRReturnNet>
	<mTDModDietzReturn>875.584</mTDModDietzReturn>
	<mTDModDietzReturnNet>474.575</mTDModDietzReturnNet>
	<mTDPrincipalReturn>875.77</mTDPrincipalReturn>
	<mTDTotalReturn>175.837</mTDTotalReturn>
	<mTDTotalReturnNet>944.749</mTDTotalReturnNet>
	<qTDAfterTaxReturn>499.014</qTDAfterTaxReturn>
	<qTDBeforeTaxReturn>516.899</qTDBeforeTaxReturn>
	<qTDiRRReturn>447.875</qTDiRRReturn>
	<qTDiRRReturnNet>987.907</qTDiRRReturnNet>
	<qTDModDietzReturn>457.006</qTDModDietzReturn>
	<qTDModDietzReturnNet>692.634</qTDModDietzReturnNet>
	<qTDPrincipalReturn>305.402</qTDPrincipalReturn>
	<qTDTotalReturn>237.025</qTDTotalReturn>
	<qTDTotalReturnNet>654.744</qTDTotalReturnNet>
	<unitValueLiqPrincipal>948.837</unitValueLiqPrincipal>
	<unitValueLiqTotal>738.891</unitValueLiqTotal>
	<unitValuePrincipal>759.885</unitValuePrincipal>
	<unitValueRealPrincipal>107.187</unitValueRealPrincipal>
	<unitValueRealTotal>483.002</unitValueRealTotal>
	<unitValueTotal>520.12</unitValueTotal>
	<yTDAfterTaxReturn>262.884</yTDAfterTaxReturn>
	<yTDBeforeTaxReturn>465.186</yTDBeforeTaxReturn>
	<yTDiRRReturn>834.539</yTDiRRReturn>
	<yTDiRRReturnNet>431.848</yTDiRRReturnNet>
	<yTDModDietzReturn>593.199</yTDModDietzReturn>
	<yTDModDietzReturnNet>513.243</yTDModDietzReturnNet>
	<yTDPrincipalReturn>304.391</yTDPrincipalReturn>
	<yTDTotalReturn>390.287</yTDTotalReturn>
	<yTDTotalReturnNet>108.983</yTDTotalReturnNet>
	<pSUserFloat1>630.466</pSUserFloat1>
	<pSRUserInt1>798533</pSRUserInt1>
	<psrUserChar1>PSR_USER_CHAR1</psrUserChar1>
	<psrUserChar2>PSR_USER_CHAR2</psrUserChar2>
	<pSRUserChar3>P_S_R_USER_CHAR3</pSRUserChar3>
	<pSRUserChar4>P_S_R_USER_CHAR4</pSRUserChar4>
	<pSRUserChar5>P_S_R_USER_CHAR5</pSRUserChar5>
	<psrUserDate1>2018-07-10</psrUserDate1>
	<psrUserDate2>2018-07-10</psrUserDate2>
	<pSRUserDate3>2018-07-10</pSRUserDate3>
	<psrUserFloat1>919.008</psrUserFloat1>
	<psrUserFloat2>984.732</psrUserFloat2>
	<psrUserFloat3>874.371</psrUserFloat3>
	<psrUserFloat4>777.724</psrUserFloat4>
	<psrUserFloat5>483.747</psrUserFloat5>
	<psrUserFloat6>391.271</psrUserFloat6>
	<psrUserFloat7>225.6</psrUserFloat7>
	<psrUserFloat8>471.656</psrUserFloat8>
	<psrUserFloat9>662.243</psrUserFloat9>
	<psrUserFloat10>818.235</psrUserFloat10>
	<pSRUserFloat11>591.024</pSRUserFloat11>
	<pSRUserFloat12>799.268</pSRUserFloat12>
	<pSRUserFloat13>386.946</pSRUserFloat13>
	<pSRUserFloat14>539.862</pSRUserFloat14>
	<pSRUserFloat15>538.16</pSRUserFloat15>
	<pSRUserFloat16>960.798</pSRUserFloat16>
	<pSRUserFloat17>461.016</pSRUserFloat17>
	<pSRUserFloat18>921.162</pSRUserFloat18>
	<pSRUserFloat19>480.919</pSRUserFloat19>
	<pSRUserFloat20>537.866</pSRUserFloat20>
	<pSRUserFloat21>300.315</pSRUserFloat21>
	<pSRUserFloat22>315.459</pSRUserFloat22>
	<pSRUserFloat23>783.68</pSRUserFloat23>
	<pSRUserFloat24>793.514</pSRUserFloat24>
	<pSRUserFloat25>642.669</pSRUserFloat25>
	<pSRUserFloat26>988.072</pSRUserFloat26>
	<pSRUserFloat27>997.768</pSRUserFloat27>
	<pSRUserFloat28>651.652</pSRUserFloat28>
	<pSRUserFloat29>532.505</pSRUserFloat29>
	<pSRUserFloat30>206.731</pSRUserFloat30>
	<pSRUserFloat31>450.186</pSRUserFloat31>
	<pSRUserFloat32>451.514</pSRUserFloat32>
	<pSRUserFloat33>191.464</pSRUserFloat33>
	<pSRUserFloat34>324.558</pSRUserFloat34>
	<pSRUserFloat35>143.206</pSRUserFloat35>
	<pSRUserFloat36>489.177</pSRUserFloat36>
	<pSRUserFloat37>529.795</pSRUserFloat37>
	<pSRUserFloat38>268.806</pSRUserFloat38>
	<pSRUserFloat39>774.799</pSRUserFloat39>
	<pSRUserFloat40>192.039</pSRUserFloat40>
	<pSRUserFloat41>901.007</pSRUserFloat41>
	<pSRUserFloat42>365.825</pSRUserFloat42>
	<pSRUserFloat43>891.307</pSRUserFloat43>
	<pSRUserFloat44>201.921</pSRUserFloat44>
	<pSRUserFloat45>719.653</pSRUserFloat45>
	<pSRUserFloat46>343.434</pSRUserFloat46>
	<pSRUserFloat47>162.72</pSRUserFloat47>
	<pSRUserFloat48>180.67</pSRUserFloat48>
	<pSRUserFloat49>178.564</pSRUserFloat49>
	<pSRUserFloat50>543.639</pSRUserFloat50>
	<pSRUserFloat51>532.502</pSRUserFloat51>
	<pSRUserFloat52>378.879</pSRUserFloat52>
	<pSRUserFloat53>673.064</pSRUserFloat53>
	<pSRUserFloat54>316.184</pSRUserFloat54>
	<pSRUserFloat55>986.36</pSRUserFloat55>
	<pSRUserFloat56>229.7</pSRUserFloat56>
	<pSRUserFloat57>304.257</pSRUserFloat57>
	<pSRUserFloat58>984.129</pSRUserFloat58>
	<pSRUserFloat59>781.352</pSRUserFloat59>
	<pSRUserFloat60>736.762</pSRUserFloat60>
	<pSRUserFloat61>190.861</pSRUserFloat61>
	<pSRUserFloat62>145.506</pSRUserFloat62>
	<pSRUserFloat63>102.244</pSRUserFloat63>
	<pSRUserFloat64>196.291</pSRUserFloat64>
	<pSRUserFloat65>370.064</pSRUserFloat65>
	<pSRUserFloat66>145.45</pSRUserFloat66>
	<levelType>LEVEL_TYPE</levelType>
	<perfSummaryType>PERF_SUMMARY_TYPE</perfSummaryType>
	<perfSummaryId>713826</perfSummaryId>
	<dictLevel2>DICT_LEVEL2</dictLevel2>
	<dictLevel3>DICT_LEVEL3</dictLevel3>
	<dictLevel4>DICT_LEVEL4</dictLevel4>
	<dictLevel5>DICT_LEVEL5</dictLevel5>
	<dictLevel6>DICT_LEVEL6</dictLevel6>
	<dictLevel7>DICT_LEVEL7</dictLevel7>
	<dictLevel8>DICT_LEVEL8</dictLevel8>
	<reloadFinalFlag>RELOAD_FINAL_FLAG</reloadFinalFlag>
	<psreUserFloat1>485.364</psreUserFloat1>
	<psreUserFloat2>141.275</psreUserFloat2>
	<psreUserFloat3>656.22</psreUserFloat3>
	<psreUserFloat4>751.069</psreUserFloat4>
	<psreUserFloat5>458.251</psreUserFloat5>
	<netAssetValue>365.779</netAssetValue>
	<notionalMarketValue>356.553</notionalMarketValue>
	<curveAnalytics>
		<dv01Mnth1Base>457.905</dv01Mnth1Base>
		<dv01Mnth1Local>435.912</dv01Mnth1Local>
		<dv01Mnth3Base>371.904</dv01Mnth3Base>
		<dv01Mnth3Local>378.036</dv01Mnth3Local>
		<dv01Mnth6Base>198.936</dv01Mnth6Base>
		<dv01Mnth6Local>893.583</dv01Mnth6Local>
		<dv01Yr1Base>146.905</dv01Yr1Base>
		<dv01Yr1Local>167.903</dv01Yr1Local>
		<dv01Yr2Base>367.892</dv01Yr2Base>
		<dv01Yr2Local>894.791</dv01Yr2Local>
		<dv01Yr3Base>367.809</dv01Yr3Base>
		<dv01Yr3Local>936.126</dv01Yr3Local>
		<dv01Yr5Base>367.893</dv01Yr5Base>
		<dv01Yr5Local>596.802</dv01Yr5Local>
		<dv01Yr7Base>793.681</dv01Yr7Base>
		<dv01Yr7Local>573.804</dv01Yr7Local>
		<dv01Yr10Base>783.784</dv01Yr10Base>
		<dv01Yr10Local>895.747</dv01Yr10Local>
		<dv01Yr20Base>478.905</dv01Yr20Base>
		<dv01Yr20Local>894.778</dv01Yr20Local>
		<dv01Yr30Base>378.582</dv01Yr30Base>
		<dv01Yr30Local>563.647</dv01Yr30Local>
		<dv100Mnth1Base>462.536</dv100Mnth1Base>
		<dv100Mnth1Local>254.784</dv100Mnth1Local>
		<dv100Mnth3Base>346.684</dv100Mnth3Base>
		<dv100Mnth3Local>365.899</dv100Mnth3Local>
		<dv100Mnth6Base>674.341</dv100Mnth6Base>
		<dv100Mnth6Local>344.756</dv100Mnth6Local>
		<dv100Yr1Base>784.563</dv100Yr1Base>
		<dv100Yr1Local>386.889</dv100Yr1Local>
		<dv100Yr2Base>958.698</dv100Yr2Base>
		<dv100Yr2Local>575.588</dv100Yr2Local>
		<dv100Yr3Base>275.583</dv100Yr3Base>
		<dv100Yr3Local>573.893</dv100Yr3Local>
		<dv100Yr5Base>156.573</dv100Yr5Base>
		<dv100Yr5Local>367.783</dv100Yr5Local>
		<dv100Yr7Base>589.251</dv100Yr7Base>
		<dv100Yr7Local>457.894</dv100Yr7Local>
		<dv100Yr10Base>321.14</dv100Yr10Base>
		<dv100Yr10Local>563.698</dv100Yr10Local>
		<dv100Yr20Base>462.473</dv100Yr20Base>
		<dv100Yr20Local>267.784</dv100Yr20Local>
		<dv100Yr30Base>341.573</dv100Yr30Base>
		<dv100Yr30Local>354.784</dv100Yr30Local>
		<sdv01Mnth1Base>676.986</sdv01Mnth1Base>
		<sdv01Mnth1Local>141.154</sdv01Mnth1Local>
		<sdv01Mnth3Base>432.211</sdv01Mnth3Base>
		<sdv01Mnth3Local>342.683</sdv01Mnth3Local>
		<sdv01Mnth6Base>412.342</sdv01Mnth6Base>
		<sdv01Mnth6Local>673.708</sdv01Mnth6Local>
		<sdv01Yr1Base>165.967</sdv01Yr1Base>
		<sdv01Yr1Local>465.894</sdv01Yr1Local>
		<sdv01Yr2Base>143.587</sdv01Yr2Base>
		<sdv01Yr2Local>389.056</sdv01Yr2Local>
		<sdv01Yr3Base>154.587</sdv01Yr3Base>
		<sdv01Yr3Local>153.114</sdv01Yr3Local>
		<sdv01Yr5Base>354.691</sdv01Yr5Base>
		<sdv01Yr5Local>176.243</sdv01Yr5Local>
		<sdv01Yr7Base>223.473</sdv01Yr7Base>
		<sdv01Yr7Local>436.132</sdv01Yr7Local>
		<sdv01Yr10Base>768.482</sdv01Yr10Base>
		<sdv01Yr10Local>409.713</sdv01Yr10Local>
		<sdv01Yr20Base>154.325</sdv01Yr20Base>
		<sdv01Yr20Local>367.683</sdv01Yr20Local>
		<sdv01Yr30Base>254.165</sdv01Yr30Base>
		<sdv01Yr30Local>154.365</sdv01Yr30Local>
		<userFloat1>253.693</userFloat1>
		<userFloat2>154.673</userFloat2>
		<userFloat3>446.573</userFloat3>
		<userFloat4>745.113</userFloat4>
		<userFloat5>343.594</userFloat5>
		<userFloat6>456.98</userFloat6>
		<userFloat7>165.893</userFloat7>
		<userFloat8>537.684</userFloat8>
		<userFloat9>378.893</userFloat9>
		<userFloat10>312.589</userFloat10>
		<liquidityAmount>673.683</liquidityAmount>
		<liquidityPercent>154.227</liquidityPercent>
		<liquidityClassification>478.621</liquidityClassification>
		<highlyLiqInvMinThresholdBreach>HIGHLY_LIQ_INV_MIN_THRESHOLD_BREACH</highlyLiqInvMinThresholdBreach>
		<illiquidThresholdBreach>ILLIQUID_THRESHOLD_BREACH</illiquidThresholdBreach>
	</curveAnalytics>
	<liquidity>
		<gammaAdjusted1Pct>576.904</gammaAdjusted1Pct>
		<liquidityCategory1Pct>LIQUIDITY_CATEGORY_1_PCT</liquidityCategory1Pct>
		<pctLiquidityCategory1Pct>354.013</pctLiquidityCategory1Pct>
		<amountLiquidityCategory1Pct>113.341</amountLiquidityCategory1Pct>
		<daysUnwind1Pct>478.895</daysUnwind1Pct>
		<daysCash1Pct>889.243</daysCash1Pct>
		<gammaAdjusted5Pct>752.142</gammaAdjusted5Pct>
		<liquidityCategory5Pct>LIQUIDITY_CATEGORY_5_PCT</liquidityCategory5Pct>
		<pctLiquidityCategory5Pct>452.124</pctLiquidityCategory5Pct>
		<amountLiquidityCategory5Pct>775.356</amountLiquidityCategory5Pct>
		<daysUnwind5Pct>784.225</daysUnwind5Pct>
		<daysCash5Pct>441.298</daysCash5Pct>
		<gammaAdjusted10Pct>742.124</gammaAdjusted10Pct>
		<liquidityCategory10Pct>LIQUIDITY_CATEGORY_10_PCT</liquidityCategory10Pct>
		<pctLiquidityCategory10Pct>754.114</pctLiquidityCategory10Pct>
		<amountLiquidityCategory10Pct>558.365</amountLiquidityCategory10Pct>
		<daysUnwind10Pct>798.246</daysUnwind10Pct>
		<daysCash10Pct>745.265</daysCash10Pct>
		<gammaAdjusted20Pct>774.118</gammaAdjusted20Pct>
		<liquidityCategory20Pct>LIQUIDITY_CATEGORY_20_PCT</liquidityCategory20Pct>
		<pctLiquidityCategory20Pct>659.223</pctLiquidityCategory20Pct>
		<amountLiquidityCategory20Pct>207.169</amountLiquidityCategory20Pct>
		<daysUnwind20Pct>787.146</daysUnwind20Pct>
		<daysCash20Pct>774.112</daysCash20Pct>
		<gammaAdjusted100Pct>321.201</gammaAdjusted100Pct>
		<liquidityCategory100Pct>LIQUIDITY_CATEGORY_100_PCT</liquidityCategory100Pct>
		<pctLiquidityCategory100Pct>124.263</pctLiquidityCategory100Pct>
		<amountLiquidityCategory100Pct>642.132</amountLiquidityCategory100Pct>
		<daysUnwind100Pct>558.208</daysUnwind100Pct>
		<daysCash100Pct>777.287</daysCash100Pct>
		<rats0GammaAdjusted>412.065</rats0GammaAdjusted>
		<rats0LiquidityCategory>RATS_0_LIQUIDITY_CATEGORY</rats0LiquidityCategory>
		<rats0PctLiquidityCategory>243.485</rats0PctLiquidityCategory>
		<rats0amountLiquidityCategory>334.587</rats0amountLiquidityCategory>
		<rats0DaysUnwind>835.243</rats0DaysUnwind>
		<rats0DaysCash>554.487</rats0DaysCash>
		<rats1GammaAdjusted>443.687</rats1GammaAdjusted>
		<rats1LiquidityCategory>RATS_1_LIQUIDITYCATEGORY</rats1LiquidityCategory>
		<rats1PctLiquidityCategory>675.683</rats1PctLiquidityCategory>
		<rats1amountLiquidityCategory>332.354</rats1amountLiquidityCategory>
		<rats1DaysUnwind>133.49</rats1DaysUnwind>
		<rats1DaysCash>905.772</rats1DaysCash>
		<rats2GammaAdjusted>256.578</rats2GammaAdjusted>
		<rats2LiquidityCategory>RATS_2_LIQUIDITY_CATEGORY</rats2LiquidityCategory>
		<rats2PctLiquidityCategory>224.677</rats2PctLiquidityCategory>
		<rats2amountLiquidityCategory>643.635</rats2amountLiquidityCategory>
		<rats2DaysUnwind>457.698</rats2DaysUnwind>
		<rats2DaysCash>113.356</rats2DaysCash>
		<rats3GammaAdjusted>53.467</rats3GammaAdjusted>
		<rats3LiquidityCategory>RATS_3_LIQUIDITY_CATEGORY</rats3LiquidityCategory>
		<rats3PctLiquidityCategory>224.553</rats3PctLiquidityCategory>
		<rats3amountLiquidityCategory>552.354</rats3amountLiquidityCategory>
		<rats3DaysUnwind>312.344</rats3DaysUnwind>
		<rats3DaysCash>432.79</rats3DaysCash>
		<rats4GammaAdjusted>906.587</rats4GammaAdjusted>
		<rats4LiquidityCategory>RATS_4_LIQUIDITY_CATEGORY</rats4LiquidityCategory>
		<rats4PctLiquidityCategory>458.231</rats4PctLiquidityCategory>
		<rats4amountLiquidityCategory>441.278</rats4amountLiquidityCategory>
		<rats4DaysUnwind>608.364</rats4DaysUnwind>
		<rats4DaysCash>551.271</rats4DaysCash>
		<amountIssuedSecCurrency>401.368</amountIssuedSecCurrency>
		<dealAmountSecCurrency>987.216</dealAmountSecCurrency>
		<participationRate>745.227</participationRate>
		<secTurnover>668.297</secTurnover>
		<capAdjustedMult>454.234</capAdjustedMult>
		<genAdvSecCurrency>774.115</genAdvSecCurrency>
		<originalSource>ORIGINAL_SOURCE</originalSource>
		<notionalWeightPercent>154.236</notionalWeightPercent>
		<marketValuePercent>570.248</marketValuePercent>
		<daysSettle>546.334</daysSettle>
		<rats0StressMultiplier>436.231</rats0StressMultiplier>
		<rats1StressMultiplier>867.206</rats1StressMultiplier>
		<rats2StressMultiplier>554.355</rats2StressMultiplier>
		<rats3StressMultiplier>557.364</rats3StressMultiplier>
		<rats4StressMultiplier>568.645</rats4StressMultiplier>
		<rats5StressMultiplier>779.944</rats5StressMultiplier>
		<daysUnwindMultiplier>653.534</daysUnwindMultiplier>
	</liquidity>
	<sectorAnalytics>
		<coupon>783.452</coupon>
		<yield>894.773</yield>
		<positionCount>153673</positionCount>
		<liborOas>254.409</liborOas>
		<maturityDays>673215</maturityDays>
		<nominalWeightedAverageLife>265.69</nominalWeightedAverageLife>
		<nominalYieldContribution>446.783</nominalYieldContribution>
		<nominalYield>241.467</nominalYield>
		<nominalVolatilityDuration>521.508</nominalVolatilityDuration>
		<oacContribution>467.794</oacContribution>
		<optionAdjustedConvexity>313.674</optionAdjustedConvexity>
		<effectiveDuration>538.557</effectiveDuration>
		<oadContribution>890.311</oadContribution>
		<oas>355.533</oas>
		<percentNav>465.684</percentNav>
		<percentOadContribution>442.573</percentOadContribution>
		<prepayDuration>426.578</prepayDuration>
		<spreadDuration>543.331</spreadDuration>
		<yieldToMaturity>115.674</yieldToMaturity>
		<moodyRating>MOODY_RATING</moodyRating>
		<spRating>SP_RATING</spRating>
	</sectorAnalytics>
</warehousePerformance>
</warehouseTransaction>
</EagleML>

CSV Processing Sequence

Warehouse Performance is loaded to DB with the following streams:

  • eagle_default_in_csv_warehouse  - this is PRF stream which consist of two steps transform and load
  • eagle_default_in_csv_warehouse_t - transformation CSV to EagleML
    • _performance.xml​ {_}rule
  • eagle_ml-2-0_default_in_xml_warehouse_preproc
    • XSLT transformation. XSLT rule 'eagle_default/in/xml/xslt/wrh_egl_gen_interface3.xsl' is used.
    • Loading data into the database. The 'eagle_default/in/xml/xml-warehouse_v2.xml' rule is used

To load or update data in Warehouse Performance tables, send your CSV message to the eagle_default_in_csv_warehouse stream.

Pipe-delimited Processing Sequence

Warehouse Performance is loaded to database with the following streams:

  • eagle_default_in_pipe_warehouseCLP  - this is PRF stream which consist of two steps transform and load
  • ​eagle_default_in_pipe_warehouseCLP_t - transformation PIPE to XMLDBAPI
    • pipe-wrhs_performance_xmldbapi.xml rule
  • eagle_ml-2-0_default_in_xml_warehouse – loading data into the database. In this step the rule eagle_default/in/xml/xml-dbdirect_invar.xml ​is used.

To load or update data in Warehouse Performance tables, send your pipe-delimited message to the eagle_default_in_pipe_warehouseCLP stream.

 Click to expand an example of incoming pipe-delimited message

Note

Pipe-delimited messages are loaded without header elements.

Node Map

BATCH_ID|Status Flag|Update Source|Begin Date|Dict_level2|Dict_level3|Dict_level4|Dict_level5|Dict_level6|Dict_level7|Dict_level8|Sec_ID1|Sec_ID1_TYPE|Sec_ID2|Sec_ID2_TYPE|Sec_ID3|Sec_ID3_TYPE|Sec_ID4|Sec_ID4_TYPE|Sec_ID5|Sec_ID5_TYPE|Security_Alias|psr_user_float1| psr_user_float2|psr_user_float3|psr_user_float4|psr_user_float5|psr_user_float6|psr_user_float7|psr_user_float8|psr_user_float9|psr_user_float10|psr_user_float11|psr_user_float12|psr_user_float13|psr_user_float14|psr_user_float15| psr_user_float16|psr_user_float17|psr_user_float18|psr_user_float19|psr_user_float20|psr_user_float21|psr_user_float22|psr_user_float23|psr_user_float24|psr_user_float25|psr_user_float26|psr_user_float27|psr_user_float28| psr_user_float29|psr_user_float30|psr_user_float31|psr_user_float32|psr_user_float33|psr_user_float34|psr_user_float35|psr_user_float36|psr_user_float37|psr_user_float38|psr_user_float39|psr_user_float40|psr_user_float41| psr_user_float42|psr_user_float43|psr_user_float44|psr_user_float45|psr_user_float46|psr_user_float47|psr_user_float48|psr_user_float49|psr_user_float50|psr_user_float51|psr_user_float52|psr_user_float53|psr_user_float54| psr_user_float55|psr_user_float56|psr_user_float57|psr_user_float58|psr_user_float59|psr_user_float60|psr_user_float61|psr_user_float62|psr_user_float63|psr_user_float64|psr_user_float65|psr_user_float66|psr_user_char1| psr_user_char2|psr_user_char3|psr_user_char4|psr_user_char5|psr_user_date1|psr_user_date2|psr_user_date3|psr_user_int1|abal|accrued_income|after_tax_return|before_tax_return|currency|currency_code|daily_wtd_adj|dva|earned_income| fee_handling|fee_status|fees|field_attribute_id|flow_weighting|inc_adj_net|inc_adj_wtd|irr_return|irr_return_net|itd_after_tax_return|itd_before_tax_return|itd_irr_return|itd_irr_return_net|itd_mod_dietz_return| itd_mod_dietz_return_net|itd_prin_return|itd_tot_return|itd_tot_return_net|market_value|mod_dietz_return|mod_dietz_return_net|mtd_after_tax_return|mtd_before_tax_return|mtd_irr_return|mtd_irr_return_net|mtd_mod_dietz_return| mtd_mod_dietz_return_net|mtd_prin_return|mtd_tot_return|mtd_tot_return_net|net_adj_amt|prin_return|qtd_after_tax_return|qtd_before_tax_return|qtd_irr_return|qtd_irr_return_net|qtd_mod_dietz_return|qtd_mod_dietz_return_net| qtd_prin_return|qtd_tot_return|qtd_tot_return_net|record_type|return_type|tax_status|tot_return|tot_return_net|total_flows|unit_value_liq_prin|unit_value_liq_tot|unit_value_prin|unit_value_real_prin|unit_value_real_tot| unit_value_tot|ytd_after_tax_return|ytd_before_tax_return|ytd_irr_return|ytd_irr_return_net|ytd_mod_dietz_return|ytd_mod_dietz_return_net|ytd_prin_return|ytd_tot_return|ytd_tot_return_net

Examples - All Elements

KADE11^^20150604^EAGLE PACE^D^TestAl^P|P|KKUDRYASHOV|20150602|||||||||||||||||||1.11|2.11|3.11|4.11|5.11|6.11|7.11|8.11|9.11|10.11|11.11|12.11|13.11|14.11|15.11|16.11|17.11|18.11|19.11|20.11|21.11|22.11|23.11|24.11|25.11|26.11|27.11|28.11|29.11|30.11|31.11|32.11|33.11|34.11|35.11|36.11|37.11|38.11|39.11|40.11|41.11|42.11|43.11|44.11|45.11|46.11|47.11|48.11|49.11|50.11|51.11|52.11|53.11|54.11|55.11|56.11|57.11|58.11|59.11|60.11|61.11|62.11|63.11|64.11|65.11|66.11|char1|char2|char3|char4|char5|20140106|20140107|20140108|123|67.11|68.11|69.11|70.11|170|171|71.11|72.11|73.11|FeeH|74.11|75.11|76.11|77.11|78.11|79.11|80.11|81.11|82.11|83.11|84.11|85.11|86.11|87.11|88.11|89.11|90.11|91.11|92.11|93.11|94.11|95.11|96.11|97.11|98.11|99.11|100.11|101.11|102.11|103.11|104.11|105.11|106.11|107.11|108.11|109.11|110.11|111.11|112.11|113.11|RT|114.11|115.11|116.11|117.11|118.11|119.11|120.11|121.11|122.11|123.11|124.11|125.11|126.11|127.11|128.11|129.11|130.11|131.11|132.11|133.3
KADE11^^20150604^EAGLE PACE^D^TestAl^S|P|KKUDRYASHOV|20150602||||||||US0343931087|ISIN|034393108|CUSIP|USD|TICKER|2579746|SEDOL|FF000D509EB|BBID|381270|1.11|2.11|3.11|4.11|5.11|6.11|7.11|8.11|9.11|10.11|11.11|12.11|13.11|14.11|15.11|16.11|17.11|18.11|19.11|20.11|21.11|22.11|23.11|24.11|25.11|26.11|27.11|28.11|29.11|30.11|31.11|32.11|33.11|34.11|35.11|36.11|37.11|38.11|39.11|40.11|41.11|42.11|43.11|44.11|45.11|46.11|47.11|48.11|49.11|50.11|51.11|52.11|53.11|54.11|55.11|56.11|57.11|58.11|59.11|60.11|61.11|62.11|63.11|64.11|65.11|66.11|char1|char2|char3|char4|char5|20140106|20140107|20140108|123|67.11|68.11|69.11|70.11|170|171|71.11|72.11|73.11|FeeH|74.11|75.11|76.11|77.11|78.11|79.11|80.11|81.11|82.11|83.11|84.11|85.11|86.11|87.11|88.11|89.11|90.11|91.11|92.11|93.11|94.11|95.11|96.11|97.11|98.11|99.11|100.11|101.11|102.11|103.11|104.11|105.11|106.11|107.11|108.11|109.11|110.11|111.11|112.11|113.11|RT|114.11|115.11|116.11|117.11|118.11|119.11|120.11|121.11|122.11|123.11|124.11|125.11|126.11|127.11|128.11|129

Other Examples

DUMMY^^19800102^EAGLE PACE^D^Custom Index^P|P|LOADER|19800102|||||||||||||||||||10000000|100000010|||||100|0.01||||||||||||||||||||||||1.2||||||||||||||||||1.05||||||||||||||||||||||||||100||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||1
DUMMY^^19800102^EAGLE PACE^D^Custom Index^P|P|LOADER|19800102|Component1||||||||||||||||||10010000|100100010|||||100|0.02||||||||||||||||||||||||1.2||||||||||||||||||1.05||||||||||||||||||||||||||100||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||2


Note

Please keep in mind that pipe-delimited messages are loaded without header elements.

Required Elements

The following elements are required in the EagleML message: Effective Date, Entity Id (or Entity Identifiers), Source Name, Lot Number, identifiers to resolve Security Alias.

  • Effective Date: warehouseTransaction/warehousePerformance/effectiveDate 
  • Entity Id: warehouseTransaction/warehousePerformance/entityId (or warehouseTransaction/warehousePerformance/xrefAccountId and warehouseTransaction/warehousePerformance/xrefAccountIdType) – mapped to PERFORMDBO.PERF_SUMMARY.ENTITY_ID
  • Source Name: warehouseTransaction/warehousePerformance/sourceName
  • Security Identifiers to resolve the Security Alias (see the section 'Security Resolution Logic'), Security Alias is mapped to PERFORMDBO.PERF_SEC_RETURNS.SECURITY_ALIAS

Security Resolution Logic

Constituent level records will need to resolve to the SECURITY_ALIAS found in the security.xreference table. Records at the 'Total' or 'Segment' level are loaded to the performance table with a security alias of '0'. To resolve security alias the procedure will do the following:

The element Security Alias should not be specified in the incoming EagleML message. Please refer to Security Resolution for Warehouse Objects

Entity Resolution Logic

There are two ways to define Entity Id for Warehouse objects:
1. Refer to Entity Resolution for Warehouse Objects.
2. Providing EntityXrefIdType and EntityXrefId in the Batch Key in the incoming message.

The procedure will resolve the record to the proper EntityID based on the value provided in EntityXrefIdType(BatchKey - Field #2). If the incoming value in EntityXrefIdType is NULL, then the procedure will get entity_id from the EntityId of the incoming record (BatchKey - Field #1).  If the incoming value in EntityXrefIdType is not NULL then entity_id will be resolved from table RULESDBO.ENTITY_XREFERENCE where xref_account_id is the value from incoming record EntityId (BatchKey - Field #1) and xref_account_id_type is the value from the incoming record EntityXrefIdType (BatchKey - Field #2).

BatchKey

To facilitate the identification of a unique batch within the file, the procedure will use BatchKey as the unique batch parameter. The BatchKey is the concatenation of

EntityXrefId^EntityXrefIdType^EndEffectiveDate^SourceName^FrequencyCode^DictionaryName^PerfSummaryType (if you use Entity Xref for EntityId resolution) or 

EntityId^^EndEffectiveDate^SourceName^FrequencyCode^DictionaryName^PerfSummaryType (if you use direct EntityId value.)

 

Element

Optional/ Required

Sample

Description

1

EntityID(EntityXrefId)

R

TSTVAL01

ENTITY_ID from the RULESDBO.ENTITY table 

2

EntityXrefIdType

O

 

XREF_ACCOUNT_ID_TYPE from the RULESDBO.entity_xreference table.

3

EndEffectiveDate

R

20130713

Date in format (YYYYMMDD)

4

SourceName

R

EAGLE PACE

SHORT_DESC from the PACE_MASTERDBO.INTERFACES table

5

FrequencyCode

O/R

D

D - DAY
M - Month
Q -  Quarter
Y - Year

6

DictionaryName

R

TestValue2

DICTIONARY_NAME from the RULESDBO.DICTIONARIES table

7

PerfSummaryType

R

S

S - Index Constituent Performance Record(s)
P - Total or Segment-level Record(s)

For example:  ENTVALUE^^20130713^EAGLE PACE^D^DICTIONARY1^S

Constituent Insertion Logic

All Constituent records (Security_alias != "0") are loaded to the perform..perf_summary and Perform..Perf_Sec_Returns tables with the following values:

  • Perf_summary.Dictionary_id = "0"
  • Perf_summary.Perf_summary_type = "S"
  • Perf_Sec_Returns.Perf_rollup_returns_id = "0"

The procedure will then move to the Perf Sec Rollup Relation  Section. 

Dictionary ID Resolution Logic

A performance dictionary (model) must be established in the target environment prior to any data load.  If one does not exist, please contact your Eagle representative to review the alternatives for establishing a performance dictionary.In order to load the returns to the appropriate performance model, the procedure will perform a lookup in the rules..dictionaries table and select dictionary_id where dictionary_name is equal to DictionaryName (BatchKey - Field #6)

  • If the result is Null, the procedure will generate an error with the message: "Invalid Dictionary/Model Name."
  • If the result is NOT NULL, the procedure will consider the result to be the dictionary_id variable.

Dictionary Item ID Resolution

Once the dictionary_id is resolved, the Dictionary Node within the appropriate dictionary level must be resolved. This is also referred to as the Dictionary Item ID.If a dictionary Node is not found, the procedure will be permitted to add that node only if the severity on the edit 'Dictionary item not found' is set to 'W' for warning.  If the severity level is set to 'F' for fatal, this will result in an error condition as documented below.Constituent/Security returns (Security_alias != 0) are stored in the Perform.Perf_Sec_Returns table with a perf_rollup_returns_id of '0'. The procedure will not have the ability to establish new levels within a dictionary, only nodes within established levels. 

The steps to resolve the Dictionary Item ID are as follows:

  1. The procedure will evaluate variables (dictLevel2… dictLevel8) in the incoming record to determine which is the first column having a NULL value:
    1. If none of the variables are null, the incoming record is assigned DICTIONARY_LEVEL_CODE of 8.
    2. If a column other than DL1 (not input from file) is found to be NULL, the procedure will check whether any subsequent columns in the subset are NOT NULL.
      1. If any subsequent columns are NOT NULL, an error will be given that 'Invalid Dictionary Levels Found'.
      2. If no subsequent columns in the subset are NULL, the procedure will assign DICTIONARY_LEVEL_CODE based on the first column that was found to be NULL in accord with the table below:

        First NULL Column in Subset

        DICTIONARY_LEVEL_CODE

        DL 2 (dictLevel2)

        1

        DL 3 (dictLevel3)

        2

        DL 4 (dictLevel4)

        3

        DL 5 (dictLevel5)

        4

        DL 6 (dictLevel6)

        5

        DL 7 (dictLevel7)

        6

        DL 8 (dictLevel8)

        7

  2. The procedure will perform a lookup in the rulesdbo.dictionary table selecting Dictionary_item_id where the following characteristics are met:

    • Dictionary_id = Dictionary_id
    • DICT_L1_CODE_VALUE = DL1
    • DICT_L2_CODE_VALUE = DL 2
    • DICT_L3_CODE_VALUE = DL 3
    • DICT_L4_CODE_VALUE = DL 4
    • DICT_L5_CODE_VALUE = DL 5
    • DICT_L6_CODE_VALUE = DL 6
    • DICT_L7_CODE_VALUE = DL 7
    • DICT_L8_CODE_VALUE = DL 8
    1. If the result is NOT NULL, the procedure will consider the variable to be DICTIONARY_ITEM_ID and store the record in accord with the data map
    2. If the result is NULL, the procedure will check the severity level of the edit 'Dictionary Item Not Found.'
      1. If the edit is not found or if the result is anything other than 'F' or 'W' the procedure will give an error that 'Dictionary Item ID unclear'.
      2. If the result is 'F', the procedure will fail the record with the error 'Dictionary Item not found.
      3. If the result is 'W', the procedure will count the number of records in the rulesdbo.dictionary_format table having the following attributes:
        • Dictionary_id = DICTIONARY_ID

        • Dictionary_level = DICTIONARY_LEVEL_CODE

  1. If the count is zero, an error will be given that 'Invalid Dictionary levels Found'.
  2. If the count is greater than zero, the procedure will give the warning 'Dictionary Item not Found AND perform a series of checks to determine whether the higher-level nodes exist.  As illustrated in the table below, this iterative check requires the lower level values to be considered NULL. The DL1 Code does not require a check as there can be only one node with one value at this level.
    1. If any of the higher level nodes are not found in the dictionary_detail table, they will be inserted along with the node for the incoming record in accord with the table below

      Column in Table

      Content from the incoming record

      Content for the next-higher level node, if needed. (Example assumes incoming record has DICTIONARY_LEVEL_CODE of 4.)

      Content for the next-higher level node, if needed

      DICTIONARY_ID

      DICTIONARY_ID

      DICTIONARY_ID

      DICTIONARY_ID

      SOURCE_CODE_ID

      Set to 99

      Set to 99

      Set to 99

      DICT_L1_CODE_VALUE

      Set to 'TOTAL'

      Set to 'TOTAL'

      Set to 'TOTAL'

      DICT_L2_CODE_VALUE

      DL 2 CODE (dictLevel2)

      DL 2 CODE (dictLevel2)

      DL 2 CODE (dictLevel2)

      DICT_L3_CODE_VALUE

      DL 3 CODE (dictLevel3)

      DL 3 CODE (dictLevel3)

      NULL

      DICT_L4_CODE_VALUE

      DL 4  CODE (dictLevel4)

      NULL

      NULL

      DICT_L5_CODE_VALUE

      DL 5  CODE (dictLevel5)

      DL 5  CODE (dictLevel5)

      DL 5  CODE (dictLevel5)

      DICT_L6_CODE_VALUE

      DL 6  CODE (dictLevel6)

      DL 6  CODE (dictLevel6)

      DL 6  CODE (dictLevel6)

      DICT_L7_CODE_VALUE

      DL 7  CODE (dictLevel7)

      DL 7  CODE (dictLevel7)

      DL 7  CODE (dictLevel7)

      DICT_L8_CODE_VALUE

      DL 8 CODE (dictLevel8)

      DL 8 CODE (dictLevel8)

      DL 8 CODE (dictLevel8)

      DICTIONARY_DETAIL_ID

      Assigned as next instance.

      Assigned as next instance.

      Assigned as next instance.

      UPDATE_SOURCE

      update_source

      update_source

      update_source

      UPDATE_DATE

      Set to system date.

      Set to system date.

      Set to system date.

      DICTIONARY_ITEM_ID

      Set equal to 1+(the maximum value in the dictionary_item_id columns for records having the same Dictionary_id)

      Set equal to 1 + (the maximum value in the Dictionary_item_ID column for records having the same Dictionary_id

      Set equal to 1 + (the maximum value in the Dictionary_Item_ID column for records having the same Dictionary_ID)

      PROCESS_FLAG

      Set to 'N'

      Set to 'N'

      Set to 'N'

      TRANS_FLAG

      Set to 'N'

      Set to 'N'

      Set to 'N'

Additional Logic

  • If the incoming record does not have a startDate (BEGIN EFFECTIVE DATE) the FrequencyCode(BatchKey - Field #5)  will be used to determine the begin_effective_date using the business calendar for the 'Eagle PACE' source. The logic is as follows:
    • If FrequencyCode(BatchKey - Field #5)  = 'D', the begin_effective_date will be the prior business date relative to EndEffectiveDate (BatchKey - Field #3)
    • If FrequencyCode(BatchKey - Field #5)  = 'M', the begin_effective_date will be the last day of the prior month relative to END EndEffectiveDate (BatchKey - Field #3)
    • If FrequencyCode(BatchKey - Field #5)  = 'Q', the begin_effective_date will be the last day of the prior quarter relative to EndEffectiveDate (BatchKey - Field #3)
    • If FrequencyCode(BatchKey - Field #5)  = 'Y', the begin_effective_date will be the last day of the prior year relative to EndEffectiveDate (BatchKey - Field #3)
  • Update the business calendar to reflect the appropriate day, month, quarter or year-end flag (set the flag to 1 only) for the date corresponding to EndEffectiveDate (BatchKey - Field #3) if the flag is missing on the business calendar row for the source data being loaded.
  • Records resolved to the constituent/security level (Security_alias != 0) need to have additional processing logic. That logic is outlined in the Perf Sec Rollup Relation Instance and Perf Sec Universe Instance logic below. 

Perf Sec Rollup Relation Instance

  • Perf_sec_rollup_relation stores the relationship of a security to the rollup level that the security belongs to in a specific performance model by effective date.
  • The INSTANCE is defined as the unique combination of EntityId (BatchKey - Field #1), EndEffectiveDate (BatchKey - Field #3), Dictionary_id resolved from the DictionaryName (BatchKey - Field #6), security_alias resolved from XrefIdentifiers and dictionary_item_id(Perf Rollup Returns ID) resolved from(dictLevel2… dictLevel8). If the interface finds that records exist for the same data as is found for the incoming record for EntityId, and Dictionary_id resolved from DictionaryName, then the procedure will do the following:
  1. Retrieve the most recent record corresponding to the incoming record.  This is the record where Perf_sec_rollup_relation.Entity_id = EntityId on incoming record, Perf_sec_rollup_relation.Dictionary_id = Dictionary_id on incoming record, Security_alias = security_alias on incoming record and Perf_sec_rollup_relation.Effective_date = Max(Effective_date) where effective_date <= EndEffectiveDate on Incoming record 
  2. If Perf_rollup_returns_id on record retrieved in Step 1 is equal to Dictionary_item_id resolved from(dictLevel2… dictLevel8)., then the perf_sec_rollup_relation table will not be updated.
  3. If Perf_rollup_returns_id on record retrieved in Step 1 is NOT equal to Dictionary_item_id resolved from(dictLevel2… dictLevel8), then the perf_sec_rollup_relation table will be updated.  If EndEffectiveDate = Effective_date on retrieved record in Step1, then this record will be updated according to the data map below.  If EndEffectiveDate > Effective_date on retrieved record in Step1, then a new record will be inserted to the Perf_sec_rollup_relation table according to the data map below.

Perf Sec Universe Instance 

  • Perf_sec_universe stores the universe of all securities that have been held by an entity.
  • The INSTANCE is defined as the unique combination of EntityId (BatchKey - Field #1), and Security Alias resolved from XrefIdentifiers
  • Since this table stores the security universe across time, the data matching entity_id and security_alias should not be replaced by the batch.  Records will be inserted if the combination of Entity_id and Security_alias does not currently exist.
  1. The procedure will perform a lookup in the Perf_sec_universe table using the entity_id and security_alias.
    1. If a match is found, the procedure will ignore the record. 
    2. If a match is not found, the procedure will insert a new record according to the data map

PACE Derived Fields

Field No.

Derived Field

Description

Notes

PACE Database

PACE Table(s)

PACE Field

Format

Validation

STAR Tag

89

Update Date

Update Date

The procedure will populate current system date into the update_date field. The update_date in perf_summary and Perf_Sec_Returns should always be the same, even when there is no change to the perf_summary record directly.

Perform

Perf_summary/
Perf_Sec_Returns
 

Update_date

Datetime

 

 

90

Dictionary Id

Dictionary Id

Refer to the Dictionary ID Resolution Logic section.

Perform

Perf_Summary

Dictionary_id

 

 

 

91

Calendar Month End

Calendar Month End

Actual calendar month end for a specific month. For example, June 2004 would have a Calendar Month End date of 06/30/2004.

Perform

Perf_summary

End_effective_date

Datetime

 

 

92

Begin Effective Date

Begin Effective Date

The Begin effective date is derived from the end effective date. For example, June 2004 would have a Begin Effective Date of 06/01/2004.

Perform

Perf_Summary

Begin_Effective_date

Datetime

 

 

93

LEVEL TYPE

Level Type

 

Perform

Perf_summary

Level_type

Char(8)

 

 

94

PERF SEC ROLLUP RELATION INSTANCE

Instance Number

Refer to Perf Sec Rollup Relation Instance Logic

Perform

Perf_sec_rollup_relation

Instance

Number

 

 

95

PERF SEC UNIVERSE INSTANCE

Instance Number

Refer to Perf Sec Universe Instance Logic

Perform

Perf_sec_universe

Instance

Number

 

 


  • No labels