Clearing

/FundsXML4/RegulatoryReportings/DirectReporting/EMIR/EMIR_Report/CommonData/Clearing

Diagram

Clearing Section 2d ClearingObligationFlag xs:boolean [1] ClearedFlag xs:boolean [1] ClearingTimestamp xs:dateTime [0..1] CcpID xs:string [0..1] IntragroupFlag xs:boolean [0..1]

Documentation

Section 2d

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
xs:boolean

field 28 according to annex table 2 EMIR ITS and RTS

true
xs:boolean

field 29 according to annex table 2 EMIR ITS and RTS

true
xs:dateTime

field 30 according to annex table 2 EMIR ITS and RTS

2025-02-02T05:04:55
xs:string

field 31 according to annex table 2 EMIR ITS and RTS

ExampleText
xs:boolean

field 32 according to annex table 2 EMIR ITS and RTS

false

Element Definition

<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="Clearing">
   <xs:annotation>
      <xs:documentation>Section 2d</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="ClearingObligationFlag" type="xs:boolean">
            <xs:annotation>
               <xs:documentation>field 28 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ClearedFlag" type="xs:boolean">
            <xs:annotation>
               <xs:documentation>field 29 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="ClearingTimestamp" type="xs:dateTime">
            <xs:annotation>
               <xs:documentation>field 30 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="CcpID">
            <xs:annotation>
               <xs:documentation>field 31 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="20"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="IntragroupFlag" type="xs:boolean">
            <xs:annotation>
               <xs:documentation>field 32 according to annex table 2 EMIR ITS and RTS</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>