Definition Type: ComplexType
Name: GrossCashflow
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.xsd
Abstract
Documentation:
A payment component owed from one party to the other for the cash flow date. This payment component should by of only a single type, e.g. a fee or a cashflow from a cashflow stream.
Collapse XSD Schema Diagram:
Drilldown into cashflowType in schema fpml-reconciliation-4-4_xsd Drilldown into cashflowAmount in schema fpml-reconciliation-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsd Drilldown into cashflowId in schema fpml-reconciliation-4-4_xsdXSD Diagram of GrossCashflow in schema fpml-reconciliation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GrossCashflow">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A payment component owed from one party to the other for the cash flow date. This payment component should by of only a single type, e.g. a fee or a cashflow from a cashflow stream.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence minOccurs="0">
            <xsd:element name="cashflowId" type="CashflowId">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Unique identifier for a cash flow.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:group ref="PayerReceiver.model" />
            <xsd:element name="cashflowAmount" type="Money">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Cash flow amount in a given currency to be paid/received.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="cashflowType" type="CashflowType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the type of cash flow. For instance, a type of fee, premium, principal exchange, leg fee.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cashflowId fpml:cashflowId (1) (1)
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
cashflowAmount fpml:cashflowAmount (1) (1)
cashflowType fpml:cashflowType 0 (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:grossCashflow