<xsd:complexType name="TransferFeeDefinition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents the rules for payment of transfer 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="TransferFeeRule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A rule which defines the calculation of transfer fees applicable as a result of a facility commitment transfer.</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 transfer fee to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|