Uses of Interface
com.opengamma.strata.pricer.swaption.NormalSwaptionVolatilities
-
Packages that use NormalSwaptionVolatilities Package Description com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of NormalSwaptionVolatilities in com.opengamma.strata.pricer.swaption
Classes in com.opengamma.strata.pricer.swaption that implement NormalSwaptionVolatilities Modifier and Type Class Description classNormalSwaptionExpirySimpleMoneynessVolatilitiesVolatility for swaptions in the normal or Bachelier model based on a surface.classNormalSwaptionExpiryStrikeVolatilitiesVolatility for swaptions in the normal or Bachelier model based on a surface.classNormalSwaptionExpiryTenorVolatilitiesVolatility for swaptions in the normal or Bachelier model based on a surface.Methods in com.opengamma.strata.pricer.swaption that return NormalSwaptionVolatilities Modifier and Type Method Description NormalSwaptionVolatilitiesNormalSwaptionVolatilities. withParameter(int parameterIndex, double newValue)NormalSwaptionVolatilitiesNormalSwaptionVolatilities. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.swaption with parameters of type NormalSwaptionVolatilities Modifier and Type Method Description MultiCurrencyAmountNormalSwaptionTradePricer. currencyExposure(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, NormalSwaptionVolatilities swaptionVolatilities)Computes the currency exposure of the swaption trade.CurrencyAmountNormalSwaptionTradePricer. presentValue(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, NormalSwaptionVolatilities swaptionVolatilities)Calculates the present value of the swaption trade.PointSensitivitiesNormalSwaptionTradePricer. presentValueSensitivityModelParamsVolatility(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, NormalSwaptionVolatilities swaptionVolatilities)Calculates the present value sensitivity to the implied volatility of the swaption trade.PointSensitivitiesNormalSwaptionTradePricer. presentValueSensitivityRatesStickyStrike(ResolvedSwaptionTrade trade, RatesProvider ratesProvider, NormalSwaptionVolatilities swaptionVolatilities)Calculates the present value sensitivity of the swaption trade to the rate curves.
-