<xsd:complexType name="AmendmentFeePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A fee charged to the borrower for an amendment being made to the originally agreed credit agreement. The fee is based on a rate (as stated in the agreement) applied to the current commitment level. Calculated as a percentage of the unutilized portion of the facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NonRecurringFeePayment" />
</xsd:complexContent>
</xsd:complexType>
|