Uses of Interface
cdm.legaldocumentation.csa.RecalculationOfValue
Packages that use RecalculationOfValue
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RecalculationOfValue in cdm.legaldocumentation.csa
Subinterfaces of RecalculationOfValue in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement RecalculationOfValueModifier and TypeClassDescriptionstatic classBuilder Implementation of RecalculationOfValuestatic classImmutable Implementation of RecalculationOfValueMethods in cdm.legaldocumentation.csa that return RecalculationOfValueModifier and TypeMethodDescriptionRecalculationOfValue.build()Build MethodsRecalculationOfValue.RecalculationOfValueBuilderImpl.build()RecalculationOfValue.RecalculationOfValueImpl.build()DisputeResolution.DisputeResolutionImpl.getRecalculationOfValue()DisputeResolution.getRecalculationOfValue()The elections to specify terms for recalculation of the market value of posted collateral.Methods in cdm.legaldocumentation.csa that return types with arguments of type RecalculationOfValueModifier and TypeMethodDescriptiondefault Class<? extends RecalculationOfValue> RecalculationOfValue.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RecalculationOfValue> RecalculationOfValue.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type RecalculationOfValueModifier and TypeMethodDescriptionDisputeResolution.DisputeResolutionBuilder.setRecalculationOfValue(RecalculationOfValue recalculationOfValue) DisputeResolution.DisputeResolutionBuilderImpl.setRecalculationOfValue(RecalculationOfValue _recalculationOfValue) -
Uses of RecalculationOfValue in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type RecalculationOfValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RecalculationOfValue>> RecalculationOfValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RecalculationOfValue, com.rosetta.model.lib.qualify.QualifyResult>> RecalculationOfValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RecalculationOfValue, Set<String>> RecalculationOfValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RecalculationOfValue> RecalculationOfValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecalculationOfValue> RecalculationOfValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RecalculationOfValue> RecalculationOfValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecalculationOfValue> RecalculationOfValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RecalculationOfValue in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type RecalculationOfValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RecalculationOfValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecalculationOfValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RecalculationOfValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecalculationOfValue o) -
Uses of RecalculationOfValue in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type RecalculationOfValueModifier and TypeMethodDescription<T2 extends RecalculationOfValue>
com.rosetta.model.lib.validation.ValidationResult<RecalculationOfValue> RecalculationOfValueOnlyExistsValidator.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 RecalculationOfValueModifier and TypeMethodDescription<T2 extends RecalculationOfValue>
com.rosetta.model.lib.validation.ValidationResult<RecalculationOfValue> RecalculationOfValueOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)