<xsd:complexType name="MarginTerm">
<xsd:annotation>
<xsd:documentation xml:lang="en">Margin Terms can be defined as they apply to Variation Margin and/or Segregated Independent Amount. For Variation Margin Terms a threshold, minimumTransferAmount and transferRounding are defined. For Segregated Independent Amount it is only necessary to provide a minimumTransferAmount and transferRounding.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currency" type="Currency" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="variationMargin" type="VariationMarginTerm">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin terms</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount terms</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|