Definition Type: ComplexType
Name: MarginTerm
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Documentation:
Margin Terms can be defined as they apply to Variation Margin and/or Segregated Independent Amount. For Variation Margin Terms a threshold, minimumTransferAmount and transferRounding are defined. For Segregated Independent Amount it is only necessary to provide a minimumTransferAmount and transferRounding.
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 currency in schema fpml-collateral-processes-5-10_xsdXSD Diagram of MarginTerm in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MarginTerm">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Margin Terms can be defined as they apply to Variation Margin and/or Segregated Independent Amount. For Variation Margin Terms a threshold, minimumTransferAmount and transferRounding are defined. For Segregated Independent Amount it is only necessary to provide a minimumTransferAmount and transferRounding.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="currency" type="Currency" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="variationMargin" type="VariationMarginTerm">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">variation margin terms</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm" minOccurs="0" />
            </xsd:sequence>
            <xsd:element name="segregatedIndependentAmount" type="SegregatedIndependentAmountMarginTerm">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">segregated independent amount terms</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsE:currency 0 (1)
variationMargin nsE:variationMargin (1) (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount 0 (1)
segregatedIndependentAmount nsE:segregatedIndependentAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:marginTerm