Uses of Interface
cdm.product.template.DividendTerms
Packages that use DividendTerms
Package
Description
Template feature concepts to define payouts.
-
Uses of DividendTerms in cdm.product.template
Subinterfaces of DividendTerms in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement DividendTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of DividendTermsstatic classImmutable Implementation of DividendTermsMethods in cdm.product.template that return DividendTermsModifier and TypeMethodDescriptionDividendTerms.build()Build MethodsDividendTerms.DividendTermsBuilderImpl.build()DividendTerms.DividendTermsImpl.build()AssetPayout.AssetPayoutImpl.getDividendTerms()AssetPayout.getDividendTerms()Specifies the terms under which dividends received by the borrower are passed through to the lender.Methods in cdm.product.template that return types with arguments of type DividendTermsModifier and TypeMethodDescriptiondefault Class<? extends DividendTerms> DividendTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DividendTerms> DividendTerms.metaData()Utility MethodsMethods in cdm.product.template with parameters of type DividendTermsModifier and TypeMethodDescriptionAssetPayout.AssetPayoutBuilder.setDividendTerms(DividendTerms dividendTerms) AssetPayout.AssetPayoutBuilderImpl.setDividendTerms(DividendTerms _dividendTerms) -
Uses of DividendTerms in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type DividendTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DividendTerms>> DividendTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DividendTerms, com.rosetta.model.lib.qualify.QualifyResult>> DividendTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DividendTerms, Set<String>> DividendTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DividendTerms> DividendTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DividendTerms> DividendTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DividendTerms> DividendTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DividendTerms> DividendTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DividendTerms in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type DividendTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DividendTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DividendTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DividendTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DividendTerms o) -
Uses of DividendTerms in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type DividendTermsModifier and TypeMethodDescription<T2 extends DividendTerms>
com.rosetta.model.lib.validation.ValidationResult<DividendTerms> DividendTermsOnlyExistsValidator.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 DividendTermsModifier and TypeMethodDescription<T2 extends DividendTerms>
com.rosetta.model.lib.validation.ValidationResult<DividendTerms> DividendTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)