CallPutIndicator

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

Diagram

CallPutIndicator

Documentation

EN

Type of the derivative (Call/Put)

DE

Kennzeichnet die Art des Derivats (Call/Put)

FR

Type de dérivé (Call/Put)

NL

Type van derivaat (Call/Put)

Properties

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

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            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:documentation xml:lang="fr">Type de dérivé (Call/Put)</xs:documentation>
      <xs:documentation xml:lang="nl">Type van derivaat (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>