Uses of Class
org.isda.cdm.ProductIdentifier
-
Packages that use ProductIdentifier Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ProductIdentifier in org.isda.cdm
Subclasses of ProductIdentifier in org.isda.cdm Modifier and Type Class Description class
MortgageBackedSecurity
Methods in org.isda.cdm that return ProductIdentifier Modifier and Type Method Description ProductIdentifier
ProductIdentifier.ProductIdentifierBuilder. build()
ProductIdentifier
BondReference. getBond()
Reference to a bond underlier.ProductIdentifier
IdentifiedProduct. getProductIdentifier()
Methods in org.isda.cdm that return types with arguments of type ProductIdentifier Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ProductIdentifier>
ProductIdentifier. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ProductIdentifier>
ProductIdentifier.ProductIdentifierBuilder. metaData()
Method parameters in org.isda.cdm with type arguments of type ProductIdentifier Modifier and Type Method Description EventEffect.EventEffectBuilder
EventEffect.EventEffectBuilder. addProductIdentifierRef(java.util.List<ProductIdentifier> productIdentifiers)
-
Uses of ProductIdentifier in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ProductIdentifier Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ProductIdentifier>>
ProductIdentifierMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ProductIdentifier>>
ProductIdentifierMeta. dataRules()
java.util.List<java.util.function.Function<? super ProductIdentifier,com.rosetta.model.lib.qualify.QualifyResult>>
ProductIdentifierMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ProductIdentifier,java.lang.String>
ProductIdentifierMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ProductIdentifier>
ProductIdentifierMeta. validator()
-
Uses of ProductIdentifier in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return ProductIdentifier Modifier and Type Method Description ProductIdentifier
ReferenceWithMetaProductIdentifier. getValue()
Methods in org.isda.cdm.metafields with parameters of type ProductIdentifier Modifier and Type Method Description ReferenceWithMetaProductIdentifier.ReferenceWithMetaProductIdentifierBuilder
ReferenceWithMetaProductIdentifier.ReferenceWithMetaProductIdentifierBuilder. setValue(ProductIdentifier value)
-
Uses of ProductIdentifier in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ProductIdentifier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o)
Methods in org.isda.cdm.validation with parameters of type ProductIdentifier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o)
-
Uses of ProductIdentifier in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ProductIdentifier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ProductIdentifier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier>
ProductIdentifierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o, java.lang.String field)
-