Uses of Class
com.opengamma.strata.market.surface.InterpolatedNodalSurface
-
Packages that use InterpolatedNodalSurface Package Description com.opengamma.strata.market.surface Definitions of surfaces.com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.pricer.impl.volatility.local -
-
Uses of InterpolatedNodalSurface in com.opengamma.strata.market.surface
Methods in com.opengamma.strata.market.surface that return InterpolatedNodalSurface Modifier and Type Method Description InterpolatedNodalSurfaceInterpolatedNodalSurface.Builder. build()static InterpolatedNodalSurfaceInterpolatedNodalSurface. of(SurfaceMetadata metadata, DoubleArray xValues, DoubleArray yValues, DoubleArray zValues, SurfaceInterpolator interpolator)Creates an interpolated surface with metadata.static InterpolatedNodalSurfaceInterpolatedNodalSurface. ofUnsorted(SurfaceMetadata metadata, DoubleArray xValues, DoubleArray yValues, DoubleArray zValues, SurfaceInterpolator interpolator)Creates an interpolated surface with metadata, where the values are not sorted.InterpolatedNodalSurfaceInterpolatedNodalSurface. withMetadata(SurfaceMetadata metadata)InterpolatedNodalSurfaceInterpolatedNodalSurface. withParameter(int parameterIndex, double newValue)InterpolatedNodalSurfaceInterpolatedNodalSurface. withPerturbation(ParameterPerturbation perturbation)InterpolatedNodalSurfaceInterpolatedNodalSurface. withZValues(DoubleArray zValues)Methods in com.opengamma.strata.market.surface that return types with arguments of type InterpolatedNodalSurface Modifier and Type Method Description Class<? extends InterpolatedNodalSurface>InterpolatedNodalSurface.Meta. beanType() -
Uses of InterpolatedNodalSurface in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond with parameters of type InterpolatedNodalSurface Modifier and Type Method Description static BlackBondFutureExpiryLogMoneynessVolatilitiesBlackBondFutureExpiryLogMoneynessVolatilities. of(ZonedDateTime valuationDateTime, InterpolatedNodalSurface surface)Obtains an instance from the implied volatility surface and the date-time for which it is valid. -
Uses of InterpolatedNodalSurface in com.opengamma.strata.pricer.impl.volatility.local
Methods in com.opengamma.strata.pricer.impl.volatility.local that return InterpolatedNodalSurface Modifier and Type Method Description InterpolatedNodalSurfaceImpliedTrinomialTreeLocalVolatilityCalculator. localVolatilityFromImpliedVolatility(Surface impliedVolatilitySurface, double spot, Function<Double,Double> interestRate, Function<Double,Double> dividendRate)InterpolatedNodalSurfaceImpliedTrinomialTreeLocalVolatilityCalculator. localVolatilityFromPrice(Surface callPriceSurface, double spot, Function<Double,Double> interestRate, Function<Double,Double> dividendRate)
-