Uses of Class
com.opengamma.strata.pricer.common.GenericVolatilitySurfacePeriodParameterMetadata
-
Packages that use GenericVolatilitySurfacePeriodParameterMetadata Package Description com.opengamma.strata.pricer.common Common code for pricing. -
-
Uses of GenericVolatilitySurfacePeriodParameterMetadata in com.opengamma.strata.pricer.common
Methods in com.opengamma.strata.pricer.common that return GenericVolatilitySurfacePeriodParameterMetadata Modifier and Type Method Description static GenericVolatilitySurfacePeriodParameterMetadataGenericVolatilitySurfacePeriodParameterMetadata. of(Period period, Strike strike)Creates node metadata using period and strike.static GenericVolatilitySurfacePeriodParameterMetadataGenericVolatilitySurfacePeriodParameterMetadata. of(Period period, Strike strike, String label)Creates node using period, strike and label.Methods in com.opengamma.strata.pricer.common that return types with arguments of type GenericVolatilitySurfacePeriodParameterMetadata Modifier and Type Method Description Class<? extends GenericVolatilitySurfacePeriodParameterMetadata>GenericVolatilitySurfacePeriodParameterMetadata.Meta. beanType()org.joda.beans.BeanBuilder<? extends GenericVolatilitySurfacePeriodParameterMetadata>GenericVolatilitySurfacePeriodParameterMetadata.Meta. builder()
-