complexType "LoanTrade"
Namespace:
Content:
complex, 1 attribute, 27 elements
Defined:
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (27):
amount (defined in LoanTradeSummary complexType),
comment (defined in LoanTradeSummary complexType),
facilityReference (defined in LoanTradeSummary complexType),
issuer (defined in IssuerTradeId.model group),
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in TradeIdentifier complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that defines party-to-party loan trade information. This structure contains the main (e.g. fund manager/main counterparty) trade details.
Type Definition Detail
Type Derivation Tree
TradeIdentifier (extension)
  LoanTradeSummary (extension)
      LoanTrade
XML Source (w/o annotations (12); see within schema source)
<xsd:complexType abstract="false" name="LoanTrade">
<xsd:complexContent>
<xsd:extension base="LoanTradeSummary">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="tradeDate" type="xsd:date"/>
<xsd:group ref="BuyerSeller.model"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="marketType" type="LoanTradingTypeEnum"/>
<xsd:element name="whenIssuedFlag" type="xsd:boolean"/>
</xsd:sequence>
<xsd:element name="remittedBy" type="BuySellEnum"/>
<xsd:sequence minOccurs="0">
<xsd:element name="price" type="NonNegativeDecimal"/>
<xsd:element name="transferFee" type="LoanTransferFee"/>
<xsd:group minOccurs="0" ref="LoanTradingParticipationSettlementTerms.model"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/27)
marketType
Type:
LoanTradingTypeEnum, simple content
Primary or Secondary.
Simple Content
enumeration of xsd:token
Enumeration:
"Primary"
 - 
Trade is part of a syndication.
"Secondary"
 - 
Trade was performed in the secondary (non-syndication) market.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="marketType" type="LoanTradingTypeEnum"/>

price
Type:
NonNegativeDecimal, simple content
The trade price, notated as a decimal, to be expressed as a percentage multiplied by the commitment amount.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="price" type="NonNegativeDecimal"/>

remittedBy
Type:
BuySellEnum, simple content
Party responsible for remitting the transfer fee to the admin agent (buyer or seller).
Simple Content
enumeration of xsd:token
Enumeration:
"Buyer"
 - 
Indicates the buyer.
"Seller"
 - 
Indicates the seller.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="remittedBy" type="BuySellEnum"/>

tradeDate
Type:
xsd:date, predefined, simple content
The trade date associated with a specified trade record.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tradeDate" type="xsd:date"/>

transferFee
Type:
LoanTransferFee, complex content
Details of the transfer fee owed to the admin agent.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="transferFee" type="LoanTransferFee"/>

whenIssuedFlag
Type:
xsd:boolean, predefined, simple content
A flag to indicate the dependency of a secondary market loan trade upon the closing of a primary market loan structuring and syndication process.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="whenIssuedFlag" type="xsd:boolean"/>

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.