Uses of Interface
cdm.product.template.StrikeSpread
Packages that use StrikeSpread
Package
Description
Template feature concepts to define payouts.
-
Uses of StrikeSpread in cdm.product.template
Subinterfaces of StrikeSpread in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement StrikeSpreadModifier and TypeClassDescriptionstatic classBuilder Implementation of StrikeSpreadstatic classImmutable Implementation of StrikeSpreadMethods in cdm.product.template that return StrikeSpreadModifier and TypeMethodDescriptionStrikeSpread.build()Build MethodsStrikeSpread.StrikeSpreadBuilderImpl.build()StrikeSpread.StrikeSpreadImpl.build()StrategyFeature.getStrikeSpread()Definition of the upper strike in a strike spread.StrategyFeature.StrategyFeatureImpl.getStrikeSpread()Methods in cdm.product.template that return types with arguments of type StrikeSpreadModifier and TypeMethodDescriptiondefault Class<? extends StrikeSpread> StrikeSpread.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends StrikeSpread> StrikeSpread.metaData()Utility MethodsMethods in cdm.product.template with parameters of type StrikeSpreadModifier and TypeMethodDescriptionStrategyFeature.StrategyFeatureBuilder.setStrikeSpread(StrikeSpread strikeSpread) StrategyFeature.StrategyFeatureBuilderImpl.setStrikeSpread(StrikeSpread _strikeSpread) -
Uses of StrikeSpread in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type StrikeSpreadModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super StrikeSpread>> StrikeSpreadMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super StrikeSpread, com.rosetta.model.lib.qualify.QualifyResult>> StrikeSpreadMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super StrikeSpread, Set<String>> StrikeSpreadMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super StrikeSpread> StrikeSpreadMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StrikeSpread> StrikeSpreadMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super StrikeSpread> StrikeSpreadMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StrikeSpread> StrikeSpreadMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of StrikeSpread in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type StrikeSpreadModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StrikeSpreadTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StrikeSpread o) List<com.rosetta.model.lib.validation.ValidationResult<?>> StrikeSpreadValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StrikeSpread o) -
Uses of StrikeSpread in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type StrikeSpreadModifier and TypeMethodDescription<T2 extends StrikeSpread>
com.rosetta.model.lib.validation.ValidationResult<StrikeSpread> StrikeSpreadOnlyExistsValidator.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 StrikeSpreadModifier and TypeMethodDescription<T2 extends StrikeSpread>
com.rosetta.model.lib.validation.ValidationResult<StrikeSpread> StrikeSpreadOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)