<xsd:complexType name="FxCashSettlementSimple">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that is used for describing cash settlement of a variance or volatility swap option. It includes the settlement currency together with the spot currency exchange required to calculate the settlement currency amount.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="settlementCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which cash settlement occurs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referenceCurrency" type="Currency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference Currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="fixing" type="FxFixing" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quoted currency pair.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateSourceFixing" type="FxRateSourceFixing" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Settlement Rate Source and Fixing Date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|