Uses of Interface
cdm.legaldocumentation.csa.ThresholdElection
Packages that use ThresholdElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ThresholdElection in cdm.legaldocumentation.csa
Subinterfaces of ThresholdElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ThresholdElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of ThresholdElectionstatic classImmutable Implementation of ThresholdElectionMethods in cdm.legaldocumentation.csa that return ThresholdElectionModifier and TypeMethodDescriptionThresholdElection.build()Build MethodsThresholdElection.ThresholdElectionBuilderImpl.build()ThresholdElection.ThresholdElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type ThresholdElectionModifier and TypeMethodDescriptionList<? extends ThresholdElection> Threshold.getPartyElection()The party specific election for the threshold clause.List<? extends ThresholdElection> Threshold.ThresholdImpl.getPartyElection()default Class<? extends ThresholdElection> ThresholdElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdElection> ThresholdElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ThresholdElectionModifier and TypeMethodDescriptionThreshold.ThresholdBuilder.addPartyElection(ThresholdElection partyElection) Threshold.ThresholdBuilder.addPartyElection(ThresholdElection partyElection, int idx) Threshold.ThresholdBuilderImpl.addPartyElection(ThresholdElection _partyElection) Threshold.ThresholdBuilderImpl.addPartyElection(ThresholdElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ThresholdElectionModifier and TypeMethodDescriptionThreshold.ThresholdBuilder.addPartyElection(List<? extends ThresholdElection> partyElection) Threshold.ThresholdBuilderImpl.addPartyElection(List<? extends ThresholdElection> partyElections) Threshold.ThresholdBuilder.setPartyElection(List<? extends ThresholdElection> partyElection) Threshold.ThresholdBuilderImpl.setPartyElection(List<? extends ThresholdElection> partyElections) -
Uses of ThresholdElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ThresholdElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ThresholdElection>> ThresholdElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ThresholdElection, com.rosetta.model.lib.qualify.QualifyResult>> ThresholdElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ThresholdElection, Set<String>> ThresholdElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ThresholdElection> ThresholdElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdElection> ThresholdElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ThresholdElection> ThresholdElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ThresholdElection> ThresholdElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ThresholdElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ThresholdElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdElection o) -
Uses of ThresholdElection in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type ThresholdElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdElectionThresholdOneOf.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdElection thresholdElection) List<com.rosetta.model.lib.validation.ValidationResult<?>> ThresholdElectionThresholdOneOf.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ThresholdElection thresholdElection) -
Uses of ThresholdElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ThresholdElectionModifier and TypeMethodDescription<T2 extends ThresholdElection>
com.rosetta.model.lib.validation.ValidationResult<ThresholdElection> ThresholdElectionOnlyExistsValidator.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 ThresholdElectionModifier and TypeMethodDescription<T2 extends ThresholdElection>
com.rosetta.model.lib.validation.ValidationResult<ThresholdElection> ThresholdElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)