Class CommodityPhysicalExercise
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityPhysicalExercise
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommodityPhysicalAmericanExercise
protected Boolean
protected SwaptionPhysicalSettlement
protected CommodityPhysicalEuropeanExercise
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the americanExercise property.Gets the value of the clearingInstructions property.Gets the value of the europeanExercise property.Gets the value of the automaticExercise property.Gets the value of the writtenConfirmation property.void
Sets the value of the americanExercise property.void
setAutomaticExercise
(Boolean value) Sets the value of the automaticExercise property.void
Sets the value of the clearingInstructions property.void
Sets the value of the europeanExercise property.void
setWrittenConfirmation
(Boolean value) Sets the value of the writtenConfirmation property.
-
Field Details
-
americanExercise
-
europeanExercise
-
automaticExercise
-
writtenConfirmation
-
clearingInstructions
-
-
Constructor Details
-
CommodityPhysicalExercise
public CommodityPhysicalExercise()
-
-
Method Details
-
getAmericanExercise
Gets the value of the americanExercise property.- Returns:
- possible object is
CommodityPhysicalAmericanExercise
-
setAmericanExercise
Sets the value of the americanExercise property.- Parameters:
value
- allowed object isCommodityPhysicalAmericanExercise
-
getEuropeanExercise
Gets the value of the europeanExercise property.- Returns:
- possible object is
CommodityPhysicalEuropeanExercise
-
setEuropeanExercise
Sets the value of the europeanExercise property.- Parameters:
value
- allowed object isCommodityPhysicalEuropeanExercise
-
isAutomaticExercise
-
setAutomaticExercise
-
isWrittenConfirmation
-
setWrittenConfirmation
-
getClearingInstructions
Gets the value of the clearingInstructions property.- Returns:
- possible object is
SwaptionPhysicalSettlement
-
setClearingInstructions
Sets the value of the clearingInstructions property.- Parameters:
value
- allowed object isSwaptionPhysicalSettlement
-