Class OptionExpiry

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.OptionExpiry

public class OptionExpiry extends AbstractEvent
A structure describing an option expiring (i.e. passing its last exercise time and becoming worthless.)

Java class for OptionExpiry complex type.

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

 <complexType name="OptionExpiry">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <choice>
           <element name="originalTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         </choice>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}time"/>
         <element name="exerciseProcedure" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseProcedureOption" minOccurs="0"/>
         <element name="actionOnExpiration" type="{http://www.fpml.org/FpML-5/confirmation}ActionOnExpiration" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>