simpleType "StepRelativeToEnum"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xsd:token |
Simple Content Restrictions:
Enumeration: |
"Initial" |
- |
Change in notional to be applied is calculated by multiplying the percentage rate by the initial notional amount.
|
"Previous" |
- |
Change in notional to be applied is calculated by multiplying the percentage rate by the previously outstanding notional amount.
|
|
All Direct / Indirect Based Elements (1):
-
Annotation
The specification of whether a percentage rate change, used to calculate a change in notional outstanding, is expressed as a percentage of the initial notional amount or the previously outstanding notional amount.
Type Derivation Tree
xsd:token (restriction)
StepRelativeToEnum
|
Derivation: |
restriction of xsd:token
|
Facets: |
enumeration: |
"Initial" |
- |
Change in notional to be applied is calculated by multiplying the percentage rate by the initial notional amount.
|
"Previous" |
- |
Change in notional to be applied is calculated by multiplying the percentage rate by the previously outstanding notional amount.
|
|
|
XML Source (w/o annotations (3); see within schema source)
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Initial"/>
<xsd:enumeration value="Previous"/>
</xsd:restriction>
</xsd:simpleType>
|