Uses of Class
com.opengamma.strata.pricer.model.SabrParameters
-
Packages that use SabrParameters Package Description com.opengamma.strata.pricer.capfloor Calculators for Ibor cap-floor.com.opengamma.strata.pricer.model Common code for model pricing. -
-
Uses of SabrParameters in com.opengamma.strata.pricer.capfloor
Methods in com.opengamma.strata.pricer.capfloor that return SabrParameters Modifier and Type Method Description SabrParametersNormalSabrParametersIborCapletFloorletVolatilities. getParameters()Gets the SABR model parameters.SabrParametersSabrParametersIborCapletFloorletVolatilities. getParameters()Gets the SABR model parameters.Methods in com.opengamma.strata.pricer.capfloor that return types with arguments of type SabrParameters Modifier and Type Method Description org.joda.beans.MetaProperty<SabrParameters>NormalSabrParametersIborCapletFloorletVolatilities.Meta. parameters()The meta-property for theparametersproperty.org.joda.beans.MetaProperty<SabrParameters>SabrParametersIborCapletFloorletVolatilities.Meta. parameters()The meta-property for theparametersproperty.Methods in com.opengamma.strata.pricer.capfloor with parameters of type SabrParameters Modifier and Type Method Description static NormalSabrParametersIborCapletFloorletVolatilitiesNormalSabrParametersIborCapletFloorletVolatilities. 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 SabrParametersIborCapletFloorletVolatilitiesSabrParametersIborCapletFloorletVolatilities. 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.BuilderSabrParametersIborCapletFloorletVolatilities.Builder. parameters(SabrParameters parameters)Sets the SABR model parameters. -
Uses of SabrParameters in com.opengamma.strata.pricer.model
Methods in com.opengamma.strata.pricer.model that return SabrParameters Modifier and Type Method Description static SabrParametersSabrParameters. 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 SabrParametersSabrParameters. of(Curve alphaCurve, Curve betaCurve, Curve rhoCurve, Curve nuCurve, SabrVolatilityFormula sabrFormula)Obtains an instance without shift from nodal curves and volatility function provider.SabrParametersSabrParameters. withParameter(int parameterIndex, double newValue)SabrParametersSabrParameters. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.model that return types with arguments of type SabrParameters Modifier and Type Method Description static org.joda.beans.TypedMetaBean<SabrParameters>SabrParameters. meta()The meta-bean forSabrParameters.org.joda.beans.TypedMetaBean<SabrParameters>SabrParameters. metaBean()
-