Uses of Interface
cdm.legaldocumentation.csa.LegacyResolutionValue
Packages that use LegacyResolutionValue
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyResolutionValue in cdm.legaldocumentation.csa
Subinterfaces of LegacyResolutionValue in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement LegacyResolutionValueModifier and TypeClassDescriptionstatic classBuilder Implementation of LegacyResolutionValuestatic classImmutable Implementation of LegacyResolutionValueMethods in cdm.legaldocumentation.csa that return LegacyResolutionValueModifier and TypeMethodDescriptionLegacyResolutionValue.build()Build MethodsLegacyResolutionValue.LegacyResolutionValueBuilderImpl.build()LegacyResolutionValue.LegacyResolutionValueImpl.build()DisputeResolution.DisputeResolutionImpl.getLegacyValue()DisputeResolution.getLegacyValue()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 LegacyResolutionValueModifier and TypeMethodDescriptiondefault Class<? extends LegacyResolutionValue> LegacyResolutionValue.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyResolutionValue> LegacyResolutionValue.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type LegacyResolutionValueModifier and TypeMethodDescriptionDisputeResolution.DisputeResolutionBuilder.setLegacyValue(LegacyResolutionValue legacyValue) DisputeResolution.DisputeResolutionBuilderImpl.setLegacyValue(LegacyResolutionValue _legacyValue) -
Uses of LegacyResolutionValue in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type LegacyResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegacyResolutionValue>> LegacyResolutionValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegacyResolutionValue, com.rosetta.model.lib.qualify.QualifyResult>> LegacyResolutionValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegacyResolutionValue, Set<String>> LegacyResolutionValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegacyResolutionValue> LegacyResolutionValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyResolutionValue> LegacyResolutionValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegacyResolutionValue> LegacyResolutionValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegacyResolutionValue> LegacyResolutionValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegacyResolutionValue in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type LegacyResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyResolutionValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyResolutionValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyResolutionValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyResolutionValue o) -
Uses of LegacyResolutionValue in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type LegacyResolutionValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyResolutionValueOtherValues.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyResolutionValue legacyResolutionValue) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegacyResolutionValueOtherValues.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegacyResolutionValue legacyResolutionValue) -
Uses of LegacyResolutionValue in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type LegacyResolutionValueModifier and TypeMethodDescription<T2 extends LegacyResolutionValue>
com.rosetta.model.lib.validation.ValidationResult<LegacyResolutionValue> LegacyResolutionValueOnlyExistsValidator.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 LegacyResolutionValueModifier and TypeMethodDescription<T2 extends LegacyResolutionValue>
com.rosetta.model.lib.validation.ValidationResult<LegacyResolutionValue> LegacyResolutionValueOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)