Uses of Interface
cdm.product.asset.ForeignExchange
Packages that use ForeignExchange
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of ForeignExchange in cdm.product.asset
Subinterfaces of ForeignExchange in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement ForeignExchangeModifier and TypeClassDescriptionstatic classBuilder Implementation of ForeignExchangestatic classImmutable Implementation of ForeignExchangeMethods in cdm.product.asset that return ForeignExchangeModifier and TypeMethodDescriptionForeignExchange.build()Build MethodsForeignExchange.ForeignExchangeBuilderImpl.build()ForeignExchange.ForeignExchangeImpl.build()Methods in cdm.product.asset that return types with arguments of type ForeignExchangeModifier and TypeMethodDescriptiondefault Class<? extends ForeignExchange> ForeignExchange.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ForeignExchange> ForeignExchange.metaData()Utility Methods -
Uses of ForeignExchange in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type ForeignExchangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ForeignExchange>> ForeignExchangeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ForeignExchange, com.rosetta.model.lib.qualify.QualifyResult>> ForeignExchangeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ForeignExchange, Set<String>> ForeignExchangeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ForeignExchange> ForeignExchangeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ForeignExchange> ForeignExchangeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ForeignExchange> ForeignExchangeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ForeignExchange> ForeignExchangeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ForeignExchange in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type ForeignExchangeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchange o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchange o) -
Uses of ForeignExchange in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type ForeignExchangeModifier and TypeMethodDescription<T2 extends ForeignExchange>
com.rosetta.model.lib.validation.ValidationResult<ForeignExchange> ForeignExchangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type ForeignExchangeModifier and TypeMethodDescription<T2 extends ForeignExchange>
com.rosetta.model.lib.validation.ValidationResult<ForeignExchange> ForeignExchangeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ForeignExchange in cdm.product.template
Methods in cdm.product.template that return ForeignExchangeModifier and TypeMethodDescriptionProduct.getForeignExchange()Defines a foreign exchange spot or forward transaction.Product.ProductImpl.getForeignExchange()Methods in cdm.product.template with parameters of type ForeignExchangeModifier and TypeMethodDescriptionBasketConstituent.BasketConstituentBuilder.setForeignExchange(ForeignExchange foreignExchange) BasketConstituent.BasketConstituentBuilderImpl.setForeignExchange(ForeignExchange _foreignExchange) Product.ProductBuilder.setForeignExchange(ForeignExchange foreignExchange) Product.ProductBuilderImpl.setForeignExchange(ForeignExchange _foreignExchange)