Uses of Interface
cdm.product.asset.CorrelationReturnTerms
Packages that use CorrelationReturnTerms
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of CorrelationReturnTerms in cdm.product.asset
Subinterfaces of CorrelationReturnTerms in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement CorrelationReturnTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of CorrelationReturnTermsstatic classImmutable Implementation of CorrelationReturnTermsMethods in cdm.product.asset that return CorrelationReturnTermsModifier and TypeMethodDescriptionCorrelationReturnTerms.build()Build MethodsCorrelationReturnTerms.CorrelationReturnTermsBuilderImpl.build()CorrelationReturnTerms.CorrelationReturnTermsImpl.build()Methods in cdm.product.asset that return types with arguments of type CorrelationReturnTermsModifier and TypeMethodDescriptiondefault Class<? extends CorrelationReturnTerms> CorrelationReturnTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CorrelationReturnTerms> CorrelationReturnTerms.metaData()Utility Methods -
Uses of CorrelationReturnTerms in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type CorrelationReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CorrelationReturnTerms>> CorrelationReturnTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CorrelationReturnTerms, com.rosetta.model.lib.qualify.QualifyResult>> CorrelationReturnTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CorrelationReturnTerms, Set<String>> CorrelationReturnTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CorrelationReturnTerms> CorrelationReturnTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CorrelationReturnTerms> CorrelationReturnTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CorrelationReturnTerms> CorrelationReturnTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CorrelationReturnTerms> CorrelationReturnTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CorrelationReturnTerms in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type CorrelationReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms o) -
Uses of CorrelationReturnTerms in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type CorrelationReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsCorrelationValue.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms correlationReturnTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsCorrelationValue.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms correlationReturnTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsPositiveNumberOfDataSeries.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms correlationReturnTerms) List<com.rosetta.model.lib.validation.ValidationResult<?>> CorrelationReturnTermsPositiveNumberOfDataSeries.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CorrelationReturnTerms correlationReturnTerms) -
Uses of CorrelationReturnTerms in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type CorrelationReturnTermsModifier and TypeMethodDescription<T2 extends CorrelationReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<CorrelationReturnTerms> CorrelationReturnTermsOnlyExistsValidator.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 CorrelationReturnTermsModifier and TypeMethodDescription<T2 extends CorrelationReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<CorrelationReturnTerms> CorrelationReturnTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of CorrelationReturnTerms in cdm.product.template
Methods in cdm.product.template that return CorrelationReturnTermsModifier and TypeMethodDescriptionReturnTerms.getCorrelationReturnTerms()Return terms based upon the observed correlation between the components of the underlying basket.ReturnTerms.ReturnTermsImpl.getCorrelationReturnTerms()Methods in cdm.product.template with parameters of type CorrelationReturnTermsModifier and TypeMethodDescriptionPortfolioReturnTerms.PortfolioReturnTermsBuilder.setCorrelationReturnTerms(CorrelationReturnTerms correlationReturnTerms) PortfolioReturnTerms.PortfolioReturnTermsBuilderImpl.setCorrelationReturnTerms(CorrelationReturnTerms _correlationReturnTerms) ReturnTerms.ReturnTermsBuilder.setCorrelationReturnTerms(CorrelationReturnTerms correlationReturnTerms) ReturnTerms.ReturnTermsBuilderImpl.setCorrelationReturnTerms(CorrelationReturnTerms _correlationReturnTerms)