<xsd:complexType name="ConstituentWeight">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the weight of each of the underlyer constituent within the basket, either in absolute or relative terms.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="openUnits" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of units (index or securities) that constitute the underlyer of the swap. In the case of a basket swap, this element is used to reference both the number of basket units, and the number of each asset components of the basket when these are expressed in absolute terms.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basketPercentage" type="RestrictedPercentage">
<xsd:annotation>
<xsd:documentation xml:lang="en">The relative weight of each respective basket constituent, expressed in percentage. A basket percentage of 5% would be represented as 0.05.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basketAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The relative weight of each respective basket constituent, expressed as a monetary amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|