Uses of Class
org.isda.cdm.ElectiveAmountElection
-
Packages that use ElectiveAmountElection Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of ElectiveAmountElection in org.isda.cdm
Methods in org.isda.cdm that return ElectiveAmountElection Modifier and Type Method Description ElectiveAmountElection
ElectiveAmountElection.ElectiveAmountElectionBuilder. build()
Methods in org.isda.cdm that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description java.util.List<ElectiveAmountElection>
MinimumTransferAmount. getPartyElection()
The parties' minimum transfer amount elections.java.util.List<ElectiveAmountElection>
Threshold. getPartyElection()
The parties' Threshold election.com.rosetta.model.lib.meta.RosettaMetaData<? extends ElectiveAmountElection>
ElectiveAmountElection.ElectiveAmountElectionBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ElectiveAmountElection>
ElectiveAmountElection. metaData()
Methods in org.isda.cdm with parameters of type ElectiveAmountElection Modifier and Type Method Description MinimumTransferAmount.MinimumTransferAmountBuilder
MinimumTransferAmount.MinimumTransferAmountBuilder. addPartyElection(ElectiveAmountElection partyElection)
MinimumTransferAmount.MinimumTransferAmountBuilder
MinimumTransferAmount.MinimumTransferAmountBuilder. addPartyElection(ElectiveAmountElection partyElection, int _idx)
Threshold.ThresholdBuilder
Threshold.ThresholdBuilder. addPartyElection(ElectiveAmountElection partyElection)
Threshold.ThresholdBuilder
Threshold.ThresholdBuilder. addPartyElection(ElectiveAmountElection partyElection, int _idx)
Method parameters in org.isda.cdm with type arguments of type ElectiveAmountElection Modifier and Type Method Description MinimumTransferAmount.MinimumTransferAmountBuilder
MinimumTransferAmount.MinimumTransferAmountBuilder. addPartyElection(java.util.List<ElectiveAmountElection> partyElections)
Threshold.ThresholdBuilder
Threshold.ThresholdBuilder. addPartyElection(java.util.List<ElectiveAmountElection> partyElections)
-
Uses of ElectiveAmountElection in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection>>
ElectiveAmountElectionMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection>>
ElectiveAmountElectionMeta. dataRules()
java.util.List<java.util.function.Function<? super ElectiveAmountElection,com.rosetta.model.lib.qualify.QualifyResult>>
ElectiveAmountElectionMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ElectiveAmountElection,java.lang.String>
ElectiveAmountElectionMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ElectiveAmountElection>
ElectiveAmountElectionMeta. validator()
-
Uses of ElectiveAmountElection in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o)
Methods in org.isda.cdm.validation with parameters of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o)
-
Uses of ElectiveAmountElection in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection object)
Methods in org.isda.cdm.validation.choicerule with parameters of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection object)
-
Uses of ElectiveAmountElection in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder electiveAmountElection)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionNoAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder electiveAmountElection)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionNoAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection)
Methods in org.isda.cdm.validation.datarule with parameters of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionNoAmountDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection electiveAmountElection)
-
Uses of ElectiveAmountElection in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ElectiveAmountElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ElectiveAmountElection>
ElectiveAmountElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ElectiveAmountElection o, java.lang.String field)
-