<xsd:complexType name="DualCurrencyFeature">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the parameters for a dual currency option transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Alternate currency i.e. the currency in which the deposit will be redeemed in the event that the spot rate fixes below the strike rate at the specified fixing date and time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixingDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the fx spot rate is compared against the strike rate, in order to determine the delivery currency. This is the expiry date of a put option on the Deposit/Alternate currency couple. Also known as "valuation date" or "reference date".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixingTime" type="BusinessCenterTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time at which the fx spot rate observation is made i.e. the option cut off time on the expiry date. Also known as "valuation time".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strike" type="DualCurrencyStrikePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate at which the deposit will be converted to the Alternate currency, in the event that the spot rate is strictly lower than the strike rate at the specified fixing date and time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="spotRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The spot rate at the time the trade was agreed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestAtRisk" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the interest component of the redemption amount is subject to conversion to the Alternate currency, in the event that the spot rate is strictly lower than the strike rate at the specified fixing date and time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|