<xsd:complexType name="Swaption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to define an option on a swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="premium" type="Payment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The option premium amount payable by buyer to seller on the specified payment date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionType" type="SwaptionTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of option transaction. From a usage standpoint, put/call is the default option type, while payer/receiver indicator is used for options index credit default swaps, consistently with the industry practice. Straddle is used for the case of straddle strategy, that combine a call and a put with the same strike. This element is needed for transparency reporting because the counterparties are not available, and is made available in other views for convenience; it is not intended to be used for confirmation processing. If the swaption straddle indicator is provided, this must not be in conflict with that indicator.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="exercise" />
<xsd:element name="swaptionStraddle" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Whether the option is a swaption or a swaption straddle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="swap" type="Swap" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|