Uses of Class
org.isda.cdm.AveragingSchedule
-
Packages that use AveragingSchedule Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of AveragingSchedule in org.isda.cdm
Methods in org.isda.cdm that return AveragingSchedule Modifier and Type Method Description AveragingSchedule
AveragingSchedule.AveragingScheduleBuilder. build()
Methods in org.isda.cdm that return types with arguments of type AveragingSchedule Modifier and Type Method Description java.util.List<AveragingSchedule>
AveragingPeriod. getSchedule()
A schedule for generating averaging observation dates.java.util.List<AveragingSchedule>
TriggerEvent. getSchedule()
A derivative schedule.com.rosetta.model.lib.meta.RosettaMetaData<? extends AveragingSchedule>
AveragingSchedule.AveragingScheduleBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AveragingSchedule>
AveragingSchedule. metaData()
Methods in org.isda.cdm with parameters of type AveragingSchedule Modifier and Type Method Description AveragingPeriod.AveragingPeriodBuilder
AveragingPeriod.AveragingPeriodBuilder. addSchedule(AveragingSchedule schedule)
AveragingPeriod.AveragingPeriodBuilder
AveragingPeriod.AveragingPeriodBuilder. addSchedule(AveragingSchedule schedule, int _idx)
TriggerEvent.TriggerEventBuilder
TriggerEvent.TriggerEventBuilder. addSchedule(AveragingSchedule schedule)
TriggerEvent.TriggerEventBuilder
TriggerEvent.TriggerEventBuilder. addSchedule(AveragingSchedule schedule, int _idx)
Method parameters in org.isda.cdm with type arguments of type AveragingSchedule Modifier and Type Method Description AveragingPeriod.AveragingPeriodBuilder
AveragingPeriod.AveragingPeriodBuilder. addSchedule(java.util.List<AveragingSchedule> schedules)
TriggerEvent.TriggerEventBuilder
TriggerEvent.TriggerEventBuilder. addSchedule(java.util.List<AveragingSchedule> schedules)
-
Uses of AveragingSchedule in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AveragingSchedule Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AveragingSchedule>>
AveragingScheduleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AveragingSchedule>>
AveragingScheduleMeta. dataRules()
java.util.List<java.util.function.Function<? super AveragingSchedule,com.rosetta.model.lib.qualify.QualifyResult>>
AveragingScheduleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AveragingSchedule,java.lang.String>
AveragingScheduleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AveragingSchedule>
AveragingScheduleMeta. validator()
-
Uses of AveragingSchedule in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AveragingSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AveragingSchedule o)
Methods in org.isda.cdm.validation with parameters of type AveragingSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AveragingSchedule o)
-
Uses of AveragingSchedule in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AveragingSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AveragingSchedule o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AveragingSchedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AveragingSchedule>
AveragingScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AveragingSchedule o, java.lang.String field)
-