Class FxTouch

java.lang.Object
net.finmath.smartcontract.product.xml.FxTouch

public class FxTouch extends Object
Describes an american or discrete touch or no-touch trigger applied to an FX binary or digital option.

Java class for FxTouch complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FxTouch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="touchCondition" type="{http://www.fpml.org/FpML-5/confirmation}TouchConditionEnum"/>
         <element name="direction" type="{http://www.fpml.org/FpML-5/confirmation}TriggerConditionEnum" minOccurs="0"/>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
         <element name="triggerRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="spotRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" maxOccurs="unbounded"/>
         <choice minOccurs="0">
           <sequence>
             <sequence>
               <element name="observationStartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
               <element name="observationStartTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
             </sequence>
             <sequence minOccurs="0">
               <element name="observationEndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
               <element name="observationEndTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
             </sequence>
           </sequence>
           <element name="observationPoint" type="{http://www.fpml.org/FpML-5/confirmation}FxBusinessCenterDateTime" maxOccurs="unbounded" minOccurs="2"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>