<xsd:complexType name="MarginCallResult">
<xsd:annotation>
<xsd:documentation xml:lang="en">This composite type is an aggregation of the data supplied in the Margin Requirement composite type. It allows for the sum of the deliver and return requirements in to a single Margin Call Amount for Segregated Independent Amount and/or Variation Margin..</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="variationMargin" type="VariationResult">
<xsd:annotation>
<xsd:documentation xml:lang="en">summary of the variation margin.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="VariationResult" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="VariationResult">
<xsd:annotation>
<xsd:documentation xml:lang="en">summary of the segregated independent amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|