Uses of Interface
com.opengamma.strata.pricer.fxopt.SmileDeltaTermStructure
-
Packages that use SmileDeltaTermStructure Package Description com.opengamma.strata.pricer.fxopt Calculators for FX options. -
-
Uses of SmileDeltaTermStructure in com.opengamma.strata.pricer.fxopt
Classes in com.opengamma.strata.pricer.fxopt that implement SmileDeltaTermStructure Modifier and Type Class Description classInterpolatedStrikeSmileDeltaTermStructureAn interpolated term structure of smiles as used in Forex market.Methods in com.opengamma.strata.pricer.fxopt that return SmileDeltaTermStructure Modifier and Type Method Description SmileDeltaTermStructureBlackFxOptionSmileVolatilities. getSmile()Gets the volatility model.SmileDeltaTermStructureSmileDeltaTermStructure. withParameter(int parameterIndex, double newValue)SmileDeltaTermStructureSmileDeltaTermStructure. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.fxopt that return types with arguments of type SmileDeltaTermStructure Modifier and Type Method Description org.joda.beans.MetaProperty<SmileDeltaTermStructure>BlackFxOptionSmileVolatilities.Meta. smile()The meta-property for thesmileproperty.Methods in com.opengamma.strata.pricer.fxopt with parameters of type SmileDeltaTermStructure Modifier and Type Method Description static BlackFxOptionSmileVolatilitiesBlackFxOptionSmileVolatilities. of(FxOptionVolatilitiesName name, CurrencyPair currencyPair, ZonedDateTime valuationTime, SmileDeltaTermStructure smile)Obtains an instance based on a smile.BlackFxOptionSmileVolatilities.BuilderBlackFxOptionSmileVolatilities.Builder. smile(SmileDeltaTermStructure smile)Sets the volatility model.
-