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 BondVolatilitiesName
BondYieldVolatilities. getName()
Gets the name of these volatilities.BondVolatilitiesName
NormalBondYieldExpiryDurationVolatilities. getName()
BondVolatilitiesName
BondYieldSensitivity. getVolatilitiesName()
Gets the name of the volatilities.static BondVolatilitiesName
BondVolatilitiesName. 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 thevolatilitiesName
property.Methods in com.opengamma.strata.pricer.bond with parameters of type BondVolatilitiesName Modifier and Type Method Description static BondYieldSensitivity
BondYieldSensitivity. of(BondVolatilitiesName volatilitiesName, double expiry, double duration, double strike, double forward, Currency sensitivityCurrency, double sensitivity)
Obtains an instance from the specified elements.
-