Definition Type: ComplexType
Name: InterestStatementRequirement
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into segregatedIndependentAmount in schema fpml-collateral-processes-5-10_xsd Drilldown into segregatedIndependentAmount in schema fpml-collateral-processes-5-10_xsd Drilldown into variationMargin in schema fpml-collateral-processes-5-10_xsd Drilldown into interestPeriod in schema fpml-collateral-processes-5-10_xsdXSD Diagram of InterestStatementRequirement in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interestPeriod nsE:interestPeriod 0 (1)
variationMargin nsE:variationMargin (1) (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount 0 (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:interestRequirement