| Package | Description |
|---|---|
| com.opengamma.strata.pricer.swaption |
Calculators for swaptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NormalSwaptionExpirySimpleMoneynessVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.
|
class |
NormalSwaptionExpiryStrikeVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.
|
class |
NormalSwaptionExpiryTenorVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.
|
| Modifier and Type | Method and Description |
|---|---|
NormalSwaptionVolatilities |
NormalSwaptionVolatilities.withParameter(int parameterIndex,
double newValue) |
NormalSwaptionVolatilities |
NormalSwaptionVolatilities.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
MultiCurrencyAmount |
NormalSwaptionTradePricer.currencyExposure(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
NormalSwaptionVolatilities swaptionVolatilities)
Computes the currency exposure of the swaption trade.
|
CurrencyAmount |
NormalSwaptionTradePricer.presentValue(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
NormalSwaptionVolatilities swaptionVolatilities)
Calculates the present value of the swaption trade.
|
PointSensitivities |
NormalSwaptionTradePricer.presentValueSensitivityModelParamsVolatility(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
NormalSwaptionVolatilities swaptionVolatilities)
Calculates the present value sensitivity to the implied volatility of the swaption trade.
|
PointSensitivities |
NormalSwaptionTradePricer.presentValueSensitivityRatesStickyStrike(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
NormalSwaptionVolatilities swaptionVolatilities)
Calculates the present value sensitivity of the swaption trade to the rate curves.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.