Versions Compared

Key

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

This example was processed by eagle_default\in\xml\xml-ref_fxpcrate.xml rule  rule.

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="ReferenceTransactionMessage" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="ReferenceTransactionMessage">
    <referenceTransaction>
        <header>
            <objectType>IssueFxPcRate</objectType>
        </header>
        <issueFxPcRate>
            <objectType>IssueFxPcRate</objectType>
            <objectId>IssueFxPcRate</objectId>
            <sourceName>EAGLE PACE</sourceName>
            <updateSource>MCADMIN</updateSource>
            <effectiveDate>2015-01-22</effectiveDate>
            <fromCurrency>
                <ticker>EUR</ticker>
            </fromCurrency>
            <toCurrency>
                <ticker>USD</ticker>
            </toCurrency>
            <period>30</period>
            <bid>10.111</bid>
            <ask>44.444</ask>
            <mid>99.999</mid>
            <bidCondition>FV</bidCondition>
            <askCondition>FV</askCondition>
            <midCondition>FV</midCondition>
            <vendorDate>2014-05-29</vendorDate>
            <vendorTime>11:12:13</vendorTime>
        </issueFxPcRate>
    </referenceTransaction>
</EagleML>

...