simpleType "SwaptionTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Payer"
 - 
A Payer swaption confers on the buyer the right, but not the obligation, to enter into the underlying swap as payer of the fixed rate (and receiver of the floating rate).
"Receiver"
 - 
A Receiver swaption confers on the buyer the right, but not the obligation, to enter into the underlying swap as receiver of the fixed rate (and payer of the floating rate).
"Straddle"
 - 
A swaption straddle is a strategy trade, in which the buyer simultaneously purchases a Payer and a Receiver swaption at the same strike (fixed rate) and with otherwise identical economic characteristics.
"NonStandard"
 - 
This designation is reserved for swaptions with non-standard characteristics e.g. having a basis swap or cross-currency swap underlyer.

All Direct / Indirect Based Elements (1):
optionType (in swaption)
Known Usage Locations
Annotation
Specifies the type of the swaption. A swaption is an option which confers on the buyer the right, but not the obligation, to enter into an interest rate swap (the "underlying" transaction) on exercise. The underlyer is typically a "vanilla" fixed-floating, single-currency interest rate swap.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  SwaptionTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Payer"
 - 
A Payer swaption confers on the buyer the right, but not the obligation, to enter into the underlying swap as payer of the fixed rate (and receiver of the floating rate).
"Receiver"
 - 
A Receiver swaption confers on the buyer the right, but not the obligation, to enter into the underlying swap as receiver of the fixed rate (and payer of the floating rate).
"Straddle"
 - 
A swaption straddle is a strategy trade, in which the buyer simultaneously purchases a Payer and a Receiver swaption at the same strike (fixed rate) and with otherwise identical economic characteristics.
"NonStandard"
 - 
This designation is reserved for swaptions with non-standard characteristics e.g. having a basis swap or cross-currency swap underlyer.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="SwaptionTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
<xsd:enumeration value="Straddle"/>
<xsd:enumeration value="NonStandard"/>
</xsd:restriction>
</xsd:simpleType>

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