<xsd:complexType name="LoanTrade" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines counterparty-to-counterparty loan trade information. This structure contains the main (e.g. fund manager/main counterparty) trade details.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTrade">
<xsd:sequence>
<xsd:element name="price" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade price, notated as a decimal, to be expressed as a percentage multiplied by the commitment amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="transferFee" type="LoanTransferFee">
<xsd:annotation>
<xsd:documentation>Details of the transfer fee owed to the admin agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="LoanTradingCounterpartyCashSettlementRules.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A set of trade settlement rules.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="LoanTradingParticipationSettlementTerms.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rules associated with a trade by participation only.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|