<xsd:simpleType name="OnGoingFeeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The list of accruing fee types associated with a facility.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CommitmentFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">Calculated as a percentage of the unutilized portion of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UtilizationFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">Calculated as a percentage of the utilized portion of the facility. This fee type is subject to banding rules – different portions of the utilization amount may be subject to different percentages.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FacilityFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">Calculated as a percentage of the global commitment amount of a facility.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|