XML Schema Documentation

Simple Type: TriggerConditionEnum

[Table of contents]

Super-types: xsd:token < TriggerConditionEnum (by restriction)
Sub-types: None
Name TriggerConditionEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Above'|'Below'}
Documentation The specification of whether a payout will occur on an option depending upon whether the spot rate is above or below the trigger rate.
Diagram
Schema Component Representation
<xsd:simpleType name="TriggerConditionEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Above"/>
<xsd:enumeration value="Below"/>
</xsd:restriction>
</xsd:simpleType>