Definition Type: ComplexType
Name: CashflowNotional
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.xsd
Abstract
Documentation:
The notional/principal value/quantity/volume used to compute the cashflow.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-reconciliation-4-4_xsd Drilldown into units in schema fpml-reconciliation-4-4_xsd Drilldown into currency in schema fpml-reconciliation-4-4_xsd Drilldown into id in schema fpml-reconciliation-4-4_xsdXSD Diagram of CashflowNotional in schema fpml-reconciliation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CashflowNotional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The notional/principal value/quantity/volume used to compute the cashflow.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="currency" type="Currency">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="units" type="xsd:normalizedString">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The units in which an amount (not monetary) is denominated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="amount" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The quantity of notional (in currency or other units).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency fpml:currency (1) (1)
units fpml:units (1) (1)
amount fpml:amount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:notional, fpml:notional