<xsd:complexType name="OnGoingFeePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The details of a payment made by the borrower to the agent bank related to a given onGoing facilty fee.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="feeType" type="OnGoingFeeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type of the fee</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fee payment period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="feeDayBasis" type="DayCountFraction" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The day count basis for the fee calculation period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The day on which the fee is payed by the borrower to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fee amount payed by the borrower to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|