Uses of Interface
com.opengamma.strata.pricer.swaption.BlackSwaptionVolatilities
-
Packages that use BlackSwaptionVolatilities Package Description com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of BlackSwaptionVolatilities in com.opengamma.strata.pricer.swaption
Classes in com.opengamma.strata.pricer.swaption that implement BlackSwaptionVolatilities Modifier and Type Class Description classBlackSwaptionExpiryTenorVolatilitiesVolatility for swaptions in the log-normal or Black model.Methods in com.opengamma.strata.pricer.swaption that return BlackSwaptionVolatilities Modifier and Type Method Description BlackSwaptionVolatilitiesBlackSwaptionVolatilities. withParameter(int parameterIndex, double newValue)BlackSwaptionVolatilitiesBlackSwaptionVolatilities. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.swaption with parameters of type BlackSwaptionVolatilities Modifier and Type Method Description MultiCurrencyAmountBlackSwaptionTradePricer. currencyExposure(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, BlackSwaptionVolatilities swaptionVolatilities)Computes the currency exposure of the swaption trade.CurrencyAmountBlackSwaptionTradePricer. presentValue(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, BlackSwaptionVolatilities swaptionVolatilities)Calculates the present value of the swaption trade.PointSensitivitiesBlackSwaptionTradePricer. presentValueSensitivityModelParamsVolatility(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, BlackSwaptionVolatilities swaptionVolatilities)Calculates the present value sensitivity to the implied volatility of the swaption trade.PointSensitivitiesBlackSwaptionTradePricer. presentValueSensitivityRatesStickyStrike(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, BlackSwaptionVolatilities swaptionVolatilities)Calculates the present value sensitivity of the swaption trade to the rate curves.
-