Uses of Interface
cdm.product.template.ReturnTerms
Packages that use ReturnTerms
Package
Description
Template feature concepts to define payouts.
-
Uses of ReturnTerms in cdm.product.template
Subinterfaces of ReturnTerms in cdm.product.templateModifier and TypeInterfaceDescriptioninterfaceSpecifies an individual type of return of a Performance Payout, when such individual return is part of an aggregation of multiple similar returns, at Performance Payout level.static interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.product.template that implement ReturnTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of PortfolioReturnTermsstatic classImmutable Implementation of PortfolioReturnTermsstatic classBuilder Implementation of ReturnTermsstatic classImmutable Implementation of ReturnTermsMethods in cdm.product.template that return ReturnTermsModifier and TypeMethodDescriptionReturnTerms.build()Build MethodsReturnTerms.ReturnTermsBuilderImpl.build()ReturnTerms.ReturnTermsImpl.build()PerformancePayout.getReturnTerms()Specifies the type of return of a performance payout.PerformancePayout.PerformancePayoutImpl.getReturnTerms()Methods in cdm.product.template that return types with arguments of type ReturnTermsModifier and TypeMethodDescriptiondefault Class<? extends ReturnTerms> ReturnTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReturnTerms> ReturnTerms.metaData()Utility MethodsMethods in cdm.product.template with parameters of type ReturnTermsModifier and TypeMethodDescriptionPerformancePayout.PerformancePayoutBuilder.setReturnTerms(ReturnTerms returnTerms) PerformancePayout.PerformancePayoutBuilderImpl.setReturnTerms(ReturnTerms _returnTerms) -
Uses of ReturnTerms in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type ReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReturnTerms>> ReturnTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReturnTerms, com.rosetta.model.lib.qualify.QualifyResult>> ReturnTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReturnTerms, Set<String>> ReturnTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReturnTerms> ReturnTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnTerms> ReturnTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReturnTerms> ReturnTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnTerms> ReturnTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReturnTerms in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type ReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnTerms o) -
Uses of ReturnTerms in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type ReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnTermsReturnTermsExists.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnTerms returnTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnTermsReturnTermsExists.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnTerms returnTerms) -
Uses of ReturnTerms in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type ReturnTermsModifier and TypeMethodDescription<T2 extends ReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<ReturnTerms> ReturnTermsOnlyExistsValidator.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 ReturnTermsModifier and TypeMethodDescription<T2 extends ReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<ReturnTerms> ReturnTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)