| Package | Description |
|---|---|
| com.opengamma.strata.pricer.bond |
Calculators for bonds.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NormalBondYieldExpiryDurationVolatilities
Volatility for swaptions in the normal or Bachelier model based on a surface.
|
| Modifier and Type | Method and Description |
|---|---|
BondYieldVolatilities |
BondYieldVolatilities.withParameter(int parameterIndex,
double newValue) |
BondYieldVolatilities |
BondYieldVolatilities.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
Class<BondYieldVolatilities> |
BondVolatilitiesName.getMarketDataType() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAmount |
BlackFixedCouponBondOptionPricer.presentValue(ResolvedFixedCouponBondOption bondOption,
LegalEntityDiscountingProvider legalEntityProvider,
BondYieldVolatilities volatilities)
Calculates the present value of the bond option.
|
BondYieldSensitivity |
BlackFixedCouponBondOptionPricer.presentValueSensitivityModelParamsVolatility(ResolvedFixedCouponBondOption bondOption,
LegalEntityDiscountingProvider legalEntityProvider,
BondYieldVolatilities volatilities)
Returns the present value sensitivity to the underlying yield volatilities.
|
PointSensitivities |
BlackFixedCouponBondOptionPricer.presentValueSensitivityRatesStickyStrike(ResolvedFixedCouponBondOption bondOption,
LegalEntityDiscountingProvider legalEntityProvider,
BondYieldVolatilities volatilities)
Returns the present value sensitivity to the underlying curves.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.