Derivatives
/FundsXML4/Funds/Fund/CHOICE_2819/SingleFund/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Transactions/Transaction/CHOICE_6766/Derivatives
Diagram
Documentation
Details for derivative transactions
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
- 13
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data | 
|---|---|---|---|
| /Funds/.../HedgingFlag | xs:boolean | Enthaelt das Kennzeichen, ob das Geschaeft zur Absicherung oder zur Spekulationszwecken gemacht wurde | true | 
| /Funds/.../OpenCloseCash | (anonymous) | Enthaelt das Kennzeichen, ob es sich bei dem Geschaeft um ein Opening,Closing oder Barausgleich handelt | CLOSE | 
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="Derivatives">
   <xs:annotation>
      <xs:documentation>Details for derivative transactions</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="HedgingFlag" type="xs:boolean">
            <xs:annotation>
               <xs:documentation>Enthaelt das Kennzeichen, ob das Geschaeft zur Absicherung oder zur Spekulationszwecken gemacht wurde</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="OpenCloseCash">
            <xs:annotation>
               <xs:documentation>Enthaelt das Kennzeichen, ob es sich bei dem Geschaeft um ein Opening,Closing oder Barausgleich handelt</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="OPEN"/>
                  <xs:enumeration value="CLOSE"/>
                  <xs:enumeration value="CASH"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>