Uses of Interface
cdm.product.template.FxFeature
Packages that use FxFeature
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of FxFeature in cdm.product.asset
Methods in cdm.product.asset that return FxFeatureModifier and TypeMethodDescriptionCommodityPayout.CommodityPayoutImpl.getFxFeature()CommodityPayout.getFxFeature()Defines quanto or composite FX features that are included in the swap leg.Methods in cdm.product.asset with parameters of type FxFeatureModifier and TypeMethodDescriptionCommodityPayout.CommodityPayoutBuilder.setFxFeature(FxFeature fxFeature) CommodityPayout.CommodityPayoutBuilderImpl.setFxFeature(FxFeature _fxFeature) -
Uses of FxFeature in cdm.product.template
Subinterfaces of FxFeature in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement FxFeatureModifier and TypeClassDescriptionstatic classBuilder Implementation of FxFeaturestatic classImmutable Implementation of FxFeatureMethods in cdm.product.template that return FxFeatureModifier and TypeMethodDescriptionFxFeature.build()Build MethodsFxFeature.FxFeatureBuilderImpl.build()FxFeature.FxFeatureImpl.build()Methods in cdm.product.template that return types with arguments of type FxFeatureModifier and TypeMethodDescriptionOptionFeature.getFxFeature()Describes a quanto or composite FX feature.OptionFeature.OptionFeatureImpl.getFxFeature()PerformancePayout.getFxFeature()Defines quanto or composite FX features that are included in the swap leg.PerformancePayout.PerformancePayoutImpl.getFxFeature()FxFeature.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FxFeature> FxFeature.metaData()Utility MethodsMethods in cdm.product.template with parameters of type FxFeatureModifier and TypeMethodDescriptionOptionFeature.OptionFeatureBuilder.addFxFeature(FxFeature fxFeature) OptionFeature.OptionFeatureBuilder.addFxFeature(FxFeature fxFeature, int idx) OptionFeature.OptionFeatureBuilderImpl.addFxFeature(FxFeature _fxFeature) OptionFeature.OptionFeatureBuilderImpl.addFxFeature(FxFeature _fxFeature, int idx) PerformancePayout.PerformancePayoutBuilder.addFxFeature(FxFeature fxFeature) PerformancePayout.PerformancePayoutBuilder.addFxFeature(FxFeature fxFeature, int idx) PerformancePayout.PerformancePayoutBuilderImpl.addFxFeature(FxFeature _fxFeature) PerformancePayout.PerformancePayoutBuilderImpl.addFxFeature(FxFeature _fxFeature, int idx) Method parameters in cdm.product.template with type arguments of type FxFeatureModifier and TypeMethodDescriptionOptionFeature.OptionFeatureBuilder.addFxFeature(List<? extends FxFeature> fxFeature) OptionFeature.OptionFeatureBuilderImpl.addFxFeature(List<? extends FxFeature> fxFeatures) PerformancePayout.PerformancePayoutBuilder.addFxFeature(List<? extends FxFeature> fxFeature) PerformancePayout.PerformancePayoutBuilderImpl.addFxFeature(List<? extends FxFeature> fxFeatures) OptionFeature.OptionFeatureBuilder.setFxFeature(List<? extends FxFeature> fxFeature) OptionFeature.OptionFeatureBuilderImpl.setFxFeature(List<? extends FxFeature> fxFeatures) PerformancePayout.PerformancePayoutBuilder.setFxFeature(List<? extends FxFeature> fxFeature) PerformancePayout.PerformancePayoutBuilderImpl.setFxFeature(List<? extends FxFeature> fxFeatures) -
Uses of FxFeature in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type FxFeatureModifier and TypeMethodDescriptionFxFeatureMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) FxFeatureMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) FxFeatureMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FxFeature> FxFeatureMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FxFeature> FxFeatureMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FxFeature> FxFeatureMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FxFeature> FxFeatureMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FxFeature in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type FxFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FxFeatureTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxFeature o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FxFeatureValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxFeature o) -
Uses of FxFeature in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type FxFeatureModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FxFeatureFxFeatureChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxFeature fxFeature) List<com.rosetta.model.lib.validation.ValidationResult<?>> FxFeatureFxFeatureChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FxFeature fxFeature) -
Uses of FxFeature in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type FxFeatureModifier and TypeMethodDescriptionFxFeatureOnlyExistsValidator.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 FxFeature