Uses of Interface
cdm.legaldocumentation.csa.CSAThresholdVariableSet
Packages that use CSAThresholdVariableSet
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CSAThresholdVariableSet in cdm.legaldocumentation.csa
Subinterfaces of CSAThresholdVariableSet in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CSAThresholdVariableSetModifier and TypeClassDescriptionstatic classBuilder Implementation of CSAThresholdVariableSetstatic classImmutable Implementation of CSAThresholdVariableSetMethods in cdm.legaldocumentation.csa that return CSAThresholdVariableSetModifier and TypeMethodDescriptionCSAThresholdVariableSet.build()Build MethodsCSAThresholdVariableSet.CSAThresholdVariableSetBuilderImpl.build()CSAThresholdVariableSet.CSAThresholdVariableSetImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type CSAThresholdVariableSetModifier and TypeMethodDescriptiondefault Class<? extends CSAThresholdVariableSet> CSAThresholdVariableSet.getType()List<? extends CSAThresholdVariableSet> ThresholdRatingsBased.getVariableSet()Defines a combination of Rating Agency, Rating Value, Threshold amount and Currency code.List<? extends CSAThresholdVariableSet> ThresholdRatingsBased.ThresholdRatingsBasedImpl.getVariableSet()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CSAThresholdVariableSet> CSAThresholdVariableSet.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CSAThresholdVariableSetModifier and TypeMethodDescriptionThresholdRatingsBased.ThresholdRatingsBasedBuilder.addVariableSet(CSAThresholdVariableSet variableSet) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.addVariableSet(CSAThresholdVariableSet variableSet, int idx) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addVariableSet(CSAThresholdVariableSet _variableSet) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addVariableSet(CSAThresholdVariableSet _variableSet, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type CSAThresholdVariableSetModifier and TypeMethodDescriptionThresholdRatingsBased.ThresholdRatingsBasedBuilder.addVariableSet(List<? extends CSAThresholdVariableSet> variableSet) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addVariableSet(List<? extends CSAThresholdVariableSet> variableSets) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.setVariableSet(List<? extends CSAThresholdVariableSet> variableSet) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.setVariableSet(List<? extends CSAThresholdVariableSet> variableSets) -
Uses of CSAThresholdVariableSet in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CSAThresholdVariableSetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CSAThresholdVariableSet>> CSAThresholdVariableSetMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CSAThresholdVariableSet, com.rosetta.model.lib.qualify.QualifyResult>> CSAThresholdVariableSetMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CSAThresholdVariableSet, Set<String>> CSAThresholdVariableSetMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CSAThresholdVariableSet> CSAThresholdVariableSetMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSAThresholdVariableSet> CSAThresholdVariableSetMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CSAThresholdVariableSet> CSAThresholdVariableSetMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CSAThresholdVariableSet> CSAThresholdVariableSetMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CSAThresholdVariableSet in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CSAThresholdVariableSetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet o) -
Uses of CSAThresholdVariableSet in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type CSAThresholdVariableSetModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetNameMustExist.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet cSAThresholdVariableSet) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetNameMustExist.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet cSAThresholdVariableSet) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetValueMustExist.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet cSAThresholdVariableSet) List<com.rosetta.model.lib.validation.ValidationResult<?>> CSAThresholdVariableSetValueMustExist.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CSAThresholdVariableSet cSAThresholdVariableSet) -
Uses of CSAThresholdVariableSet in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CSAThresholdVariableSetModifier and TypeMethodDescription<T2 extends CSAThresholdVariableSet>
com.rosetta.model.lib.validation.ValidationResult<CSAThresholdVariableSet> CSAThresholdVariableSetOnlyExistsValidator.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 CSAThresholdVariableSetModifier and TypeMethodDescription<T2 extends CSAThresholdVariableSet>
com.rosetta.model.lib.validation.ValidationResult<CSAThresholdVariableSet> CSAThresholdVariableSetOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)