Definition Type: ComplexType
Name: IndependentAmounts
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify how the independent amount (a.k.a. initial margin collateral) is determined.
Collapse XSD Schema Diagram:
Drilldown into independentAmountDetermination in schema fpml-legal-5-10_xsd Drilldown into partyReference in schema fpml-legal-5-10_xsdXSD Diagram of IndependentAmounts in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndependentAmounts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify how the independent amount (a.k.a. initial margin collateral) is determined.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="independentAmountDetermination" type="IndependentAmountDetermination" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference (1) (1)
independentAmountDetermination nsB:independentAmountDetermination (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:independentAmounts