simpleType "OptionTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
("Put" | "Call") | ("Payer" | "Receiver" | "Straddle")
All Direct / Indirect Based Elements (3):
optionType (defined in GenericProduct complexType),
optionType (defined in OptionBase complexType),
optionType (in swaption)
Known Usage Locations
Annotation
Specifies the type of the option.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
union of (PutCallEnum | restriction of xsd:token)
  OptionTypeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "Payer"
     - 
    A "payer" option: If you buy a "payer" option you have the right but not the obligation to enter into the underlying swap transaction as the "fixed" rate/price payer and receive float.
    "Receiver"
     - 
    A receiver option: If you buy a "receiver" option you have the right but not the obligation to enter into the underlying swap transaction as the "fixed" rate/price receiver and pay float.
    "Straddle"
     - 
    A straddle strategy.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="OptionTypeEnum">
<xsd:union memberTypes="PutCallEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
<xsd:enumeration value="Straddle"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.