Uses of Interface
cdm.legaldocumentation.csa.ElectiveAmountElection
Packages that use ElectiveAmountElection
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa
Subinterfaces of ElectiveAmountElection in cdm.legaldocumentation.csaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.csa that implement ElectiveAmountElectionModifier and TypeClassDescriptionstatic classBuilder Implementation of ElectiveAmountElectionstatic classImmutable Implementation of ElectiveAmountElectionMethods in cdm.legaldocumentation.csa that return ElectiveAmountElectionModifier and TypeMethodDescriptionElectiveAmountElection.build()Build MethodsElectiveAmountElection.ElectiveAmountElectionBuilderImpl.build()ElectiveAmountElection.ElectiveAmountElectionImpl.build()Methods in cdm.legaldocumentation.csa that return types with arguments of type ElectiveAmountElectionModifier and TypeMethodDescriptionList<? extends ElectiveAmountElection> MinimumTransferAmount.getPartyElection()The parties' minimum transfer amount elections.List<? extends ElectiveAmountElection> MinimumTransferAmount.MinimumTransferAmountImpl.getPartyElection()List<? extends ElectiveAmountElection> Threshold.getPartyElection()The parties' Threshold election.List<? extends ElectiveAmountElection> Threshold.ThresholdImpl.getPartyElection()List<? extends ElectiveAmountElection> MinimumTransferAmountAmendment.getPartyElections()The party elective amounts.List<? extends ElectiveAmountElection> MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentImpl.getPartyElections()default Class<? extends ElectiveAmountElection> ElectiveAmountElection.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ElectiveAmountElection> ElectiveAmountElection.metaData()Utility MethodsMethods in cdm.legaldocumentation.csa with parameters of type ElectiveAmountElectionModifier and TypeMethodDescriptionMinimumTransferAmount.MinimumTransferAmountBuilder.addPartyElection(ElectiveAmountElection partyElection) MinimumTransferAmount.MinimumTransferAmountBuilder.addPartyElection(ElectiveAmountElection partyElection, int idx) MinimumTransferAmount.MinimumTransferAmountBuilderImpl.addPartyElection(ElectiveAmountElection _partyElection) MinimumTransferAmount.MinimumTransferAmountBuilderImpl.addPartyElection(ElectiveAmountElection _partyElection, int idx) Threshold.ThresholdBuilder.addPartyElection(ElectiveAmountElection partyElection) Threshold.ThresholdBuilder.addPartyElection(ElectiveAmountElection partyElection, int idx) Threshold.ThresholdBuilderImpl.addPartyElection(ElectiveAmountElection _partyElection) Threshold.ThresholdBuilderImpl.addPartyElection(ElectiveAmountElection _partyElection, int idx) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder.addPartyElections(ElectiveAmountElection partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder.addPartyElections(ElectiveAmountElection partyElections, int idx) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl.addPartyElections(ElectiveAmountElection _partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl.addPartyElections(ElectiveAmountElection _partyElections, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ElectiveAmountElectionModifier and TypeMethodDescriptionMinimumTransferAmount.MinimumTransferAmountBuilder.addPartyElection(List<? extends ElectiveAmountElection> partyElection) MinimumTransferAmount.MinimumTransferAmountBuilderImpl.addPartyElection(List<? extends ElectiveAmountElection> partyElections) Threshold.ThresholdBuilder.addPartyElection(List<? extends ElectiveAmountElection> partyElection) Threshold.ThresholdBuilderImpl.addPartyElection(List<? extends ElectiveAmountElection> partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder.addPartyElections(List<? extends ElectiveAmountElection> partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl.addPartyElections(List<? extends ElectiveAmountElection> partyElectionss) MinimumTransferAmount.MinimumTransferAmountBuilder.setPartyElection(List<? extends ElectiveAmountElection> partyElection) MinimumTransferAmount.MinimumTransferAmountBuilderImpl.setPartyElection(List<? extends ElectiveAmountElection> partyElections) Threshold.ThresholdBuilder.setPartyElection(List<? extends ElectiveAmountElection> partyElection) Threshold.ThresholdBuilderImpl.setPartyElection(List<? extends ElectiveAmountElection> partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilder.setPartyElections(List<? extends ElectiveAmountElection> partyElections) MinimumTransferAmountAmendment.MinimumTransferAmountAmendmentBuilderImpl.setPartyElections(List<? extends ElectiveAmountElection> partyElectionss) -
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa.meta
Methods in cdm.legaldocumentation.csa.meta that return types with arguments of type ElectiveAmountElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection>> ElectiveAmountElectionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ElectiveAmountElection, com.rosetta.model.lib.qualify.QualifyResult>> ElectiveAmountElectionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ElectiveAmountElection, Set<String>> ElectiveAmountElectionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection> ElectiveAmountElectionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection> ElectiveAmountElectionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection> ElectiveAmountElectionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection> ElectiveAmountElectionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa.processor
Methods in cdm.legaldocumentation.csa.processor that return types with arguments of type ElectiveAmountElectionModifier and TypeMethodDescriptionElectiveAmountElectionMappingHelper.getElectiveAmountElection(com.regnosys.rosetta.common.translation.Path synonymPath, String party) -
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa.validation
Methods in cdm.legaldocumentation.csa.validation with parameters of type ElectiveAmountElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ElectiveAmountElectionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ElectiveAmountElectionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o) -
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa.validation.datarule
Methods in cdm.legaldocumentation.csa.validation.datarule with parameters of type ElectiveAmountElectionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ElectiveAmountElectionNonZeroAmount.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection) List<com.rosetta.model.lib.validation.ValidationResult<?>> ElectiveAmountElectionNonZeroAmount.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection) -
Uses of ElectiveAmountElection in cdm.legaldocumentation.csa.validation.exists
Methods in cdm.legaldocumentation.csa.validation.exists with type parameters of type ElectiveAmountElectionModifier and TypeMethodDescription<T2 extends ElectiveAmountElection>
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection> ElectiveAmountElectionOnlyExistsValidator.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 ElectiveAmountElectionModifier and TypeMethodDescription<T2 extends ElectiveAmountElection>
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection> ElectiveAmountElectionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)