Class OptionFeature
java.lang.Object
net.finmath.smartcontract.product.xml.OptionFeature
A type for defining option features.
Java class for OptionFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionFeature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionBaseFeature.model"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionFeature.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Asian
protected Barrier
protected FxFeature
protected Knock
protected PassThrough
protected StrategyFeature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsian()
Gets the value of the asian property.Gets the value of the barrier property.Gets the value of the fxFeature property.getKnock()
Gets the value of the knock property.Gets the value of the passThrough property.Gets the value of the strategyFeature property.void
Sets the value of the asian property.void
setBarrier
(Barrier value) Sets the value of the barrier property.void
setFxFeature
(FxFeature value) Sets the value of the fxFeature property.void
Sets the value of the knock property.void
setPassThrough
(PassThrough value) Sets the value of the passThrough property.void
Sets the value of the strategyFeature property.
-
Field Details
-
fxFeature
-
strategyFeature
-
asian
-
barrier
-
knock
-
passThrough
-
-
Constructor Details
-
OptionFeature
public OptionFeature()
-
-
Method Details
-
getFxFeature
-
setFxFeature
-
getStrategyFeature
Gets the value of the strategyFeature property.- Returns:
- possible object is
StrategyFeature
-
setStrategyFeature
Sets the value of the strategyFeature property.- Parameters:
value
- allowed object isStrategyFeature
-
getAsian
-
setAsian
-
getBarrier
-
setBarrier
-
getKnock
-
setKnock
-
getPassThrough
Gets the value of the passThrough property.- Returns:
- possible object is
PassThrough
-
setPassThrough
Sets the value of the passThrough property.- Parameters:
value
- allowed object isPassThrough
-