Uses of Class
com.opengamma.strata.pricer.swaption.VolatilitySwaptionCashParYieldProductPricer
-
Packages that use VolatilitySwaptionCashParYieldProductPricer Package Description com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of VolatilitySwaptionCashParYieldProductPricer in com.opengamma.strata.pricer.swaption
Subclasses of VolatilitySwaptionCashParYieldProductPricer in com.opengamma.strata.pricer.swaption Modifier and Type Class Description class
BlackSwaptionCashParYieldProductPricer
Pricer for swaption with par yield curve method of cash settlement in a log-normal or Black model on the swap rate.class
NormalSwaptionCashParYieldProductPricer
Pricer for swaption with par yield curve method of cash settlement in a normal model on the swap rate.class
SabrSwaptionCashParYieldProductPricer
Pricer for swaption with par yield curve method of cash settlement in SABR model.Fields in com.opengamma.strata.pricer.swaption declared as VolatilitySwaptionCashParYieldProductPricer Modifier and Type Field Description static VolatilitySwaptionCashParYieldProductPricer
VolatilitySwaptionCashParYieldProductPricer. DEFAULT
Default implementation.Constructors in com.opengamma.strata.pricer.swaption with parameters of type VolatilitySwaptionCashParYieldProductPricer Constructor Description VolatilitySwaptionProductPricer(VolatilitySwaptionCashParYieldProductPricer cashParYieldPricer, VolatilitySwaptionPhysicalProductPricer physicalPricer)
Creates an instance.
-