Uses of Interface
cdm.legaldocumentation.csa.InterestAmount
Packages that use InterestAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of InterestAmount in cdm.legaldocumentation.csa
Subinterfaces of InterestAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement InterestAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of InterestAmountstatic classImmutable Implementation of InterestAmountMethods in cdm.legaldocumentation.csa that return InterestAmountModifier and TypeMethodDescriptionInterestAmount.build()Build MethodsInterestAmount.InterestAmountBuilderImpl.build()InterestAmount.InterestAmountImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type InterestAmountModifier and TypeMethodDescriptiondefault Class<? extends InterestAmount> InterestAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAmount> InterestAmount.metaData()Utility Methods -
Uses of InterestAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type InterestAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InterestAmount>> InterestAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InterestAmount, com.rosetta.model.lib.qualify.QualifyResult>> InterestAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestAmount, Set<String>> InterestAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InterestAmount> InterestAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAmount> InterestAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InterestAmount> InterestAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestAmount> InterestAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InterestAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type InterestAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InterestAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o) -
Uses of InterestAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type InterestAmountModifier and TypeMethodDescription<T2 extends InterestAmount>
com.rosetta.model.lib.validation.ValidationResult<InterestAmount> InterestAmountOnlyExistsValidator.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 InterestAmountModifier and TypeMethodDescription<T2 extends InterestAmount>
com.rosetta.model.lib.validation.ValidationResult<InterestAmount> InterestAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)