TransactionDetails

/FundsXML4/RegulatoryReportings/DirectReporting/EMIR/EMIR_Report/CommonData/TransactionDetails

Diagram

TransactionDetails Section 2b TradeID (anonymous) TransactionReferenceNumber (anonymous) ExecutionVenue (anonymous) CompressionFlag xs:boolean PriceRate xs:decimal PriceNotation ISOCurrencyCodeType NotionalAmount xs:decimal PriceMultiplier xs:decimal Quantity xs:decimal UpFrontPayment xs:decimal 0..1 DeliveryType (anonymous) ExecutionTimestamp xs:dateTime EffectiveDate xs:date MaturityDate xs:date 0..1 TerminationDate xs:date 0..1 SettlementDates (anonymous) 0..1 MasterAgreementType (anonymous) 0..1 MasterAgreementVersion (anonymous) 0..1

Documentation

Section 2b

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/RegulatoryReportings/.../TradeID (anonymous)

field 8 according to annex table 2 EMIR ITS and RTS

ExampleText
/RegulatoryReportings/.../TransactionReferenceNumber (anonymous)

field 9 according to annex table 2 EMIR ITS and RTS

ExampleText
/RegulatoryReportings/.../ExecutionVenue (anonymous)

field 10 according to annex table 2 EMIR ITS and RTS

Exam
/RegulatoryReportings/.../CompressionFlag xs:boolean

field 11 according to annex table 2 EMIR ITS and RTS

false
/RegulatoryReportings/.../PriceRate xs:decimal

field 12 according to annex table 2 EMIR ITS and RTS

113.92
/RegulatoryReportings/.../PriceNotation ISOCurrencyCodeType

field 13 according to annex table 2 EMIR ITS and RTS

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

WQH
/RegulatoryReportings/.../NotionalAmount xs:decimal

field 14 according to annex table 2 EMIR ITS and RTS

871.68
/RegulatoryReportings/.../PriceMultiplier xs:decimal

field 15 according to annex table 2 EMIR ITS and RTS

802.55
/RegulatoryReportings/.../Quantity xs:decimal

field 16 according to annex table 2 EMIR ITS and RTS

24.69
/RegulatoryReportings/.../UpFrontPayment xs:decimal

field 17 according to annex table 2 EMIR ITS and RTS

747.85
/RegulatoryReportings/.../DeliveryType (anonymous)

field 18 according to annex table 2 EMIR ITS and RTS

E
/RegulatoryReportings/.../ExecutionTimestamp xs:dateTime

field 19 according to annex table 2 EMIR ITS and RTS

2025-10-10T12:40:24
/RegulatoryReportings/.../EffectiveDate xs:date

field 20 according to annex table 2 EMIR ITS and RTS

2021-01-21
/RegulatoryReportings/.../MaturityDate xs:date

field 21 according to annex table 2 EMIR ITS and RTS

2024-04-06
/RegulatoryReportings/.../TerminationDate xs:date

field 22 according to annex table 2 EMIR ITS and RTS

2023-08-28
/RegulatoryReportings/.../SettlementDates (anonymous)

field 23 according to annex table 2 EMIR ITS and RTS

/RegulatoryReportings/.../MasterAgreementType (anonymous)

field 24 according to annex table 2 EMIR ITS and RTS

ExampleText
/RegulatoryReportings/.../MasterAgreementVersion (anonymous)

field 25 according to annex table 2 EMIR ITS and RTS

5477

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="TransactionDetails">
   <xs:annotation>
      <xs:documentation>Section 2b</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="TradeID">
            <xs:annotation>
               <xs:documentation>field 8 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="52"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="TransactionReferenceNumber">
            <xs:annotation>
               <xs:documentation>field 9 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="40"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="ExecutionVenue">
            <xs:annotation>
               <xs:documentation>field 10 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="4"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="CompressionFlag" type="xs:boolean">
            <xs:annotation>
               <xs:documentation>field 11 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="PriceRate" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>field 12 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="PriceNotation" type="ISOCurrencyCodeType">
            <xs:annotation>
               <xs:documentation>field 13 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="NotionalAmount" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>field 14 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="PriceMultiplier" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>field 15 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="Quantity" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>field 16 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="UpFrontPayment" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>field 17 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="DeliveryType">
            <xs:annotation>
               <xs:documentation>field 18 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="1"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="ExecutionTimestamp" type="xs:dateTime">
            <xs:annotation>
               <xs:documentation>field 19 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="EffectiveDate" type="xs:date">
            <xs:annotation>
               <xs:documentation>field 20 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaturityDate" type="xs:date">
            <xs:annotation>
               <xs:documentation>field 21 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="TerminationDate" type="xs:date">
            <xs:annotation>
               <xs:documentation>field 22 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="SettlementDates">
            <xs:annotation>
               <xs:documentation>field 23 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="SettlementDate" type="xs:date">
                     <xs:annotation>
                        <xs:documentation>ISO 8601 date format.</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
         <xs:element minOccurs="0" name="MasterAgreementType">
            <xs:annotation>
               <xs:documentation>field 24 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="50"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="MasterAgreementVersion">
            <xs:annotation>
               <xs:documentation>field 25 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:positiveInteger">
                  <xs:totalDigits value="4"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>