<xsd:complexType name="BreakageFeePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A fee calculated as the cost of breaking financing against a loan contract which is repaid early.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NonRecurringFeePayment">
<xsd:sequence>
<xsd:element name="breakageFeeClaimDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date by which any breakage costs (if applicable) must be submitted by Lenders to the Agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="breakageFeeCalculatedBy" type="BreakageCalculatedByEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Where breakage cost is applicable, this enumeration defines who is calculating it - agent bank or lender.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|