Uses of Class
org.isda.cdm.Underlier
-
Packages that use Underlier Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of Underlier in org.isda.cdm
Methods in org.isda.cdm that return Underlier Modifier and Type Method Description Underlier
Underlier.UnderlierBuilder. build()
Underlier
EquityPayout. getUnderlier()
2018 ISDA CDM Equity Confirmation for Security Equity Swap: SecurityUnderlier
ForwardPayout. getUnderlier()
Underlying product that the forward is written on, which can be of any type: FX, a contractual product, a security, etc.Underlier
OptionPayout. getUnderlier()
The product underlying the option, which can be of any type including ContractualProduct or Security.Methods in org.isda.cdm that return types with arguments of type Underlier Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Underlier>
Underlier. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Underlier>
Underlier.UnderlierBuilder. metaData()
Methods in org.isda.cdm with parameters of type Underlier Modifier and Type Method Description EquityPayout.EquityPayoutBuilder
EquityPayout.EquityPayoutBuilder. setUnderlier(Underlier underlier)
ForwardPayout.ForwardPayoutBuilder
ForwardPayout.ForwardPayoutBuilder. setUnderlier(Underlier underlier)
OptionPayout.OptionPayoutBuilder
OptionPayout.OptionPayoutBuilder. setUnderlier(Underlier underlier)
-
Uses of Underlier in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Underlier Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Underlier>>
UnderlierMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Underlier>>
UnderlierMeta. dataRules()
java.util.List<java.util.function.Function<? super Underlier,com.rosetta.model.lib.qualify.QualifyResult>>
UnderlierMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Underlier,java.lang.String>
UnderlierMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Underlier>
UnderlierMeta. validator()
-
Uses of Underlier in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier o)
Methods in org.isda.cdm.validation with parameters of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier o)
-
Uses of Underlier in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier object)
Methods in org.isda.cdm.validation.choicerule with parameters of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier object)
-
Uses of Underlier in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Underlier Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Underlier>
UnderlierOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Underlier o, java.lang.String field)
-