<xsd:complexType name="InterestRequirement">
<xsd:sequence>
<xsd:element name="interestPeriod" type="InterestPeriod" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="variationMargin" type="InterestDirection">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin details for the interest direction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="InterestDirection" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="InterestDirection">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount details for the interest direction</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|