<xsd:complexType name="LoanPartyEventInstructionOverrideNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A set of instructions communicated by parties to override standard payment details for a specific to a set of (any) loan events.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanPartyProfileNotification">
<xsd:sequence>
<xsd:element name="override" type="EventInstructionOverride">
<xsd:annotation>
<xsd:documentation xml:lang="en">The event for which the (currency-specific) settlement instructions should be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|