<xsd:complexType name="FxCashSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that is used for describing cash settlement of an option / non deliverable forward. It includes the currency to settle into together with the fixings required to calculate the 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 for non-deliverable forwards and cash-settled options (non-deliverable or otherwise).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referenceCurrency" type="Currency" minOccurs="0" />
<xsd:element name="notionalAmount" type="PositiveMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of money that the settlement will be derived from.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementDate" type="AdjustableDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which settlement is scheduled to occur</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|