<xsd:complexType name="SettlementProvision">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the specification of settlement terms, occuring when the settlement currency is different to the notional currency of the trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="settlementCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency that stream settles in (to support swaps that settle in a currency different from the notional currency).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nonDeliverableSettlement" type="NonDeliverableSettlement" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the non-deliverable settlement provision.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|