<xsd:complexType name="TradingInstructionOverride" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that identifies settlement instructions to override default settlement instructions, for a particular trade/allocation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="overrideIdentifier" type="OverrideIdentifier" />
<xsd:sequence>
<xsd:choice>
<xsd:element name="allocationIdentifier" type="LoanAllocationIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The allocation for which the settlement instructions should be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="loanTradeReference" type="LoanTradeReference">
<xsd:annotation>
<xsd:documentation>Reference to the original loan trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="settlementDetails" type="SettlementDetails" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Settlement account details to describe the acount to which cash should be sent, for payments received by the party sending the Lender Event Settlement Notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|