simpleType "ExerciseSideEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
("Put" | "Call") | ("Payer" | "Receiver")
All Direct / Indirect Based Elements (1):
exerciseSide
Known Usage Locations
Annotation
The specification of which of the pay-side or the receive-side should be exercised when a straddle is exercised.
Type Definition Detail
Type Derivation Tree
union of (PutCallEnum | restriction of Token)
  ExerciseSideEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of 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.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="ExerciseSideEnum">
<xsd:union memberTypes="PutCallEnum">
<xsd:simpleType>
<xsd:restriction base="Token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

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