CallPutIndicator

/FundsXML4/AssetMasterData/Asset/AssetDetails/Option/CallPutIndicator

Diagram

CallPutIndicator Type of the derivative (Call/Put) Kennzeichnet die Art des Derivats (Call/Put)

Documentation

de

Kennzeichnet die Art des Derivats (Call/Put)

en

Type of the derivative (Call/Put)

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
5
Sample Data
PUT
Restrictions
Base: xs:string
Enumeration:
  • CALL
  • PUT

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="CallPutIndicator">
   <xs:annotation>
      <xs:documentation xml:lang="en">Type of the derivative (Call/Put)</xs:documentation>
      <xs:documentation xml:lang="de">Kennzeichnet die Art des Derivats (Call/Put)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="CALL"/>
         <xs:enumeration value="PUT"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>