Uses of Class
org.isda.cdm.ConstituentWeight
-
Packages that use ConstituentWeight Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of ConstituentWeight in org.isda.cdm
Methods in org.isda.cdm that return ConstituentWeight Modifier and Type Method Description ConstituentWeight
ConstituentWeight.ConstituentWeightBuilder. build()
ConstituentWeight
ReferencePoolItem. getConstituentWeight()
Describes the weight of each of the constituents within the basket.Methods in org.isda.cdm that return types with arguments of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ConstituentWeight>
ConstituentWeight.ConstituentWeightBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ConstituentWeight>
ConstituentWeight. metaData()
Methods in org.isda.cdm with parameters of type ConstituentWeight Modifier and Type Method Description ReferencePoolItem.ReferencePoolItemBuilder
ReferencePoolItem.ReferencePoolItemBuilder. setConstituentWeight(ConstituentWeight constituentWeight)
-
Uses of ConstituentWeight in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ConstituentWeight Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ConstituentWeight>>
ConstituentWeightMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ConstituentWeight>>
ConstituentWeightMeta. dataRules()
java.util.List<java.util.function.Function<? super ConstituentWeight,com.rosetta.model.lib.qualify.QualifyResult>>
ConstituentWeightMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ConstituentWeight,java.lang.String>
ConstituentWeightMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ConstituentWeight>
ConstituentWeightMeta. validator()
-
Uses of ConstituentWeight in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o)
Methods in org.isda.cdm.validation with parameters of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o)
-
Uses of ConstituentWeight in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightBasketPercentageDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder constituentWeight)
com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightBasketPercentageDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight constituentWeight)
Methods in org.isda.cdm.validation.datarule with parameters of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightBasketPercentageDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight constituentWeight)
-
Uses of ConstituentWeight in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ConstituentWeight Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight>
ConstituentWeightOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o, java.lang.String field)
-