Uses of Interface
cdm.legaldocumentation.csa.CollateralValuationAgentElection
Packages that use CollateralValuationAgentElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CollateralValuationAgentElection in cdm.legaldocumentation.csa
Subinterfaces of CollateralValuationAgentElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CollateralValuationAgentElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralValuationAgentElectionstatic classImmutable Implementation of CollateralValuationAgentElectionMethods in cdm.legaldocumentation.csa that return CollateralValuationAgentElectionModifier and TypeMethodDescriptionCollateralValuationAgentElection.build()Build MethodsCollateralValuationAgentElection.CollateralValuationAgentElectionBuilderImpl.build()CollateralValuationAgentElection.CollateralValuationAgentElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type CollateralValuationAgentElectionModifier and TypeMethodDescriptionList<? extends CollateralValuationAgentElection> CollateralValuationAgent.CollateralValuationAgentImpl.getPartyElection()List<? extends CollateralValuationAgentElection> CollateralValuationAgent.getPartyElection()The parties Collateral Valuation Agent Elections.default Class<? extends CollateralValuationAgentElection> CollateralValuationAgentElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralValuationAgentElection> CollateralValuationAgentElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CollateralValuationAgentElectionModifier and TypeMethodDescriptionCollateralValuationAgent.CollateralValuationAgentBuilder.addPartyElection(CollateralValuationAgentElection partyElection) CollateralValuationAgent.CollateralValuationAgentBuilder.addPartyElection(CollateralValuationAgentElection partyElection, int idx) CollateralValuationAgent.CollateralValuationAgentBuilderImpl.addPartyElection(CollateralValuationAgentElection _partyElection) CollateralValuationAgent.CollateralValuationAgentBuilderImpl.addPartyElection(CollateralValuationAgentElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type CollateralValuationAgentElectionModifier and TypeMethodDescriptionCollateralValuationAgent.CollateralValuationAgentBuilder.addPartyElection(List<? extends CollateralValuationAgentElection> partyElection) CollateralValuationAgent.CollateralValuationAgentBuilderImpl.addPartyElection(List<? extends CollateralValuationAgentElection> partyElections) CollateralValuationAgent.CollateralValuationAgentBuilder.setPartyElection(List<? extends CollateralValuationAgentElection> partyElection) CollateralValuationAgent.CollateralValuationAgentBuilderImpl.setPartyElection(List<? extends CollateralValuationAgentElection> partyElections) -
Uses of CollateralValuationAgentElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CollateralValuationAgentElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralValuationAgentElection>> CollateralValuationAgentElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralValuationAgentElection, com.rosetta.model.lib.qualify.QualifyResult>> CollateralValuationAgentElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralValuationAgentElection, Set<String>> CollateralValuationAgentElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralValuationAgentElection> CollateralValuationAgentElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralValuationAgentElection> CollateralValuationAgentElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralValuationAgentElection> CollateralValuationAgentElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralValuationAgentElection> CollateralValuationAgentElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralValuationAgentElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CollateralValuationAgentElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValuationAgentElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValuationAgentElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralValuationAgentElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralValuationAgentElection o) -
Uses of CollateralValuationAgentElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CollateralValuationAgentElectionModifier and TypeMethodDescription<T2 extends CollateralValuationAgentElection>
com.rosetta.model.lib.validation.ValidationResult<CollateralValuationAgentElection> CollateralValuationAgentElectionOnlyExistsValidator.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 CollateralValuationAgentElectionModifier and TypeMethodDescription<T2 extends CollateralValuationAgentElection>
com.rosetta.model.lib.validation.ValidationResult<CollateralValuationAgentElection> CollateralValuationAgentElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)