Class ManualExercise

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

public class ManualExercise extends Object
A type defining manual exercise, i.e. that the option buyer counterparty must give notice to the option seller of exercise.

Java class for ManualExercise complex type.

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

 <complexType name="ManualExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="exerciseNotice" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseNotice" minOccurs="0"/>
         <element name="fallbackExercise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>