Uses of Interface
com.opengamma.strata.pricer.bond.BondYieldVolatilities
- 
Packages that use BondYieldVolatilities Package Description com.opengamma.strata.pricer.bond Calculators for bonds. - 
- 
Uses of BondYieldVolatilities in com.opengamma.strata.pricer.bond
Classes in com.opengamma.strata.pricer.bond that implement BondYieldVolatilities Modifier and Type Class Description classNormalBondYieldExpiryDurationVolatilitiesVolatility for swaptions in the normal or Bachelier model based on a surface.Methods in com.opengamma.strata.pricer.bond that return BondYieldVolatilities Modifier and Type Method Description BondYieldVolatilitiesBondYieldVolatilities. withParameter(int parameterIndex, double newValue)BondYieldVolatilitiesBondYieldVolatilities. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.bond that return types with arguments of type BondYieldVolatilities Modifier and Type Method Description Class<BondYieldVolatilities>BondVolatilitiesName. getMarketDataType()Methods in com.opengamma.strata.pricer.bond with parameters of type BondYieldVolatilities Modifier and Type Method Description CurrencyAmountBlackFixedCouponBondOptionPricer. presentValue(ResolvedFixedCouponBondOption bondOption, LegalEntityDiscountingProvider legalEntityProvider, BondYieldVolatilities volatilities)Calculates the present value of the bond option.BondYieldSensitivityBlackFixedCouponBondOptionPricer. presentValueSensitivityModelParamsVolatility(ResolvedFixedCouponBondOption bondOption, LegalEntityDiscountingProvider legalEntityProvider, BondYieldVolatilities volatilities)Returns the present value sensitivity to the underlying yield volatilities.PointSensitivitiesBlackFixedCouponBondOptionPricer. presentValueSensitivityRatesStickyStrike(ResolvedFixedCouponBondOption bondOption, LegalEntityDiscountingProvider legalEntityProvider, BondYieldVolatilities volatilities)Returns the present value sensitivity to the underlying curves. 
 -