<xsd:complexType name="AbstractLoanTrade" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying structure defining fundamental master loan trade event information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradeSummary">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="tradeDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade date associated with a specified trade record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BuyerSeller.model">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:group>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="type" type="LoanTradingTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Primary or Secondary.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="whenIssuedFlag" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flag to indicate the dependency of a secondary market loan trade upon the closing of a primary market loan structuring and syndication process.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:group ref="LoanTradingSettlementTerms.model">
<xsd:annotation>
<xsd:documentation>A model which contains specific terms-related information for a loan trade, including governing association and form of purchase.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|