| Package | Description |
|---|---|
| com.opengamma.strata.pricer.capfloor |
Calculators for Ibor cap-floor.
|
| com.opengamma.strata.pricer.cms |
Calculators for CMS.
|
| com.opengamma.strata.pricer.swap |
Calculators for interest rate swaps.
|
| Modifier and Type | Method and Description |
|---|---|
protected DiscountingSwapLegPricer |
VolatilityIborCapFloorProductPricer.getPayLegPricer()
Gets the pay leg pricer.
|
| Constructor and Description |
|---|
BlackIborCapFloorProductPricer(BlackIborCapFloorLegPricer capFloorLegPricer,
DiscountingSwapLegPricer payLegPricer)
Creates an instance.
|
NormalIborCapFloorProductPricer(NormalIborCapFloorLegPricer capFloorLegPricer,
DiscountingSwapLegPricer payLegPricer)
Creates an instance.
|
SabrIborCapFloorProductPricer(SabrIborCapFloorLegPricer capFloorLegPricer,
DiscountingSwapLegPricer payLegPricer)
Creates an instance.
|
VolatilityIborCapFloorProductPricer(VolatilityIborCapFloorLegPricer capFloorLegPricer,
DiscountingSwapLegPricer payLegPricer)
Creates an instance.
|
| Constructor and Description |
|---|
SabrExtrapolationReplicationCmsProductPricer(SabrExtrapolationReplicationCmsLegPricer cmsLegPricer,
DiscountingSwapLegPricer payLegPricer)
Creates an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static DiscountingSwapLegPricer |
DiscountingSwapLegPricer.DEFAULT
Default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
DiscountingSwapLegPricer |
DiscountingSwapProductPricer.getLegPricer()
Gets the underlying leg pricer.
|
| Constructor and Description |
|---|
DiscountingSwapProductPricer(DiscountingSwapLegPricer legPricer)
Creates an instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.