XML Schema Documentation

Complex Type: ReferencePoolItem

[Table of contents]

Super-types: None
Sub-types: None
Name ReferencePoolItem
Used by (from the same schema document) Complex Type ReferencePool
Abstract no
Documentation This type contains all the constituent weight and reference information.
XML Instance Representation
<...>
<constituentWeight> ConstituentWeight </constituentWeight> [0..1]

'Describes the weight of each of the constituents within the basket. If not provided, it is assumed to be equal weighted.'

<referencePair> ReferencePair </referencePair> [1]
<protectionTermsReference> ProtectionTermsReference </protectionTermsReference> [0..1]

'Reference to the documentation terms applicable to this item.'

<settlementTermsReference> SettlementTermsReference </settlementTermsReference> [0..1]

'Reference to the settlement terms applicable to this item.'

</...>
Diagram
type_ReferencePair
Schema Component Representation
<xsd:complexType name="ReferencePoolItem">
<xsd:sequence>
<xsd:element name="constituentWeight" type=" ConstituentWeight " minOccurs="0"/>
<xsd:element name="referencePair" type=" ReferencePair "/>
<xsd:element name="protectionTermsReference" type=" ProtectionTermsReference " minOccurs="0"/>
<xsd:element name="settlementTermsReference" type=" SettlementTermsReference " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>