simpleType "FxBarrierTypeEnum"
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.
"ReverseKnockin"
 - 
DEPRECATE: Option exists once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.
"ReverseKnockout"
 - 
DEPRECATE: Option ceases to exist once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.

All Direct / Indirect Based Elements (1):
barrierType (defined in FxBarrierFeature complexType)
Known Usage Locations
Annotation
The specification of whether a barrier within an FX OTC option is a knockin or knockout.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  FxBarrierTypeEnum
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.
"ReverseKnockin"
 - 
DEPRECATE: Option exists once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.
"ReverseKnockout"
 - 
DEPRECATE: Option ceases to exist once the barrier is hit. The trigger rate is in-the money in relation to the strike rate.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="FxBarrierTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Knockin"/>
<xsd:enumeration value="Knockout"/>
<xsd:enumeration fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The ReverseKnockin value is not to be used. The value is no longer needed." value="ReverseKnockin"/>
<xsd:enumeration fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The ReverseKnockout value is not to be used. The value is no longer needed." value="ReverseKnockout"/>
</xsd:restriction>
</xsd:simpleType>

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