<xsd:complexType name="InterestStatementRequirement">
<xsd:sequence>
<xsd:element name="interestPeriod" type="InterestPeriod" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="variationMargin" type="InterestStatementDirection">
<xsd:annotation>
<xsd:documentation xml:lang="en">variation margin details for the interest statement</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="segregatedIndependentAmount" type="InterestStatementDirection" minOccurs="0" />
</xsd:sequence>
<xsd:element name="segregatedIndependentAmount" type="InterestStatementDirection">
<xsd:annotation>
<xsd:documentation xml:lang="en">segregated independent amount details for the interest statement</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<!-- the content model is essentially the same as for the interestRequirement (used by IN1) except that NO treatment is needed for the Interest Statement -->
</xsd:complexType>
|