Clearing
/FundsXML4/RegulatoryReportings/DirectReporting/EMIR/EMIR_Report/CommonData/Clearing
Diagram
Documentation
Section 2d
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 6
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-09-04T19:52:35 | |
| 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 |
true |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
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>