Definition Type: ComplexType
Name: SettlementPeriodLeverage
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-fx-targets-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into counterCurrencyAmount in schema fpml-fx-targets-5-10_xsd2 Drilldown into notionalAmount in schema fpml-fx-targets-5-10_xsd2 Drilldown into ratio in schema fpml-fx-targets-5-10_xsd2XSD Diagram of SettlementPeriodLeverage in schema fpml-fx-targets-5-10_xsd2 (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 nsE:ratio (1) (1)
notionalAmount nsE:notionalAmount 0 (1)
counterCurrencyAmount nsE:counterCurrencyAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:leveragensE:leverage,