Package com.opengamma.strata.market.surface
Definitions of surfaces.
-
Interface Summary Interface Description NodalSurface A surface based ondouble
nodal points.Surface A surface that maps adouble
x-value and y-value to adouble
z-value.SurfaceMetadata Metadata about a surface and surface parameters. -
Class Summary Class Description ConstantSurface A surface based on a single constant value.ConstantSurface.Meta The meta-bean forConstantSurface
.DefaultSurfaceMetadata Default metadata for a surface.DefaultSurfaceMetadata.Meta The meta-bean forDefaultSurfaceMetadata
.DefaultSurfaceMetadataBuilder Builder for surface metadata.DeformedSurface The deformed surface.DeformedSurface.Builder The bean-builder forDeformedSurface
.DeformedSurface.Meta The meta-bean forDeformedSurface
.InterpolatedNodalSurface A surface based on interpolation between a number of nodal points.InterpolatedNodalSurface.Builder The bean-builder forInterpolatedNodalSurface
.InterpolatedNodalSurface.Meta The meta-bean forInterpolatedNodalSurface
.SimpleSurfaceParameterMetadata Simple parameter metadata containing the x and y values and type.SimpleSurfaceParameterMetadata.Meta The meta-bean forSimpleSurfaceParameterMetadata
.SurfaceInfoType<T> The type that provides meaning to additional surface information.SurfaceName The name of a surface.Surfaces Helper for creating common types of surfaces.