XML Schema Documentation

Simple Type: InterestCalculationMethodEnum

[Table of contents]

Super-types: xsd:token < InterestCalculationMethodEnum (by restriction)
Sub-types: None
Name InterestCalculationMethodEnum
Content
  • Base XSD Type: token
  • value comes from list: {'ProRataShare'|'FacilityPosition'}
Documentation >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.
Diagram
Schema Component Representation
<xsd:simpleType name="InterestCalculationMethodEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="ProRataShare"/>
<xsd:enumeration value="FacilityPosition"/>
</xsd:restriction>
</xsd:simpleType>