complexType "GrossCashflow"
Namespace:
Content:
complex, 8 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
payerPartyReference (defined in Payer.model group),
All Direct / Indirect Based Elements (1):
grossCashflow
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="GrossCashflow">
<xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element name="cashflowId" type="CashflowId"/>
<xsd:element minOccurs="0" name="partyTradeIdentifierReference" type="PartyTradeIdentifierReference"/>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="cashflowAmount" type="Money"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="cashflowType" type="CashflowType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/8)
cashflowAmount
Type:
Money, complex content
Cash flow amount in a given currency to be paid/received.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="cashflowAmount" type="Money"/>

cashflowId
Type:
CashflowId, simple content
Unique identifier for a cash flow.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="cashflowId" type="CashflowId"/>

cashflowType
Type:
CashflowType, simple content
Defines the type of cash flow. For instance, a type of fee, premium, principal exchange, leg fee.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="cashflowType" type="CashflowType"/>

partyTradeIdentifierReference
Type:
Pointer-style reference to the partyTradeIdentifier block within the tradeIdentifyingItems collection, which identifies the parent trade for this cashflow.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partyTradeIdentifierReference" type="PartyTradeIdentifierReference"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.