Uses of Class
org.isda.cdm.CollateralManagerElection
-
Packages that use CollateralManagerElection Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CollateralManagerElection in org.isda.cdm
Methods in org.isda.cdm that return CollateralManagerElection Modifier and Type Method Description CollateralManagerElection
CollateralManagerElection.CollateralManagerElectionBuilder. build()
CollateralManagerElection
CollateralManager. getPartyElection()
The parties' Collateral Manager election.Methods in org.isda.cdm that return types with arguments of type CollateralManagerElection Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralManagerElection>
CollateralManagerElection.CollateralManagerElectionBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CollateralManagerElection>
CollateralManagerElection. metaData()
Methods in org.isda.cdm with parameters of type CollateralManagerElection Modifier and Type Method Description CollateralManager.CollateralManagerBuilder
CollateralManager.CollateralManagerBuilder. setPartyElection(CollateralManagerElection partyElection)
-
Uses of CollateralManagerElection in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CollateralManagerElection Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CollateralManagerElection>>
CollateralManagerElectionMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CollateralManagerElection>>
CollateralManagerElectionMeta. dataRules()
java.util.List<java.util.function.Function<? super CollateralManagerElection,com.rosetta.model.lib.qualify.QualifyResult>>
CollateralManagerElectionMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CollateralManagerElection,java.lang.String>
CollateralManagerElectionMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CollateralManagerElection>
CollateralManagerElectionMeta. validator()
-
Uses of CollateralManagerElection in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CollateralManagerElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CollateralManagerElection o)
Methods in org.isda.cdm.validation with parameters of type CollateralManagerElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CollateralManagerElection o)
-
Uses of CollateralManagerElection in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CollateralManagerElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CollateralManagerElection o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CollateralManagerElection Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CollateralManagerElection>
CollateralManagerElectionOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CollateralManagerElection o, java.lang.String field)
-