Uses of Interface
cdm.legaldocumentation.csa.InterestAdjustment
Packages that use InterestAdjustment
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of InterestAdjustment in cdm.legaldocumentation.csa
Subinterfaces of InterestAdjustment in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement InterestAdjustmentModifier and TypeClassDescriptionstatic classBuilder Implementation of InterestAdjustmentstatic classImmutable Implementation of InterestAdjustmentMethods in cdm.legaldocumentation.csa that return InterestAdjustmentModifier and TypeMethodDescriptionInterestAdjustment.build()Build MethodsInterestAdjustment.InterestAdjustmentBuilderImpl.build()InterestAdjustment.InterestAdjustmentImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type InterestAdjustmentModifier and TypeMethodDescriptiondefault Class<? extends InterestAdjustment> InterestAdjustment.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAdjustment> InterestAdjustment.metaData()Utility Methods -
Uses of InterestAdjustment in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type InterestAdjustmentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InterestAdjustment>> InterestAdjustmentMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InterestAdjustment, com.rosetta.model.lib.qualify.QualifyResult>> InterestAdjustmentMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestAdjustment, Set<String>> InterestAdjustmentMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InterestAdjustment> InterestAdjustmentMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAdjustment> InterestAdjustmentMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InterestAdjustment> InterestAdjustmentMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAdjustment> InterestAdjustmentMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InterestAdjustment in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type InterestAdjustmentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAdjustmentTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAdjustmentValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o) -
Uses of InterestAdjustment in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type InterestAdjustmentModifier and TypeMethodDescription<T2 extends InterestAdjustment>
com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> InterestAdjustmentOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.csa.validation.exists that return types with arguments of type InterestAdjustmentModifier and TypeMethodDescription<T2 extends InterestAdjustment>
com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> InterestAdjustmentOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)