Accounting Trade FX Spot Example

This example was processed by the /eagle_default/in/xml/xml-accttrade_fxspot.xml rule

<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" eaglemlVersion="2-0" eaglemlType="AccountingTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="AccountingTransactionMessage">
<accountingTransaction>
    <header>
        <identifier>
            <transactionId>DEQOP26FRKOING48</transactionId>
        </identifier>
        <objectType>AccountingTrade</objectType>
    </header>
    <accountingTrade>
        <buySellIndicator>SPOT</buySellIndicator>
        <xrefAccountId>ITEMLXREFTST</xrefAccountId>
        <xrefAccountIdType>PORTM</xrefAccountIdType>
        <assetResolutionOption>ALL</assetResolutionOption>
        <tradeDate>2014-07-04</tradeDate>
        <settlementDate>2014-07-06</settlementDate>
        <brokerCode>07687</brokerCode>
        <spot>
            <sellCurrencyCode>USD</sellCurrencyCode>
            <buyCurrencyCode>EUR</buyCurrencyCode>
            <sellQuantity>1.35943</sellQuantity>
            <buyQuantity>1</buyQuantity>
        </spot>
    </accountingTrade>
</accountingTransaction>
</EagleML>