XML Schema Documentation

Simple Type: FxBarrierTypeEnum

[Table of contents]

Super-types: xsd:token < FxBarrierTypeEnum (by restriction)
Sub-types: None
Name FxBarrierTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Knockin'|'Knockout'|'ReverseKnockin'|'ReverseKnockout'}
Documentation The specification of whether a barrier within an FX OTC option is a knockin or knockout, as well as whether it is a standard barrier or a reverse barrier.
Diagram
Schema Component Representation
<xsd:simpleType name="FxBarrierTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Knockin"/>
<xsd:enumeration value="Knockout"/>
<xsd:enumeration value="ReverseKnockin"/>
<xsd:enumeration value="ReverseKnockout"/>
</xsd:restriction>
</xsd:simpleType>