complexType "LoanTradePayment"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
paymentAmount (defined in LoanSimplePayment complexType),
paymentDate (defined in LoanSimplePayment complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that represents a payment related to a loan trade (loan trade level).
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  LoanSimplePayment (extension)
      LoanTradePayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanTradePayment">
<xsd:complexContent>
<xsd:extension base="LoanSimplePayment">
<xsd:sequence>
<xsd:element name="tradeReference" type="LoanTradeReference"/>
<xsd:element minOccurs="0" name="receiverSettlementInstruction" type="SettlementInstruction"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
receiverSettlementInstruction
Type:
SettlementInstruction, complex content
This structure can be utilized as an override to previously-communicated settlement instructions (via the LoanPartyProfileNotification).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="receiverSettlementInstruction" type="SettlementInstruction"/>

tradeReference
Type:
LoanTradeReference, empty content
Reference to the loan trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tradeReference" type="LoanTradeReference"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.