Uses of Class
com.opengamma.strata.pricer.bond.BondYieldSensitivity
-
Packages that use BondYieldSensitivity Package Description com.opengamma.strata.pricer.bond Calculators for bonds. -
-
Uses of BondYieldSensitivity in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond that return BondYieldSensitivity Modifier and Type Method Description BondYieldSensitivityBondYieldSensitivity. cloned()BondYieldSensitivityBondYieldSensitivity. convertedTo(Currency resultCurrency, FxRateProvider rateProvider)BondYieldSensitivityBondYieldSensitivity. mapSensitivity(DoubleUnaryOperator operator)BondYieldSensitivityBondYieldSensitivity. multipliedBy(double factor)BondYieldSensitivityBondYieldSensitivity. normalize()static BondYieldSensitivityBondYieldSensitivity. of(BondVolatilitiesName volatilitiesName, double expiry, double duration, double strike, double forward, Currency sensitivityCurrency, double sensitivity)Obtains an instance from the specified elements.BondYieldSensitivityBlackFixedCouponBondOptionPricer. presentValueSensitivityModelParamsVolatility(ResolvedFixedCouponBondOption bondOption, LegalEntityDiscountingProvider legalEntityProvider, BondYieldVolatilities volatilities)Returns the present value sensitivity to the underlying yield volatilities.BondYieldSensitivityBondYieldSensitivity. withCurrency(Currency currency)BondYieldSensitivityBondYieldSensitivity. withSensitivity(double value)Methods in com.opengamma.strata.pricer.bond that return types with arguments of type BondYieldSensitivity Modifier and Type Method Description Class<? extends BondYieldSensitivity>BondYieldSensitivity.Meta. beanType()org.joda.beans.BeanBuilder<? extends BondYieldSensitivity>BondYieldSensitivity.Meta. builder()
-