Uses of Interface
cdm.product.collateral.CollateralInterestParameters
Packages that use CollateralInterestParameters
Package
Description
-
Uses of CollateralInterestParameters in cdm.product.collateral
Subinterfaces of CollateralInterestParameters in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement CollateralInterestParametersModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralInterestParametersstatic classImmutable Implementation of CollateralInterestParametersMethods in cdm.product.collateral that return CollateralInterestParametersModifier and TypeMethodDescriptionCollateralInterestParameters.build()Build MethodsCollateralInterestParameters.CollateralInterestParametersBuilderImpl.build()CollateralInterestParameters.CollateralInterestParametersImpl.build()Methods in cdm.product.collateral that return types with arguments of type CollateralInterestParametersModifier and TypeMethodDescriptionList<? extends CollateralInterestParameters> DistributionAndInterestPayment.DistributionAndInterestPaymentImpl.getInterestParameters()List<? extends CollateralInterestParameters> DistributionAndInterestPayment.getInterestParameters()Represents the interest parameters for the various currencies, margin types, posting parties.default Class<? extends CollateralInterestParameters> CollateralInterestParameters.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralInterestParameters> CollateralInterestParameters.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type CollateralInterestParametersModifier and TypeMethodDescriptionDistributionAndInterestPayment.DistributionAndInterestPaymentBuilder.addInterestParameters(CollateralInterestParameters interestParameters) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder.addInterestParameters(CollateralInterestParameters interestParameters, int idx) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl.addInterestParameters(CollateralInterestParameters _interestParameters) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl.addInterestParameters(CollateralInterestParameters _interestParameters, int idx) Method parameters in cdm.product.collateral with type arguments of type CollateralInterestParametersModifier and TypeMethodDescriptionDistributionAndInterestPayment.DistributionAndInterestPaymentBuilder.addInterestParameters(List<? extends CollateralInterestParameters> interestParameters) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl.addInterestParameters(List<? extends CollateralInterestParameters> interestParameterss) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder.setInterestParameters(List<? extends CollateralInterestParameters> interestParameters) DistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl.setInterestParameters(List<? extends CollateralInterestParameters> interestParameterss) -
Uses of CollateralInterestParameters in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type CollateralInterestParametersModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralInterestParameters>> CollateralInterestParametersMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralInterestParameters, com.rosetta.model.lib.qualify.QualifyResult>> CollateralInterestParametersMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralInterestParameters, Set<String>> CollateralInterestParametersMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralInterestParameters> CollateralInterestParametersMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralInterestParameters> CollateralInterestParametersMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralInterestParameters> CollateralInterestParametersMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralInterestParameters> CollateralInterestParametersMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralInterestParameters in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type CollateralInterestParametersModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralInterestParametersTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralInterestParameters o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralInterestParametersValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralInterestParameters o) -
Uses of CollateralInterestParameters in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type CollateralInterestParametersModifier and TypeMethodDescription<T2 extends CollateralInterestParameters>
com.rosetta.model.lib.validation.ValidationResult<CollateralInterestParameters> CollateralInterestParametersOnlyExistsValidator.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 CollateralInterestParametersModifier and TypeMethodDescription<T2 extends CollateralInterestParameters>
com.rosetta.model.lib.validation.ValidationResult<CollateralInterestParameters> CollateralInterestParametersOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)