Definition Type: ComplexType
Name: SettlementPeriodLeverage
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into counterCurrencyAmount in schema fpml-fx-targets-5-10_xsd1 Drilldown into notionalAmount in schema fpml-fx-targets-5-10_xsd1 Drilldown into ratio in schema fpml-fx-targets-5-10_xsd1XSD Diagram of SettlementPeriodLeverage in schema fpml-fx-targets-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SettlementPeriodLeverage">
    <xsd:choice>
        <xsd:element name="ratio" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Leverage expressed as ratio.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="notionalAmount" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Leverage notional.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="counterCurrencyAmount" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Leverage counter currency notional.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ratio nsD:ratio (1) (1)
notionalAmount nsD:notionalAmount 0 (1)
counterCurrencyAmount nsD:counterCurrencyAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:leverage, nsD:leverage