Class FxAverageStrike
java.lang.Object
net.finmath.smartcontract.product.xml.FxRateObservable
net.finmath.smartcontract.product.xml.FxAveragingProcess
net.finmath.smartcontract.product.xml.FxAverageStrike
Java class for FxAverageStrike complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAverageStrike">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}FxAveragingProcess">
<sequence>
<element name="strikeAdjustment" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.FxAveragingProcess
averagingMethod, fixingSchedule, precisionFields inherited from class net.finmath.smartcontract.product.xml.FxRateObservable
crossRate, id, informationSource, quotedCurrencyPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the strikeAdjustment property.voidsetStrikeAdjustment(BigDecimal value)Sets the value of the strikeAdjustment property.Methods inherited from class net.finmath.smartcontract.product.xml.FxAveragingProcess
getAveragingMethod, getFixingSchedule, getPrecision, setAveragingMethod, setFixingSchedule, setPrecisionMethods inherited from class net.finmath.smartcontract.product.xml.FxRateObservable
getCrossRate, getId, getInformationSource, getQuotedCurrencyPair, setId, setInformationSource, setQuotedCurrencyPair
-
Field Details
-
strikeAdjustment
-
-
Constructor Details
-
FxAverageStrike
public FxAverageStrike()
-
-
Method Details
-
getStrikeAdjustment
Gets the value of the strikeAdjustment property.- Returns:
- possible object is
BigDecimal
-
setStrikeAdjustment
Sets the value of the strikeAdjustment property.- Parameters:
value- allowed object isBigDecimal
-