Uses of Interface
cdm.legaldocumentation.csa.Threshold
Packages that use Threshold
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of Threshold in cdm.legaldocumentation.csa
Subinterfaces of Threshold in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ThresholdModifier and TypeClassDescriptionstatic classBuilder Implementation of Thresholdstatic classImmutable Implementation of ThresholdMethods in cdm.legaldocumentation.csa that return ThresholdModifier and TypeMethodDescriptionThreshold.build()Build MethodsThreshold.ThresholdBuilderImpl.build()Threshold.ThresholdImpl.build()CreditSupportObligations.CreditSupportObligationsImpl.getThreshold()CreditSupportObligations.getThreshold()The amount of net exposure that a party is willing to bear in relation to the other party before it requires asking for collateral.Methods in cdm.legaldocumentation.csa that return types with arguments of type ThresholdModifier and TypeMethodDescriptionThreshold.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold> Threshold.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ThresholdModifier and TypeMethodDescriptionCreditSupportObligations.CreditSupportObligationsBuilder.setThreshold(Threshold threshold) CreditSupportObligations.CreditSupportObligationsBuilderImpl.setThreshold(Threshold _threshold) -
Uses of Threshold in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ThresholdModifier and TypeMethodDescriptionThresholdMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) ThresholdMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) ThresholdMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Threshold> ThresholdMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Threshold> ThresholdMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Threshold> ThresholdMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Threshold> ThresholdMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Threshold in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ThresholdModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Threshold o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Threshold o) -
Uses of Threshold in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ThresholdModifier and TypeMethodDescriptionThresholdOnlyExistsValidator.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 Threshold