complexType "LoanTradePayment"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
payerPartyReference (defined in SimplePayerReceiver.model group),
paymentAmount (defined in LoanSimplePayment complexType),
paymentDate (defined in LoanSimplePayment complexType),
receiverPartyReference (defined in SimplePayerReceiver.model group),
receiverSettlementInstruction (in payment in loanTradeNotification),
tradeReference (in payment in loanTradeNotification)
All Direct / Indirect Based Elements (1):
payment (in loanTradeNotification)
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 DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.