Uses of Interface
cdm.product.template.PortfolioReturnTerms
Packages that use PortfolioReturnTerms
Package
Description
Template feature concepts to define payouts.
-
Uses of PortfolioReturnTerms in cdm.product.template
Subinterfaces of PortfolioReturnTerms in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement PortfolioReturnTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of PortfolioReturnTermsstatic classImmutable Implementation of PortfolioReturnTermsMethods in cdm.product.template that return PortfolioReturnTermsModifier and TypeMethodDescriptionPortfolioReturnTerms.build()Build MethodsPortfolioReturnTerms.PortfolioReturnTermsBuilderImpl.build()PortfolioReturnTerms.PortfolioReturnTermsImpl.build()Methods in cdm.product.template that return types with arguments of type PortfolioReturnTermsModifier and TypeMethodDescriptionList<? extends PortfolioReturnTerms> PerformancePayout.getPortfolioReturnTerms()Specifies 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 levelList<? extends PortfolioReturnTerms> PerformancePayout.PerformancePayoutImpl.getPortfolioReturnTerms()default Class<? extends PortfolioReturnTerms> PortfolioReturnTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PortfolioReturnTerms> PortfolioReturnTerms.metaData()Utility MethodsMethods in cdm.product.template with parameters of type PortfolioReturnTermsModifier and TypeMethodDescriptionPerformancePayout.PerformancePayoutBuilder.addPortfolioReturnTerms(PortfolioReturnTerms portfolioReturnTerms) PerformancePayout.PerformancePayoutBuilder.addPortfolioReturnTerms(PortfolioReturnTerms portfolioReturnTerms, int idx) PerformancePayout.PerformancePayoutBuilderImpl.addPortfolioReturnTerms(PortfolioReturnTerms _portfolioReturnTerms) PerformancePayout.PerformancePayoutBuilderImpl.addPortfolioReturnTerms(PortfolioReturnTerms _portfolioReturnTerms, int idx) Method parameters in cdm.product.template with type arguments of type PortfolioReturnTermsModifier and TypeMethodDescriptionPerformancePayout.PerformancePayoutBuilder.addPortfolioReturnTerms(List<? extends PortfolioReturnTerms> portfolioReturnTerms) PerformancePayout.PerformancePayoutBuilderImpl.addPortfolioReturnTerms(List<? extends PortfolioReturnTerms> portfolioReturnTermss) PerformancePayout.PerformancePayoutBuilder.setPortfolioReturnTerms(List<? extends PortfolioReturnTerms> portfolioReturnTerms) PerformancePayout.PerformancePayoutBuilderImpl.setPortfolioReturnTerms(List<? extends PortfolioReturnTerms> portfolioReturnTermss) -
Uses of PortfolioReturnTerms in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type PortfolioReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PortfolioReturnTerms>> PortfolioReturnTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PortfolioReturnTerms, com.rosetta.model.lib.qualify.QualifyResult>> PortfolioReturnTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PortfolioReturnTerms, Set<String>> PortfolioReturnTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PortfolioReturnTerms> PortfolioReturnTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PortfolioReturnTerms> PortfolioReturnTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PortfolioReturnTerms> PortfolioReturnTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PortfolioReturnTerms> PortfolioReturnTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PortfolioReturnTerms in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type PortfolioReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PortfolioReturnTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PortfolioReturnTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PortfolioReturnTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PortfolioReturnTerms o) -
Uses of PortfolioReturnTerms in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type PortfolioReturnTermsModifier and TypeMethodDescription<T2 extends PortfolioReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<PortfolioReturnTerms> PortfolioReturnTermsOnlyExistsValidator.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 PortfolioReturnTermsModifier and TypeMethodDescription<T2 extends PortfolioReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<PortfolioReturnTerms> PortfolioReturnTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)