Class Trigger

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

public class Trigger extends Object
Trigger point at which feature is effective.

Java class for Trigger complex type.

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

 <complexType name="Trigger">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="level" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="levelPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <choice>
             <element name="creditEvents" type="{http://www.fpml.org/FpML-5/confirmation}CreditEvents"/>
             <element name="creditEventsReference" type="{http://www.fpml.org/FpML-5/confirmation}CreditEventsReference"/>
           </choice>
         </choice>
         <element name="triggerType" type="{http://www.fpml.org/FpML-5/confirmation}TriggerTypeEnum" minOccurs="0"/>
         <element name="triggerTimeType" type="{http://www.fpml.org/FpML-5/confirmation}TriggerTimeTypeEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>