Class CommodityPhysicalExercise

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

public class CommodityPhysicalExercise extends Object
The parameters for defining how the physically-settled commodity option can be exercised and how it is settled.

Java class for CommodityPhysicalExercise complex type.

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

 <complexType name="CommodityPhysicalExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="americanExercise" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalAmericanExercise"/>
           <element name="europeanExercise" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalEuropeanExercise"/>
         </choice>
         <element name="automaticExercise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="writtenConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="clearingInstructions" type="{http://www.fpml.org/FpML-5/confirmation}SwaptionPhysicalSettlement" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>