Uses of Interface
cdm.legaldocumentation.csa.ThresholdFixedAmount
Packages that use ThresholdFixedAmount
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ThresholdFixedAmount in cdm.legaldocumentation.csa
Subinterfaces of ThresholdFixedAmount in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ThresholdFixedAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of ThresholdFixedAmountstatic classImmutable Implementation of ThresholdFixedAmountMethods in cdm.legaldocumentation.csa that return ThresholdFixedAmountModifier and TypeMethodDescriptionThresholdFixedAmount.build()Build MethodsThresholdFixedAmount.ThresholdFixedAmountBuilderImpl.build()ThresholdFixedAmount.ThresholdFixedAmountImpl.build()ThresholdType.getFixedAmount()Defines that the Threshold is a Fixed Amount.ThresholdType.ThresholdTypeImpl.getFixedAmount()Methods in cdm.legaldocumentation.csa that return types with arguments of type ThresholdFixedAmountModifier and TypeMethodDescriptiondefault Class<? extends ThresholdFixedAmount> ThresholdFixedAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdFixedAmount> ThresholdFixedAmount.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ThresholdFixedAmountModifier and TypeMethodDescriptionThresholdType.ThresholdTypeBuilder.setFixedAmount(ThresholdFixedAmount fixedAmount) ThresholdType.ThresholdTypeBuilderImpl.setFixedAmount(ThresholdFixedAmount _fixedAmount) -
Uses of ThresholdFixedAmount in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ThresholdFixedAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ThresholdFixedAmount>> ThresholdFixedAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ThresholdFixedAmount, com.rosetta.model.lib.qualify.QualifyResult>> ThresholdFixedAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ThresholdFixedAmount, Set<String>> ThresholdFixedAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ThresholdFixedAmount> ThresholdFixedAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdFixedAmount> ThresholdFixedAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ThresholdFixedAmount> ThresholdFixedAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdFixedAmount> ThresholdFixedAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ThresholdFixedAmount in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ThresholdFixedAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdFixedAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdFixedAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdFixedAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdFixedAmount o) -
Uses of ThresholdFixedAmount in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ThresholdFixedAmountModifier and TypeMethodDescription<T2 extends ThresholdFixedAmount>
com.rosetta.model.lib.validation.ValidationResult<ThresholdFixedAmount> ThresholdFixedAmountOnlyExistsValidator.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 ThresholdFixedAmountModifier and TypeMethodDescription<T2 extends ThresholdFixedAmount>
com.rosetta.model.lib.validation.ValidationResult<ThresholdFixedAmount> ThresholdFixedAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)