Class FxTrigger

java.lang.Object
net.finmath.smartcontract.product.xml.FxTriggerBase
net.finmath.smartcontract.product.xml.FxTrigger

public class FxTrigger extends FxTriggerBase
Describes a european trigger applied to an FX digtal option.

Java class for FxTrigger complex type.

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

 <complexType name="FxTrigger">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxTriggerBase">
       <sequence>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>