Uses of Interface
cdm.legaldocumentation.csa.CollateralManagementAgreementElection
Packages that use CollateralManagementAgreementElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CollateralManagementAgreementElection in cdm.legaldocumentation.csa
Subinterfaces of CollateralManagementAgreementElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement CollateralManagementAgreementElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of CollateralManagementAgreementElectionstatic classImmutable Implementation of CollateralManagementAgreementElectionMethods in cdm.legaldocumentation.csa that return CollateralManagementAgreementElectionModifier and TypeMethodDescriptionCollateralManagementAgreementElection.build()Build MethodsCollateralManagementAgreementElection.CollateralManagementAgreementElectionBuilderImpl.build()CollateralManagementAgreementElection.CollateralManagementAgreementElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type CollateralManagementAgreementElectionModifier and TypeMethodDescriptionList<? extends CollateralManagementAgreementElection> CollateralManagementAgreement.CollateralManagementAgreementImpl.getPartyElection()List<? extends CollateralManagementAgreementElection> CollateralManagementAgreement.getPartyElection()The parties' Collateral Management Agreement election.default Class<? extends CollateralManagementAgreementElection> CollateralManagementAgreementElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralManagementAgreementElection> CollateralManagementAgreementElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type CollateralManagementAgreementElectionModifier and TypeMethodDescriptionCollateralManagementAgreement.CollateralManagementAgreementBuilder.addPartyElection(CollateralManagementAgreementElection partyElection) CollateralManagementAgreement.CollateralManagementAgreementBuilder.addPartyElection(CollateralManagementAgreementElection partyElection, int idx) CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl.addPartyElection(CollateralManagementAgreementElection _partyElection) CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl.addPartyElection(CollateralManagementAgreementElection _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type CollateralManagementAgreementElectionModifier and TypeMethodDescriptionCollateralManagementAgreement.CollateralManagementAgreementBuilder.addPartyElection(List<? extends CollateralManagementAgreementElection> partyElection) CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl.addPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) CollateralManagementAgreement.CollateralManagementAgreementBuilder.setPartyElection(List<? extends CollateralManagementAgreementElection> partyElection) CollateralManagementAgreement.CollateralManagementAgreementBuilderImpl.setPartyElection(List<? extends CollateralManagementAgreementElection> partyElections) -
Uses of CollateralManagementAgreementElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type CollateralManagementAgreementElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreementElection>> CollateralManagementAgreementElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CollateralManagementAgreementElection, com.rosetta.model.lib.qualify.QualifyResult>> CollateralManagementAgreementElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralManagementAgreementElection, Set<String>> CollateralManagementAgreementElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreementElection> CollateralManagementAgreementElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreementElection> CollateralManagementAgreementElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreementElection> CollateralManagementAgreementElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CollateralManagementAgreementElection> CollateralManagementAgreementElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CollateralManagementAgreementElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type CollateralManagementAgreementElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralManagementAgreementElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralManagementAgreementElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CollateralManagementAgreementElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CollateralManagementAgreementElection o) -
Uses of CollateralManagementAgreementElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type CollateralManagementAgreementElectionModifier and TypeMethodDescription<T2 extends CollateralManagementAgreementElection>
com.rosetta.model.lib.validation.ValidationResult<CollateralManagementAgreementElection> CollateralManagementAgreementElectionOnlyExistsValidator.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 CollateralManagementAgreementElectionModifier and TypeMethodDescription<T2 extends CollateralManagementAgreementElection>
com.rosetta.model.lib.validation.ValidationResult<CollateralManagementAgreementElection> CollateralManagementAgreementElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)