simpleType "InterestCalculationMethodEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
never
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"ProRataShare"
 - 
Agent bank is making an interest payment based on the lender pro-rata share.
"FacilityPosition"
 - 
Agent bank is making an interest payment based on the lender position throughout the period.
Annotation
>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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  InterestCalculationMethodEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"ProRataShare"
 - 
Agent bank is making an interest payment based on the lender pro-rata share.
"FacilityPosition"
 - 
Agent bank is making an interest payment based on the lender position throughout the period.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="InterestCalculationMethodEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ProRataShare"/>
<xsd:enumeration value="FacilityPosition"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.