Uses of Interface
cdm.legaldocumentation.csa.SecurityAgreementElections
Packages that use SecurityAgreementElections
Package
Description
Contract (i.e. transaction confirmation) concepts.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of SecurityAgreementElections in cdm.legaldocumentation.contract
Methods in cdm.legaldocumentation.contract that return SecurityAgreementElectionsModifier and TypeMethodDescriptionAgreement.AgreementImpl.getSecurityAgreementElections()Agreement.getSecurityAgreementElections()Elections to specify a Security agreement.Methods in cdm.legaldocumentation.contract with parameters of type SecurityAgreementElectionsModifier and TypeMethodDescriptionAgreement.AgreementBuilder.setSecurityAgreementElections(SecurityAgreementElections securityAgreementElections) Agreement.AgreementBuilderImpl.setSecurityAgreementElections(SecurityAgreementElections _securityAgreementElections) -
Uses of SecurityAgreementElections in cdm.legaldocumentation.csa
Subinterfaces of SecurityAgreementElections in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement SecurityAgreementElectionsModifier and TypeClassDescriptionstatic classBuilder Implementation of SecurityAgreementElectionsstatic classImmutable Implementation of SecurityAgreementElectionsMethods in cdm.legaldocumentation.csa that return SecurityAgreementElectionsModifier and TypeMethodDescriptionSecurityAgreementElections.build()Build MethodsSecurityAgreementElections.SecurityAgreementElectionsBuilderImpl.build()SecurityAgreementElections.SecurityAgreementElectionsImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type SecurityAgreementElectionsModifier and TypeMethodDescriptiondefault Class<? extends SecurityAgreementElections> SecurityAgreementElections.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SecurityAgreementElections> SecurityAgreementElections.metaData()Utility Methods -
Uses of SecurityAgreementElections in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type SecurityAgreementElectionsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SecurityAgreementElections>> SecurityAgreementElectionsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SecurityAgreementElections, com.rosetta.model.lib.qualify.QualifyResult>> SecurityAgreementElectionsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SecurityAgreementElections, Set<String>> SecurityAgreementElectionsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SecurityAgreementElections> SecurityAgreementElectionsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityAgreementElections> SecurityAgreementElectionsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SecurityAgreementElections> SecurityAgreementElectionsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SecurityAgreementElections> SecurityAgreementElectionsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SecurityAgreementElections in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type SecurityAgreementElectionsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityAgreementElectionsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityAgreementElections o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SecurityAgreementElectionsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SecurityAgreementElections o) -
Uses of SecurityAgreementElections in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type SecurityAgreementElectionsModifier and TypeMethodDescription<T2 extends SecurityAgreementElections>
com.rosetta.model.lib.validation.ValidationResult<SecurityAgreementElections> SecurityAgreementElectionsOnlyExistsValidator.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 SecurityAgreementElectionsModifier and TypeMethodDescription<T2 extends SecurityAgreementElections>
com.rosetta.model.lib.validation.ValidationResult<SecurityAgreementElections> SecurityAgreementElectionsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)