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
FieldsModifier and TypeFieldDescriptionprotected Asianprotected Barrierprotected FxFeatureprotected Knockprotected PassThroughprotected StrategyFeature -
Constructor Summary
Constructors -
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.voidSets the value of the asian property.voidsetBarrier(Barrier value) Sets the value of the barrier property.voidsetFxFeature(FxFeature value) Sets the value of the fxFeature property.voidSets the value of the knock property.voidsetPassThrough(PassThrough value) Sets the value of the passThrough property.voidSets 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
-