simpleType "InterestCalculationMethodEnum"
Namespace: |
|
Defined: |
|
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 (4):
-
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 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:restriction base="xsd:token">
<xsd:enumeration value="ContractPositionThruPeriod"/>
<xsd:enumeration value="ProRataShareSnapshot"/>
</xsd:restriction>
</xsd:simpleType>
|