Class SharedAmericanExercise

java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.SharedAmericanExercise
Direct Known Subclasses:
EquityAmericanExercise, EquityBermudaExercise

public class SharedAmericanExercise extends Exercise
TBA

Java class for SharedAmericanExercise complex type.

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

 <complexType name="SharedAmericanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="commencementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <choice minOccurs="0">
           <element name="latestExerciseTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime"/>
           <element name="latestExerciseTimeDetermination" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>