<xsd:complexType name="CashSettlementReferenceBanks">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the list of reference institutions polled for relevant rates or prices when determining the cash settlement amount for a product where cash settlement is applicable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="referenceBank" type="ReferenceBank" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An institution (party) identified by means of a coding scheme and an optional name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|