Uses of Interface
cdm.product.template.AveragingFeature
Packages that use AveragingFeature
Package
Description
Template feature concepts to define payouts.
-
Uses of AveragingFeature in cdm.product.template
Subinterfaces of AveragingFeature in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement AveragingFeatureModifier and TypeClassDescriptionstatic classBuilder Implementation of AveragingFeaturestatic classImmutable Implementation of AveragingFeatureMethods in cdm.product.template that return AveragingFeatureModifier and TypeMethodDescriptionAveragingFeature.AveragingFeatureBuilderImpl.build()AveragingFeature.AveragingFeatureImpl.build()AveragingFeature.build()Build MethodsOptionFeature.getAveragingFeature()Defines an option feature in which an average market observation price is determined on valuation and compared to the strike to determine a settlement amount.OptionFeature.OptionFeatureImpl.getAveragingFeature()Methods in cdm.product.template that return types with arguments of type AveragingFeatureModifier and TypeMethodDescriptiondefault Class<? extends AveragingFeature> AveragingFeature.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AveragingFeature> AveragingFeature.metaData()Utility MethodsMethods in cdm.product.template with parameters of type AveragingFeatureModifier and TypeMethodDescriptionOptionFeature.OptionFeatureBuilder.setAveragingFeature(AveragingFeature averagingFeature) OptionFeature.OptionFeatureBuilderImpl.setAveragingFeature(AveragingFeature _averagingFeature) -
Uses of AveragingFeature in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type AveragingFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AveragingFeature>> AveragingFeatureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AveragingFeature, com.rosetta.model.lib.qualify.QualifyResult>> AveragingFeatureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AveragingFeature, Set<String>> AveragingFeatureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AveragingFeature> AveragingFeatureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AveragingFeature> AveragingFeatureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AveragingFeature> AveragingFeatureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AveragingFeature> AveragingFeatureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AveragingFeature in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type AveragingFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AveragingFeatureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AveragingFeature o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AveragingFeatureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AveragingFeature o) -
Uses of AveragingFeature in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type AveragingFeatureModifier and TypeMethodDescription<T2 extends AveragingFeature>
com.rosetta.model.lib.validation.ValidationResult<AveragingFeature> AveragingFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type AveragingFeatureModifier and TypeMethodDescription<T2 extends AveragingFeature>
com.rosetta.model.lib.validation.ValidationResult<AveragingFeature> AveragingFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)