Class OptionBase
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.Option
net.finmath.smartcontract.product.xml.OptionBase
- Direct Known Subclasses:
DividendSwapOptionTransactionSupplement
,OptionBaseExtended
,VarianceOptionTransactionSupplement
A type for defining the common features of options.
Java class for OptionBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionBase"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Option"> <sequence> <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}OptionTypeEnum"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
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 optionType property.void
setOptionType
(String value) Sets the value of the optionType property.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
-
optionType
-
-
Constructor Details
-
OptionBase
public OptionBase()
-
-
Method Details
-
getOptionType
-
setOptionType
-