<xsd:simpleType name="InterestCalculationMethodEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">>Defines whether agent bank is making an interest payment based on the lender pro-rata share at the end of the period or based on the lender position throughout the period. Agent Banks decide which way to calculate the interest for a deal.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ProRataShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">Agent bank is making an interest payment based on the lender pro-rata share.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FacilityPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">Agent bank is making an interest payment based on the lender position throughout the period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|