Uses of Interface
cdm.legaldocumentation.csa.ControlAgreementElections
Packages that use ControlAgreementElections
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ControlAgreementElections in cdm.legaldocumentation.csa
Subinterfaces of ControlAgreementElections in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ControlAgreementElectionsModifier and TypeClassDescriptionstatic classBuilder Implementation of ControlAgreementElectionsstatic classImmutable Implementation of ControlAgreementElectionsMethods in cdm.legaldocumentation.csa that return ControlAgreementElectionsModifier and TypeMethodDescriptionControlAgreementElections.build()Build MethodsControlAgreementElections.ControlAgreementElectionsBuilderImpl.build()ControlAgreementElections.ControlAgreementElectionsImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type ControlAgreementElectionsModifier and TypeMethodDescriptionList<? extends ControlAgreementElections> ControlAgreement.ControlAgreementImpl.getPartyElection()List<? extends ControlAgreementElections> ControlAgreement.getPartyElection()The party specific elections.default Class<? extends ControlAgreementElections> ControlAgreementElections.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ControlAgreementElections> ControlAgreementElections.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ControlAgreementElectionsModifier and TypeMethodDescriptionControlAgreement.ControlAgreementBuilder.addPartyElection(ControlAgreementElections partyElection) ControlAgreement.ControlAgreementBuilder.addPartyElection(ControlAgreementElections partyElection, int idx) ControlAgreement.ControlAgreementBuilderImpl.addPartyElection(ControlAgreementElections _partyElection) ControlAgreement.ControlAgreementBuilderImpl.addPartyElection(ControlAgreementElections _partyElection, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ControlAgreementElectionsModifier and TypeMethodDescriptionControlAgreement.ControlAgreementBuilder.addPartyElection(List<? extends ControlAgreementElections> partyElection) ControlAgreement.ControlAgreementBuilderImpl.addPartyElection(List<? extends ControlAgreementElections> partyElections) ControlAgreement.ControlAgreementBuilder.setPartyElection(List<? extends ControlAgreementElections> partyElection) ControlAgreement.ControlAgreementBuilderImpl.setPartyElection(List<? extends ControlAgreementElections> partyElections) -
Uses of ControlAgreementElections in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ControlAgreementElectionsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ControlAgreementElections>> ControlAgreementElectionsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ControlAgreementElections, com.rosetta.model.lib.qualify.QualifyResult>> ControlAgreementElectionsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ControlAgreementElections, Set<String>> ControlAgreementElectionsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ControlAgreementElections> ControlAgreementElectionsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ControlAgreementElections> ControlAgreementElectionsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ControlAgreementElections> ControlAgreementElectionsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ControlAgreementElections> ControlAgreementElectionsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ControlAgreementElections in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ControlAgreementElectionsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ControlAgreementElectionsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ControlAgreementElections o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ControlAgreementElectionsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ControlAgreementElections o) -
Uses of ControlAgreementElections in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ControlAgreementElectionsModifier and TypeMethodDescription<T2 extends ControlAgreementElections>
com.rosetta.model.lib.validation.ValidationResult<ControlAgreementElections> ControlAgreementElectionsOnlyExistsValidator.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 ControlAgreementElectionsModifier and TypeMethodDescription<T2 extends ControlAgreementElections>
com.rosetta.model.lib.validation.ValidationResult<ControlAgreementElections> ControlAgreementElectionsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)