Class TriggerEvent

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

public class TriggerEvent extends Object
Observation point for trigger.

Java class for TriggerEvent complex type.

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

 <complexType name="TriggerEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schedule" type="{http://www.fpml.org/FpML-5/confirmation}AveragingSchedule" maxOccurs="unbounded" minOccurs="0"/>
         <element name="triggerDates" type="{http://www.fpml.org/FpML-5/confirmation}DateList" minOccurs="0"/>
         <element name="trigger" type="{http://www.fpml.org/FpML-5/confirmation}Trigger"/>
         <element name="featurePayment" type="{http://www.fpml.org/FpML-5/confirmation}FeaturePayment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>