<xsd:complexType name="FacilityRepayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Lender share of the borrower re-payment</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="refusalAllowed" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the lender has an option to accept or deny the payment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustsCommitment" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether repayment comes with commitment adjustments</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="breakageCost" type="BreakageCostEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When breakage cost is applicable, defines who is calculating it.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="repaymentDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date on which principal repayment was paid to the lender by the agent bank></xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Global and share amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|