<xsd:complexType name="NonDeliverableSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the parameters used when the reference currency of the swapStream is non-deliverable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="referenceCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which the swap stream is denominated in.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxFixingDate" type="FxFixingDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fixing date(s) on which the currency rate will be determined for the purpose of specifying the amount in deliverable currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementRateOption" type="SettlementRateOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate source for the conversion to the settlement currency. This source is specified through a scheme that reflects the terms of the Annex A to the 1998 FX and Currency Option Definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priceSourceDisruption" type="PriceSourceDisruption" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the parameters to get a new quote when a settlement rate option is disrupted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|