complexType "FxPerExpiryBarrier"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
condition (defined in FxBarrier.model group),
triggerRate (defined in FxBarrier.model group)
All Direct / Indirect Based Elements (1):
perExpiryBarrier
Known Usage Locations
Annotation
Each settlement has a KI or KO barrier on the client side or the firm side.
Type Definition Detail
Type Derivation Tree
FxBarrier (extension)
  FxPerExpiryBarrier
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxPerExpiryBarrier">
<xsd:complexContent>
<xsd:extension base="FxBarrier">
<xsd:sequence>
<xsd:element name="barrierType" type="FxBarrierTypeEnum"/>
<xsd:element minOccurs="0" name="style" type="FxBarrierStyleEnum"/>
<xsd:group ref="FxBarrier.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/8)
barrierType
Type:
FxBarrierTypeEnum, simple content
It defines whether it is Knockin or Knockout barrier.
Simple Content
enumeration of xsd:token
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.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="barrierType" type="FxBarrierTypeEnum"/>

style
Type:
FxBarrierStyleEnum, simple content
Whether it is an European or American knock out. In case of a Knockin, the style is always European so it may not need to be specified.
Simple Content
enumeration of xsd:token
Enumeration:
"American"
 - 
Knockout/in event applies accross the board and can be applied from trade date until maturity date.
"European"
 - 
Knockout/in event applies in certain regions.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="style" type="FxBarrierStyleEnum"/>

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