Uses of Interface
cdm.legaldocumentation.csa.ResolutionValue
Packages that use ResolutionValue
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ResolutionValue in cdm.legaldocumentation.csa
Subinterfaces of ResolutionValue in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ResolutionValueModifier and TypeClassDescriptionstatic classBuilder Implementation of ResolutionValuestatic classImmutable Implementation of ResolutionValueMethods in cdm.legaldocumentation.csa that return ResolutionValueModifier and TypeMethodDescriptionResolutionValue.build()Build MethodsResolutionValue.ResolutionValueBuilderImpl.build()ResolutionValue.ResolutionValueImpl.build()DisputeResolution.DisputeResolutionImpl.getValue()DisputeResolution.getValue()Methodology for resolving disputes in respect of the determination of the value of collateral.Methods in cdm.legaldocumentation.csa that return types with arguments of type ResolutionValueModifier and TypeMethodDescriptiondefault Class<? extends ResolutionValue> ResolutionValue.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ResolutionValue> ResolutionValue.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ResolutionValueModifier and TypeMethodDescriptionDisputeResolution.DisputeResolutionBuilder.setValue(ResolutionValue value) DisputeResolution.DisputeResolutionBuilderImpl.setValue(ResolutionValue _value) -
Uses of ResolutionValue in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ResolutionValue>> ResolutionValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ResolutionValue, com.rosetta.model.lib.qualify.QualifyResult>> ResolutionValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ResolutionValue, Set<String>> ResolutionValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ResolutionValue> ResolutionValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ResolutionValue> ResolutionValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ResolutionValue> ResolutionValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ResolutionValue> ResolutionValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ResolutionValue in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ResolutionValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResolutionValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ResolutionValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResolutionValue o) -
Uses of ResolutionValue in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type ResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ResolutionValueOtherValues.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResolutionValue resolutionValue) List<com.rosetta.model.lib.validation.ValidationResult<?>> ResolutionValueOtherValues.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ResolutionValue resolutionValue) -
Uses of ResolutionValue in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ResolutionValueModifier and TypeMethodDescription<T2 extends ResolutionValue>
com.rosetta.model.lib.validation.ValidationResult<ResolutionValue> ResolutionValueOnlyExistsValidator.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 ResolutionValueModifier and TypeMethodDescription<T2 extends ResolutionValue>
com.rosetta.model.lib.validation.ValidationResult<ResolutionValue> ResolutionValueOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)