<xsd:simpleType name="InterestCalculationMethodEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the agent bank is making an interest payment based on the lender pro-rata share at the end of the period (snapshot) or based on the lender position throughout the period.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ContractPositionThruPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Agent bank is making an interest payment based on the lender's contract position throughout the interest payment period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ProRataShareSnapshot">
<xsd:annotation>
<xsd:documentation xml:lang="en">Agent bank is making an interest payment based on the lender pro-rata share snapshot at the time of payment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|