Uses of Class
org.isda.cdm.AdjustableOrRelativeDates
-
Packages that use AdjustableOrRelativeDates Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of AdjustableOrRelativeDates in org.isda.cdm
Methods in org.isda.cdm that return AdjustableOrRelativeDates Modifier and Type Method Description AdjustableOrRelativeDates
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder. build()
AdjustableOrRelativeDates
BermudaExercise. getBermudaExerciseDates()
The dates that define the Bermuda option exercise dates and the expiration date.AdjustableOrRelativeDates
AmericanExercise. getRelevantUnderlyingDate()
The date on the underlying set by the exercise of an option.AdjustableOrRelativeDates
BermudaExercise. getRelevantUnderlyingDate()
The date on the underlying set by the exercise of an option.AdjustableOrRelativeDates
EuropeanExercise. getRelevantUnderlyingDate()
The date on the underlying set by the exercise of an option.AdjustableOrRelativeDates
EquityValuation. getValuationDates()
2018 ISDA CDM Equity Confirmation for Security Equity Swap: Pricing DateMethods in org.isda.cdm that return types with arguments of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDates>
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDates>
AdjustableOrRelativeDates. metaData()
-
Uses of AdjustableOrRelativeDates in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AdjustableOrRelativeDates Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableOrRelativeDates>>
AdjustableOrRelativeDatesMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableOrRelativeDates>>
AdjustableOrRelativeDatesMeta. dataRules()
java.util.List<java.util.function.Function<? super AdjustableOrRelativeDates,com.rosetta.model.lib.qualify.QualifyResult>>
AdjustableOrRelativeDatesMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustableOrRelativeDates,java.lang.String>
AdjustableOrRelativeDatesMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AdjustableOrRelativeDates>
AdjustableOrRelativeDatesMeta. validator()
-
Uses of AdjustableOrRelativeDates in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return AdjustableOrRelativeDates Modifier and Type Method Description AdjustableOrRelativeDates
ReferenceWithMetaAdjustableOrRelativeDates. getValue()
Methods in org.isda.cdm.metafields with parameters of type AdjustableOrRelativeDates Modifier and Type Method Description ReferenceWithMetaAdjustableOrRelativeDates.ReferenceWithMetaAdjustableOrRelativeDatesBuilder
ReferenceWithMetaAdjustableOrRelativeDates.ReferenceWithMetaAdjustableOrRelativeDatesBuilder. setValue(AdjustableOrRelativeDates value)
-
Uses of AdjustableOrRelativeDates in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates o)
Methods in org.isda.cdm.validation with parameters of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates o)
-
Uses of AdjustableOrRelativeDates in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates object)
Methods in org.isda.cdm.validation.choicerule with parameters of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates object)
-
Uses of AdjustableOrRelativeDates in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AdjustableOrRelativeDates Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrRelativeDates>
AdjustableOrRelativeDatesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrRelativeDates o, java.lang.String field)
-