Definition Type: ComplexType
Name: IndependentAmountInterestRate
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify the interest terms applicable to a margin terms agreement. Initially developed for the Standard CSA, but applicable in concept to other agreements.
Collapse XSD Schema Diagram:
Drilldown into specifiedRate in schema fpml-legal-5-10_xsd Drilldown into initialMarginInterestRateTerms in schema fpml-legal-5-10_xsdXSD Diagram of IndependentAmountInterestRate in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndependentAmountInterestRate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify the interest terms applicable to a margin terms agreement. Initially developed for the Standard CSA, but applicable in concept to other agreements.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="initialMarginInterestRateTerms" type="InitialMarginInterestRateTerms" />
        <xsd:element name="specifiedRate" type="SpecifiedRate" maxOccurs="unbounded" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialMarginInterestRateTerms nsB:initialMarginInterestRateTerms (1) (1)
specifiedRate nsB:specifiedRate (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsB:independentAmountInterestRate, nsB:independentAmountInterestRate