<xsd:complexType name="FxStraddle">
<xsd:annotation>
<xsd:documentation xml:lang="en">Straddle details. Straddle is composed of two options: a call and a put involving the quotedCurrencyPair.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the underlying FX transaction.</xsd:documentation>
</xsd:annotation>
<xsd:element name="notional" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency amount for the FxStraddle. This will be the notional for the underlying options, which may be exercised by the Buyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="counterCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The counter currency and amount for the FxStraddle. The Counter Currency Amount is determined using the notional and the Strike Price (which is determined at the fixingTime on the fixingDate).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="cashSettlement" type="FxCashSettlementSimple" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the settlement type for the FxStraddle. If deliverable then this element is removed. If non-deliverable, then the In-The-Money amount of the relevant option within the FxStraddle is paid by the Seller to the Buyer. The In-The-Money amount is calculated using the parameters within this element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|