Definition Type: ComplexType
Name: MarginCallResult
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Documentation:
This composite type is an aggregation of the data supplied in the Margin Requirement composite type. It allows for the sum of the deliver and return requirements in to a single Margin Call Amount for Segregated Independent Amount and/or Variation Margin..
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_xsdXSD Diagram of MarginCallResult in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MarginCallResult">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This composite type is an aggregation of the data supplied in the Margin Requirement composite type. It allows for the sum of the deliver and return requirements in to a single Margin Call Amount for Segregated Independent Amount and/or Variation Margin..</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="variationMargin" type="VariationResult">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">summary of the variation margin.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="segregatedIndependentAmount" type="VariationResult" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="segregatedIndependentAmount" type="VariationResult">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">summary of the segregated independent amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
variationMargin nsE:variationMargin (1) (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount 0 (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:marginCallResult