Uses of Interface
cdm.product.collateral.InterestAmountApplication
Packages that use InterestAmountApplication
Package
Description
-
Uses of InterestAmountApplication in cdm.product.collateral
Subinterfaces of InterestAmountApplication in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement InterestAmountApplicationModifier and TypeClassDescriptionstatic classBuilder Implementation of InterestAmountApplicationstatic classImmutable Implementation of InterestAmountApplicationMethods in cdm.product.collateral that return InterestAmountApplicationModifier and TypeMethodDescriptionInterestAmountApplication.build()Build MethodsInterestAmountApplication.InterestAmountApplicationBuilderImpl.build()InterestAmountApplication.InterestAmountApplicationImpl.build()CollateralInterestHandlingParameters.CollateralInterestHandlingParametersImpl.getInterestAmountApplication()CollateralInterestHandlingParameters.getInterestAmountApplication()The application of Interest Amount with respect to the Delivery Amount and the Return Amount.Methods in cdm.product.collateral that return types with arguments of type InterestAmountApplicationModifier and TypeMethodDescriptiondefault Class<? extends InterestAmountApplication> InterestAmountApplication.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAmountApplication> InterestAmountApplication.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type InterestAmountApplicationModifier and TypeMethodDescriptionCollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilder.setInterestAmountApplication(InterestAmountApplication interestAmountApplication) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.setInterestAmountApplication(InterestAmountApplication _interestAmountApplication) -
Uses of InterestAmountApplication in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type InterestAmountApplicationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InterestAmountApplication>> InterestAmountApplicationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InterestAmountApplication, com.rosetta.model.lib.qualify.QualifyResult>> InterestAmountApplicationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestAmountApplication, Set<String>> InterestAmountApplicationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InterestAmountApplication> InterestAmountApplicationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAmountApplication> InterestAmountApplicationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InterestAmountApplication> InterestAmountApplicationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAmountApplication> InterestAmountApplicationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InterestAmountApplication in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type InterestAmountApplicationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAmountApplicationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAmountApplication o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAmountApplicationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAmountApplication o) -
Uses of InterestAmountApplication in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type InterestAmountApplicationModifier and TypeMethodDescription<T2 extends InterestAmountApplication>
com.rosetta.model.lib.validation.ValidationResult<InterestAmountApplication> InterestAmountApplicationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type InterestAmountApplicationModifier and TypeMethodDescription<T2 extends InterestAmountApplication>
com.rosetta.model.lib.validation.ValidationResult<InterestAmountApplication> InterestAmountApplicationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)