<xsd:complexType name="ExpectedCollateral">
<xsd:annotation>
<xsd:documentation xml:lang="en">Expected Collateral allows for the definition of collateral that the party making the margin call would prefer to receive or have returned. This can be defined for the Variation Requirement and /or the Segregated Independent Amount Requirement. For deliveries only the type of cash i.e. USD or security type i.e. US Treasuries is expected to be defined. For the return the calling party will know what they posted and therefore can define the expected collateral down to the specific instrument identifier, currency and amount.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="variationMargin" type="ExpectedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin part of the expected collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="ExpectedCollateralDeliveryReturn" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="ExpectedCollateralDeliveryReturn">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount part of the expected collateral.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|