simpleType "InterestCalculationMethodEnum"
Namespace:
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"ContractPositionThruPeriod"
 - 
Agent bank is making an interest payment based on the lender's contract position throughout the interest payment period.
"ProRataShareSnapshot"
 - 
Agent bank is making an interest payment based on the lender pro-rata share snapshot at the time of payment.

All Direct / Indirect Based Elements (2):
calculationMethod (defined in InterestCapitalization complexType),
calculationMethod (defined in InterestPayment complexType)
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  InterestCalculationMethodEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"ContractPositionThruPeriod"
 - 
Agent bank is making an interest payment based on the lender's contract position throughout the interest payment period.
"ProRataShareSnapshot"
 - 
Agent bank is making an interest payment based on the lender pro-rata share snapshot at the time of payment.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="InterestCalculationMethodEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ContractPositionThruPeriod"/>
<xsd:enumeration value="ProRataShareSnapshot"/>
</xsd:restriction>
</xsd:simpleType>

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