Uses of Interface
cdm.legaldocumentation.csa.RecalculationOfValueElection
Packages that use RecalculationOfValueElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RecalculationOfValueElection in cdm.legaldocumentation.csa
Subinterfaces of RecalculationOfValueElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement RecalculationOfValueElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of RecalculationOfValueElectionstatic classImmutable Implementation of RecalculationOfValueElectionMethods in cdm.legaldocumentation.csa that return RecalculationOfValueElectionModifier and TypeMethodDescriptionRecalculationOfValueElection.build()Build MethodsRecalculationOfValueElection.RecalculationOfValueElectionBuilderImpl.build()RecalculationOfValueElection.RecalculationOfValueElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type RecalculationOfValueElectionModifier and TypeMethodDescriptionList<? extends RecalculationOfValueElection> RecalculationOfValue.getPartyElection()The parties' Recalculation of Value terms.List<? extends RecalculationOfValueElection> RecalculationOfValue.RecalculationOfValueImpl.getPartyElection()default Class<? extends RecalculationOfValueElection> RecalculationOfValueElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RecalculationOfValueElection> RecalculationOfValueElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type RecalculationOfValueElectionModifier and TypeMethodDescriptionRecalculationOfValue.RecalculationOfValueBuilder.addPartyElection(RecalculationOfValueElection partyElection) RecalculationOfValue.RecalculationOfValueBuilder.addPartyElection(RecalculationOfValueElection partyElection, int idx) RecalculationOfValue.RecalculationOfValueBuilderImpl.addPartyElection(RecalculationOfValueElection _partyElection) RecalculationOfValue.RecalculationOfValueBuilderImpl.addPartyElection(RecalculationOfValueElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type RecalculationOfValueElectionModifier and TypeMethodDescriptionRecalculationOfValue.RecalculationOfValueBuilder.addPartyElection(List<? extends RecalculationOfValueElection> partyElection) RecalculationOfValue.RecalculationOfValueBuilderImpl.addPartyElection(List<? extends RecalculationOfValueElection> partyElections) RecalculationOfValue.RecalculationOfValueBuilder.setPartyElection(List<? extends RecalculationOfValueElection> partyElection) RecalculationOfValue.RecalculationOfValueBuilderImpl.setPartyElection(List<? extends RecalculationOfValueElection> partyElections) -
Uses of RecalculationOfValueElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type RecalculationOfValueElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RecalculationOfValueElection>> RecalculationOfValueElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RecalculationOfValueElection, com.rosetta.model.lib.qualify.QualifyResult>> RecalculationOfValueElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RecalculationOfValueElection, Set<String>> RecalculationOfValueElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RecalculationOfValueElection> RecalculationOfValueElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecalculationOfValueElection> RecalculationOfValueElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RecalculationOfValueElection> RecalculationOfValueElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecalculationOfValueElection> RecalculationOfValueElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RecalculationOfValueElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type RecalculationOfValueElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RecalculationOfValueElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecalculationOfValueElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RecalculationOfValueElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecalculationOfValueElection o) -
Uses of RecalculationOfValueElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type RecalculationOfValueElectionModifier and TypeMethodDescription<T2 extends RecalculationOfValueElection>
com.rosetta.model.lib.validation.ValidationResult<RecalculationOfValueElection> RecalculationOfValueElectionOnlyExistsValidator.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 RecalculationOfValueElectionModifier and TypeMethodDescription<T2 extends RecalculationOfValueElection>
com.rosetta.model.lib.validation.ValidationResult<RecalculationOfValueElection> RecalculationOfValueElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)