<xsd:simpleType name="OneOffFeeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The list of oneOff fee types associated with a facility.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AssignmentFee">
<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="BreakageFee">
<xsd:annotation>
<xsd:documentation xml:lang="en">Calculated as the cost of breaking financing on a loan contract which is repaid early.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|