Class FxTriggerBase

java.lang.Object
net.finmath.smartcontract.product.xml.FxTriggerBase
Direct Known Subclasses:
FxAccrualTrigger, FxTrigger

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

Java class for FxTriggerBase complex type.

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

 <complexType name="FxTriggerBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="triggerCondition" type="{http://www.fpml.org/FpML-5/confirmation}TriggerConditionEnum"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>