Uses of Interface
cdm.product.collateral.ContactElection
Packages that use ContactElection
Package
Description
Common legal agreement concepts.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ContactElection in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common that return ContactElectionModifier and TypeMethodDescriptionAddressForNotices.AddressForNoticesImpl.getPrimaryNotices()AddressForNotices.getPrimaryNotices()Specification of primary notice detailsMethods in cdm.legaldocumentation.common with parameters of type ContactElectionModifier and TypeMethodDescriptionAddressForNotices.AddressForNoticesBuilder.setPrimaryNotices(ContactElection primaryNotices) AddressForNotices.AddressForNoticesBuilderImpl.setPrimaryNotices(ContactElection _primaryNotices) -
Uses of ContactElection in cdm.legaldocumentation.csa
Methods in cdm.legaldocumentation.csa that return ContactElectionModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getAddressesForTransfer()CollateralTransferAgreementElections.getAddressesForTransfer()The optional specification of address for transfer as specified by the respective parties to the agreement.CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getAddressesForTransfer()CreditSupportAgreementElections.getAddressesForTransfer()The optional specification of address for transfer as specified by the respective parties to the agreement.CollateralTransferAgreementElections.CollateralTransferAgreementElectionsImpl.getDemandsAndNotices()CollateralTransferAgreementElections.getDemandsAndNotices()The optional specification of address where the demands, specifications and notices will be communicated to for each of the parties to the agreement.CreditSupportAgreementElections.CreditSupportAgreementElectionsImpl.getDemandsAndNotices()CreditSupportAgreementElections.getDemandsAndNotices()The optional specification of address where the demands, specifications and notices will be communicated to for each of the parties to the agreement.Methods in cdm.legaldocumentation.csa with parameters of type ContactElectionModifier and TypeMethodDescriptionCollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setAddressesForTransfer(ContactElection addressesForTransfer) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setAddressesForTransfer(ContactElection _addressesForTransfer) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setAddressesForTransfer(ContactElection addressesForTransfer) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setAddressesForTransfer(ContactElection _addressesForTransfer) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilder.setDemandsAndNotices(ContactElection demandsAndNotices) CollateralTransferAgreementElections.CollateralTransferAgreementElectionsBuilderImpl.setDemandsAndNotices(ContactElection _demandsAndNotices) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilder.setDemandsAndNotices(ContactElection demandsAndNotices) CreditSupportAgreementElections.CreditSupportAgreementElectionsBuilderImpl.setDemandsAndNotices(ContactElection _demandsAndNotices) -
Uses of ContactElection in cdm.product.collateral
Subinterfaces of ContactElection in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement ContactElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of ContactElectionstatic classImmutable Implementation of ContactElectionMethods in cdm.product.collateral that return ContactElectionModifier and TypeMethodDescriptionContactElection.build()Build MethodsContactElection.ContactElectionBuilderImpl.build()ContactElection.ContactElectionImpl.build()Methods in cdm.product.collateral that return types with arguments of type ContactElectionModifier and TypeMethodDescriptiondefault Class<? extends ContactElection> ContactElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactElection> ContactElection.metaData()Utility Methods -
Uses of ContactElection in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type ContactElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ContactElection>> ContactElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ContactElection, com.rosetta.model.lib.qualify.QualifyResult>> ContactElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ContactElection, Set<String>> ContactElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ContactElection> ContactElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactElection> ContactElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ContactElection> ContactElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactElection> ContactElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ContactElection in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type ContactElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ContactElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ContactElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactElection o) -
Uses of ContactElection in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type ContactElectionModifier and TypeMethodDescription<T2 extends ContactElection>
com.rosetta.model.lib.validation.ValidationResult<ContactElection> ContactElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type ContactElectionModifier and TypeMethodDescription<T2 extends ContactElection>
com.rosetta.model.lib.validation.ValidationResult<ContactElection> ContactElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)