Class VarianceOptionTransactionSupplement
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.Option
net.finmath.smartcontract.product.xml.OptionBase
net.finmath.smartcontract.product.xml.VarianceOptionTransactionSupplement
Java class for VarianceOptionTransactionSupplement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VarianceOptionTransactionSupplement"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}OptionBase"> <sequence> <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/> <element name="equityExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityExerciseValuationSettlement"/> <element name="exchangeLookAlike" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="methodOfAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}MethodOfAdjustmentEnum" minOccurs="0"/> <choice minOccurs="0"> <element name="optionEntitlement" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> <element name="multiplier" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> </choice> <element name="clearingInstructions" type="{http://www.fpml.org/FpML-5/confirmation}SwaptionPhysicalSettlement" minOccurs="0"/> <element name="varianceSwapTransactionSupplement" type="{http://www.fpml.org/FpML-5/confirmation}VarianceSwapTransactionSupplement"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected SwaptionPhysicalSettlement
protected EquityExerciseValuationSettlement
protected EquityPremium
protected Boolean
protected MethodOfAdjustmentEnum
protected BigDecimal
protected BigDecimal
protected VarianceSwapTransactionSupplement
Fields inherited from class net.finmath.smartcontract.product.xml.OptionBase
optionType
Fields inherited from class net.finmath.smartcontract.product.xml.Option
buyerAccountReference, buyerPartyReference, sellerAccountReference, sellerPartyReference
Fields inherited from class net.finmath.smartcontract.product.xml.Product
assetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clearingInstructions property.Gets the value of the equityExercise property.Gets the value of the equityPremium property.Gets the value of the methodOfAdjustment property.Gets the value of the multiplier property.Gets the value of the optionEntitlement property.Gets the value of the varianceSwapTransactionSupplement property.Gets the value of the exchangeLookAlike property.void
Sets the value of the clearingInstructions property.void
Sets the value of the equityExercise property.void
setEquityPremium
(EquityPremium value) Sets the value of the equityPremium property.void
setExchangeLookAlike
(Boolean value) Sets the value of the exchangeLookAlike property.void
Sets the value of the methodOfAdjustment property.void
setMultiplier
(BigDecimal value) Sets the value of the multiplier property.void
setOptionEntitlement
(BigDecimal value) Sets the value of the optionEntitlement property.void
Sets the value of the varianceSwapTransactionSupplement property.Methods inherited from class net.finmath.smartcontract.product.xml.OptionBase
getOptionType, setOptionType
Methods inherited from class net.finmath.smartcontract.product.xml.Option
getBuyerAccountReference, getBuyerPartyReference, getSellerAccountReference, getSellerPartyReference, setBuyerAccountReference, setBuyerPartyReference, setSellerAccountReference, setSellerPartyReference
Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
equityPremium
-
equityExercise
-
exchangeLookAlike
-
methodOfAdjustment
-
optionEntitlement
-
multiplier
-
clearingInstructions
-
varianceSwapTransactionSupplement
-
-
Constructor Details
-
VarianceOptionTransactionSupplement
public VarianceOptionTransactionSupplement()
-
-
Method Details
-
getEquityPremium
Gets the value of the equityPremium property.- Returns:
- possible object is
EquityPremium
-
setEquityPremium
Sets the value of the equityPremium property.- Parameters:
value
- allowed object isEquityPremium
-
getEquityExercise
Gets the value of the equityExercise property.- Returns:
- possible object is
EquityExerciseValuationSettlement
-
setEquityExercise
Sets the value of the equityExercise property.- Parameters:
value
- allowed object isEquityExerciseValuationSettlement
-
isExchangeLookAlike
-
setExchangeLookAlike
-
getMethodOfAdjustment
Gets the value of the methodOfAdjustment property.- Returns:
- possible object is
MethodOfAdjustmentEnum
-
setMethodOfAdjustment
Sets the value of the methodOfAdjustment property.- Parameters:
value
- allowed object isMethodOfAdjustmentEnum
-
getOptionEntitlement
Gets the value of the optionEntitlement property.- Returns:
- possible object is
BigDecimal
-
setOptionEntitlement
Sets the value of the optionEntitlement property.- Parameters:
value
- allowed object isBigDecimal
-
getMultiplier
Gets the value of the multiplier property.- Returns:
- possible object is
BigDecimal
-
setMultiplier
Sets the value of the multiplier property.- Parameters:
value
- allowed object isBigDecimal
-
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
-
getVarianceSwapTransactionSupplement
Gets the value of the varianceSwapTransactionSupplement property.- Returns:
- possible object is
VarianceSwapTransactionSupplement
-
setVarianceSwapTransactionSupplement
Sets the value of the varianceSwapTransactionSupplement property.- Parameters:
value
- allowed object isVarianceSwapTransactionSupplement
-