Uses of Interface
cdm.product.template.AveragingStrikeFeature
Packages that use AveragingStrikeFeature
Package
Description
Template feature concepts to define payouts.
-
Uses of AveragingStrikeFeature in cdm.product.template
Subinterfaces of AveragingStrikeFeature in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement AveragingStrikeFeatureModifier and TypeClassDescriptionstatic classBuilder Implementation of AveragingStrikeFeaturestatic classImmutable Implementation of AveragingStrikeFeatureMethods in cdm.product.template that return AveragingStrikeFeatureModifier and TypeMethodDescriptionAveragingStrikeFeature.AveragingStrikeFeatureBuilderImpl.build()AveragingStrikeFeature.AveragingStrikeFeatureImpl.build()AveragingStrikeFeature.build()Build MethodsOptionStrike.getAveragingStrikeFeature()Defines an option strike that is calculated from an average of observed market prices.OptionStrike.OptionStrikeImpl.getAveragingStrikeFeature()Methods in cdm.product.template that return types with arguments of type AveragingStrikeFeatureModifier and TypeMethodDescriptiondefault Class<? extends AveragingStrikeFeature> AveragingStrikeFeature.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AveragingStrikeFeature> AveragingStrikeFeature.metaData()Utility MethodsMethods in cdm.product.template with parameters of type AveragingStrikeFeatureModifier and TypeMethodDescriptionOptionStrike.OptionStrikeBuilder.setAveragingStrikeFeature(AveragingStrikeFeature averagingStrikeFeature) OptionStrike.OptionStrikeBuilderImpl.setAveragingStrikeFeature(AveragingStrikeFeature _averagingStrikeFeature) -
Uses of AveragingStrikeFeature in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type AveragingStrikeFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AveragingStrikeFeature>> AveragingStrikeFeatureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AveragingStrikeFeature, com.rosetta.model.lib.qualify.QualifyResult>> AveragingStrikeFeatureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AveragingStrikeFeature, Set<String>> AveragingStrikeFeatureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AveragingStrikeFeature> AveragingStrikeFeatureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AveragingStrikeFeature> AveragingStrikeFeatureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AveragingStrikeFeature> AveragingStrikeFeatureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AveragingStrikeFeature> AveragingStrikeFeatureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AveragingStrikeFeature in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type AveragingStrikeFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AveragingStrikeFeatureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AveragingStrikeFeature o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AveragingStrikeFeatureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AveragingStrikeFeature o) -
Uses of AveragingStrikeFeature in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type AveragingStrikeFeatureModifier and TypeMethodDescription<T2 extends AveragingStrikeFeature>
com.rosetta.model.lib.validation.ValidationResult<AveragingStrikeFeature> AveragingStrikeFeatureOnlyExistsValidator.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 AveragingStrikeFeatureModifier and TypeMethodDescription<T2 extends AveragingStrikeFeature>
com.rosetta.model.lib.validation.ValidationResult<AveragingStrikeFeature> AveragingStrikeFeatureOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)