Uses of Interface
cdm.legaldocumentation.csa.ThresholdType
Packages that use ThresholdType
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ThresholdType in cdm.legaldocumentation.csa
Subinterfaces of ThresholdType in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ThresholdTypeModifier and TypeClassDescriptionstatic classBuilder Implementation of ThresholdTypestatic classImmutable Implementation of ThresholdTypeMethods in cdm.legaldocumentation.csa that return ThresholdTypeModifier and TypeMethodDescriptionThresholdType.build()Build MethodsThresholdType.ThresholdTypeBuilderImpl.build()ThresholdType.ThresholdTypeImpl.build()CSAThreshold.CSAThresholdImpl.getThresholdType()CSAThreshold.getThresholdType()Details whether the threshold is rating based, a fixed amount, or infinity.Methods in cdm.legaldocumentation.csa that return types with arguments of type ThresholdTypeModifier and TypeMethodDescriptiondefault Class<? extends ThresholdType> ThresholdType.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdType> ThresholdType.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ThresholdTypeModifier and TypeMethodDescriptionCSAThreshold.CSAThresholdBuilder.setThresholdType(ThresholdType thresholdType) CSAThreshold.CSAThresholdBuilderImpl.setThresholdType(ThresholdType _thresholdType) -
Uses of ThresholdType in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ThresholdTypeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ThresholdType>> ThresholdTypeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ThresholdType, com.rosetta.model.lib.qualify.QualifyResult>> ThresholdTypeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ThresholdType, Set<String>> ThresholdTypeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ThresholdType> ThresholdTypeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdType> ThresholdTypeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ThresholdType> ThresholdTypeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdType> ThresholdTypeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ThresholdType in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ThresholdTypeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdTypeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdType o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdTypeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdType o) -
Uses of ThresholdType in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ThresholdTypeModifier and TypeMethodDescription<T2 extends ThresholdType>
com.rosetta.model.lib.validation.ValidationResult<ThresholdType> ThresholdTypeOnlyExistsValidator.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 ThresholdTypeModifier and TypeMethodDescription<T2 extends ThresholdType>
com.rosetta.model.lib.validation.ValidationResult<ThresholdType> ThresholdTypeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)