Class OptionExpiryBase

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

public class OptionExpiryBase extends Object
A structure describing an option expiring.

Java class for OptionExpiryBase complex type.

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

 <complexType name="OptionExpiryBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>