<xsd:group name="LoanTradingParticipationSettlementTerms.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains trade settlement terms for participations.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="collateralRequiredFlag" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Identifies whether the buyer is to supply collateral in the case the trade involves a revolver and the trade settles as a participation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="votingRights" type="LoanTradingVotingRightsEnum">
<xsd:annotation>
<xsd:documentation>Identifies whether the buyer is to receive voting rights or be retained by the seller.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|