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

« Previous Version 2 Next »

 Example of ADD (click to expand):
<EagleML eaglemlVersion="2-0" eaglemlType="ReferenceTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="ReferenceTransactionMessage" xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<referenceTransaction>
   <header>
	  <objectType>SecurityDefault</objectType>
	  <action>ADD</action>
   </header>
   <securityDefault>
	  <objectType>SecurityDefault</objectType>
	  <objectId>SecurityDefault</objectId>
	  <objectDescription>REFERENCE</objectDescription>
	  <updateTimestamp>2014-04-24T05:24:27</updateTimestamp>
	  <sourceName>EAGLE PACE</sourceName>
	  <updateSource>TSTR825</updateSource>
	  <accountingValidationFlag>Y</accountingValidationFlag>
	  <primaryAssetId>KRSA1DBIBFD_1</primaryAssetId>
	  <primaryAssetType>INTERNAL</primaryAssetType>
	  <beginDate>2020-01-02</beginDate>
	  <endDate>2020-01-31</endDate>
	  <costingRule>PRIMARY</costingRule>
	  <defaultType>INCOME</defaultType>
	  <accountingBasis>GAAP</accountingBasis>
   </securityDefault>
</referenceTransaction>
</EagleML>
 Example of UPDATE (click to expand):
<EagleML eaglemlVersion="2-0" eaglemlType="ReferenceTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="ReferenceTransactionMessage" xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<referenceTransaction>
   <header>
	  <objectType>SecurityDefault</objectType>
	  <action>ADD</action>
   </header>
   <securityDefault>
	  <objectType>SecurityDefault</objectType>
	  <objectId>SecurityDefault</objectId>
	  <objectDescription>REFERENCE</objectDescription>
	  <updateTimestamp>2014-04-24T05:24:27</updateTimestamp>
	  <sourceName>EAGLE PACE</sourceName>
	  <updateSource>TSTR825</updateSource>
	  <accountingValidationFlag>Y</accountingValidationFlag>
	  <primaryAssetId>KRSA1DBIBFD_1</primaryAssetId>
	  <primaryAssetType>INTERNAL</primaryAssetType>
	  <beginDate>2020-01-02</beginDate>
	  <endDate>2020-01-31</endDate>
	  <costingRule>PRIMARY</costingRule>
	  <defaultType>AMORT</defaultType>
	  <accountingBasis>GAAP</accountingBasis>
   </securityDefault>
</referenceTransaction>
</EagleML>
 Example of DELETE (click to expand):
<EagleML eaglemlVersion="2-0" eaglemlType="ReferenceTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="ReferenceTransactionMessage" xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<referenceTransaction>
   <header>
	  <objectType>SecurityDefault</objectType>
	  <action>DELETE</action>
   </header>
   <securityDefault>
	  <objectType>SecurityDefault</objectType>
	  <objectId>SecurityDefault</objectId>
	  <objectDescription>REFERENCE</objectDescription>
	  <updateTimestamp>2020-01-29T06:28:45-05:00</updateTimestamp>
	  <sourceName>EAGLE PACE</sourceName>
	  <accountingValidationFlag>Y</accountingValidationFlag>
	  <updateSource>MCADMIN</updateSource>
	  <beginDate>2020-01-02</beginDate>
	  <defaultType>AMORT</defaultType>
	  <primaryAssetId>KRSA1DBIBFD_1</primaryAssetId>
	  <primaryAssetType>INTERNAL</primaryAssetType>
   </securityDefault>
</referenceTransaction>
</EagleML>
  • No labels