| Package | Description |
|---|---|
| com.opengamma.strata.pricer.capfloor |
Calculators for Ibor cap-floor.
|
| com.opengamma.strata.pricer.model |
Common code for model pricing.
|
| Modifier and Type | Method and Description |
|---|---|
SabrParameters |
SabrParametersIborCapletFloorletVolatilities.getParameters()
Gets the SABR model parameters.
|
SabrParameters |
NormalSabrParametersIborCapletFloorletVolatilities.getParameters()
Gets the SABR model parameters.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<SabrParameters> |
SabrParametersIborCapletFloorletVolatilities.Meta.parameters()
The meta-property for the
parameters property. |
org.joda.beans.MetaProperty<SabrParameters> |
NormalSabrParametersIborCapletFloorletVolatilities.Meta.parameters()
The meta-property for the
parameters property. |
| Modifier and Type | Method and Description |
|---|---|
static SabrParametersIborCapletFloorletVolatilities |
SabrParametersIborCapletFloorletVolatilities.of(IborCapletFloorletVolatilitiesName name,
IborIndex index,
ZonedDateTime valuationDateTime,
SabrParameters parameters)
Obtains an instance from the SABR model parameters and the date-time for which it is valid.
|
static NormalSabrParametersIborCapletFloorletVolatilities |
NormalSabrParametersIborCapletFloorletVolatilities.of(IborCapletFloorletVolatilitiesName name,
IborIndex index,
ZonedDateTime valuationDateTime,
SabrParameters parameters)
Obtains an instance from the SABR model parameters and the date-time for which it is valid.
|
SabrParametersIborCapletFloorletVolatilities.Builder |
SabrParametersIborCapletFloorletVolatilities.Builder.parameters(SabrParameters parameters)
Sets the SABR model parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static SabrParameters |
SabrParameters.of(Curve alphaCurve,
Curve betaCurve,
Curve rhoCurve,
Curve nuCurve,
Curve shiftCurve,
SabrVolatilityFormula sabrFormula)
Obtains an instance with shift from nodal curves and volatility function provider.
|
static SabrParameters |
SabrParameters.of(Curve alphaCurve,
Curve betaCurve,
Curve rhoCurve,
Curve nuCurve,
SabrVolatilityFormula sabrFormula)
Obtains an instance without shift from nodal curves and volatility function provider.
|
SabrParameters |
SabrParameters.withParameter(int parameterIndex,
double newValue) |
SabrParameters |
SabrParameters.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<SabrParameters> |
SabrParameters.meta()
The meta-bean for
SabrParameters. |
org.joda.beans.TypedMetaBean<SabrParameters> |
SabrParameters.metaBean() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.