<xsd:complexType name="ReferencePoolItem">
<xsd:annotation>
<xsd:documentation xml:lang="en">This type contains all the constituent weight and reference information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="constituentWeight" type="ConstituentWeight" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the weight of each of the constituents within the basket. If not provided, it is assumed to be equal weighted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referencePair" type="ReferencePair" />
<xsd:element name="protectionTermsReference" type="ProtectionTermsReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the documentation terms applicable to this item.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementTermsReference" type="SettlementTermsReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the settlement terms applicable to this item.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|