XML Schema Documentation

Model Group: NettedTradeCashflows.model

[Table of contents]

Name NettedTradeCashflows.model
Used by (from the same schema document) Complex Type NettedTradeCashflowsAsserted , Model Group DefinitionAndNettedCashflows.model , Model Group IdAndNettedTradeCashflows.model
Documentation A group describing the cashflows owing on a particular adjustedPaymentDate for set of trades.
XML Instance Representation
<tradeIdentifyingItems> TradeIdentifyingItems </tradeIdentifyingItems> [1..*]

'A collection of structures holding a reference or references to each trade through the tradeId, and optionally some trade-specific elements for identifying the trade in the case of trades that have not been negotiated through electronic platforms, and for which the counterparty\'s trade ID has not been captured.'

<adjustedPaymentDate> xsd:date </adjustedPaymentDate> [1]

'The adjusted date in which the payments are being paid/received.'

<payment> PaymentMatching </payment> [1..*]

'Specifies the payment that is exposed to the matching process. Usually there will be a single payment but for cross-currency swaps a different payment per currency shall be provided.'

Diagram
Schema Component Representation
<xsd:group name="NettedTradeCashflows.model">
<xsd:sequence>
<xsd:element name="tradeIdentifyingItems" type=" TradeIdentifyingItems " maxOccurs="unbounded"/>
<xsd:element name="adjustedPaymentDate" type=" xsd:date "/>
<xsd:element name="payment" type=" PaymentMatching " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>