XML Schema Documentation

Simple Type: OptionTypeEnum

[Table of contents]

Super-types: None
Sub-types: None
Name OptionTypeEnum
Content
  • Union of following types:
    • PutCallEnum
    • Locally defined type:
      • Base XSD Type: token
      • value comes from list: {'Forward'|'Payer'|'Receiver'|'Straddle'}
Documentation Specifies whether the option is a call or a put.
Diagram
Schema Component Representation
<xsd:simpleType name="OptionTypeEnum">
<xsd:union memberTypes=" PutCallEnum ">
<xsd:simpleType>
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Forward" deprecated="true" deprecatedReason="The optionType is to be used if the underlyer does not carry any mention of the resulting trade direction."/>
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
<xsd:enumeration value="Straddle"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>