Uses of Interface
cdm.product.template.TransferableProduct
Packages that use TransferableProduct
Package
Description
Template feature concepts to define payouts.
-
Uses of TransferableProduct in cdm.product.collateral.functions
Methods in cdm.product.collateral.functions with parameters of type TransferableProductModifier and TypeMethodDescriptionCheckEligibilityForProduct.CheckEligibilityForProductDefault.assignOutput(CheckEligibilityResult.CheckEligibilityResultBuilder eligibilityResult, List<? extends EligibleCollateralSpecification> specifications, TransferableProduct product) CheckEligibilityForProduct.CheckEligibilityForProductDefault.doEvaluate(List<? extends EligibleCollateralSpecification> specifications, TransferableProduct product) protected abstract CheckEligibilityResult.CheckEligibilityResultBuilderCheckEligibilityForProduct.doEvaluate(List<? extends EligibleCollateralSpecification> specifications, TransferableProduct product) CheckEligibilityForProduct.evaluate(List<? extends EligibleCollateralSpecification> specifications, TransferableProduct product) -
Uses of TransferableProduct in cdm.product.template
Subinterfaces of TransferableProduct in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement TransferableProductModifier and TypeClassDescriptionstatic classBuilder Implementation of TransferableProductstatic classImmutable Implementation of TransferableProductMethods in cdm.product.template that return TransferableProductModifier and TypeMethodDescriptionTransferableProduct.build()Build MethodsTransferableProduct.TransferableProductBuilderImpl.build()TransferableProduct.TransferableProductImpl.build()Product.getTransferableProduct()A TransferableProduct is a type of financial product which can be held or transferred, represented as an Asset with the addition of specific EconomicTerms.Product.ProductImpl.getTransferableProduct()Methods in cdm.product.template that return types with arguments of type TransferableProductModifier and TypeMethodDescriptiondefault Class<? extends TransferableProduct> TransferableProduct.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TransferableProduct> TransferableProduct.metaData()Utility MethodsMethods in cdm.product.template with parameters of type TransferableProductModifier and TypeMethodDescriptionProduct.ProductBuilder.setTransferableProduct(TransferableProduct _TransferableProduct) Product.ProductBuilderImpl.setTransferableProduct(TransferableProduct _transferableProduct) -
Uses of TransferableProduct in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type TransferableProductModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super TransferableProduct>> TransferableProductMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super TransferableProduct, com.rosetta.model.lib.qualify.QualifyResult>> TransferableProductMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super TransferableProduct, Set<String>> TransferableProductMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super TransferableProduct> TransferableProductMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TransferableProduct> TransferableProductMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super TransferableProduct> TransferableProductMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TransferableProduct> TransferableProductMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of TransferableProduct in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type TransferableProductModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TransferableProductTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TransferableProduct o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TransferableProductValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TransferableProduct o) -
Uses of TransferableProduct in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type TransferableProductModifier and TypeMethodDescription<T2 extends TransferableProduct>
com.rosetta.model.lib.validation.ValidationResult<TransferableProduct> TransferableProductOnlyExistsValidator.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 TransferableProductModifier and TypeMethodDescription<T2 extends TransferableProduct>
com.rosetta.model.lib.validation.ValidationResult<TransferableProduct> TransferableProductOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)