<xsd:complexType name="AssignmentFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">Represents the rules for payment of assignment fees to the agent.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount payable to the agent for re-assigning a share in one of the underlying facilities within the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rule" type="AssignmentFeeRule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A rule which defines the calculation of assignment fees applicable as a result of a facility re-assignment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lenderTypeWaived" type="LenderClassification" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The list of lender types which are exempt from paying an assignment fee to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|