Uses of Class
com.opengamma.strata.pricer.bond.BondVolatilitiesName
-
Packages that use BondVolatilitiesName Package Description com.opengamma.strata.pricer.bond Calculators for bonds. -
-
Uses of BondVolatilitiesName in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond that return BondVolatilitiesName Modifier and Type Method Description BondVolatilitiesNameBondYieldVolatilities. getName()Gets the name of these volatilities.BondVolatilitiesNameNormalBondYieldExpiryDurationVolatilities. getName()BondVolatilitiesNameBondYieldSensitivity. getVolatilitiesName()Gets the name of the volatilities.static BondVolatilitiesNameBondVolatilitiesName. of(String name)Obtains an instance from the specified name.Methods in com.opengamma.strata.pricer.bond that return types with arguments of type BondVolatilitiesName Modifier and Type Method Description org.joda.beans.MetaProperty<BondVolatilitiesName>BondYieldSensitivity.Meta. volatilitiesName()The meta-property for thevolatilitiesNameproperty.Methods in com.opengamma.strata.pricer.bond with parameters of type BondVolatilitiesName Modifier and Type Method Description static BondYieldSensitivityBondYieldSensitivity. of(BondVolatilitiesName volatilitiesName, double expiry, double duration, double strike, double forward, Currency sensitivityCurrency, double sensitivity)Obtains an instance from the specified elements.
-