XML Schema Documentation

Simple Type: OptionTypeEnum

[Table of contents]

Super-types: xsd:token < OptionTypeEnum (by restriction)
Sub-types: None
Name OptionTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Call'|'Forward'|'Put'|'Payer'|'Receiver'|'Straddle'}
Documentation Specifies whether the option is a call or a put.
Diagram
Schema Component Representation
<xsd:simpleType name="OptionTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Call"/>
<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="Put"/>
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
<xsd:enumeration value="Straddle"/>
</xsd:restriction>
</xsd:simpleType>