simpleType "FxBarrierTypeSimpleEnum"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xsd:token |
Simple Content Restrictions:
Enumeration: |
"Knockin" |
- |
The option exists if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
|
"Knockout" |
- |
The option ceases to exist if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
|
|
All Direct / Indirect Based Elements (1):
-
Annotation
Defines the outcome in the event that the barrier is triggered i.e. whether the product becomes active (Knockin) or is extinguished (Knockout). Omitting superseded values ReverseKnock[in|out].
Type Derivation Tree
xsd:token (restriction)
FxBarrierTypeSimpleEnum
|
Derivation: |
restriction of xsd:token
|
Facets: |
enumeration: |
"Knockin" |
- |
The option exists if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
|
"Knockout" |
- |
The option ceases to exist if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
|
|
|
XML Source (w/o annotations (3); see within schema source)
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Knockin"/>
<xsd:enumeration value="Knockout"/>
</xsd:restriction>
</xsd:simpleType>
|