| Package | Description |
|---|---|
| com.opengamma.strata.pricer.swaption |
Calculators for swaptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlackSwaptionExpiryTenorVolatilities
Volatility for swaptions in the log-normal or Black model.
|
| Modifier and Type | Method and Description |
|---|---|
BlackSwaptionVolatilities |
BlackSwaptionVolatilities.withParameter(int parameterIndex,
double newValue) |
BlackSwaptionVolatilities |
BlackSwaptionVolatilities.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
MultiCurrencyAmount |
BlackSwaptionTradePricer.currencyExposure(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
BlackSwaptionVolatilities swaptionVolatilities)
Computes the currency exposure of the swaption trade.
|
CurrencyAmount |
BlackSwaptionTradePricer.presentValue(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
BlackSwaptionVolatilities swaptionVolatilities)
Calculates the present value of the swaption trade.
|
PointSensitivities |
BlackSwaptionTradePricer.presentValueSensitivityModelParamsVolatility(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
BlackSwaptionVolatilities swaptionVolatilities)
Calculates the present value sensitivity to the implied volatility of the swaption trade.
|
PointSensitivities |
BlackSwaptionTradePricer.presentValueSensitivityRatesStickyStrike(ResolvedSwaptionTrade trade,
RatesProvider ratesProvider,
BlackSwaptionVolatilities 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.