Uses of Interface
cdm.product.common.schedule.ObservationDate
Packages that use ObservationDate
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of ObservationDate in cdm.product.common.schedule
Subinterfaces of ObservationDate in cdm.product.common.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.schedule that implement ObservationDateModifier and TypeClassDescriptionstatic classBuilder Implementation of ObservationDatestatic classImmutable Implementation of ObservationDateMethods in cdm.product.common.schedule that return ObservationDateModifier and TypeMethodDescriptionObservationDate.build()Build MethodsObservationDate.ObservationDateBuilderImpl.build()ObservationDate.ObservationDateImpl.build()Methods in cdm.product.common.schedule that return types with arguments of type ObservationDateModifier and TypeMethodDescriptionList<? extends ObservationDate> ObservationSchedule.getObservationDate()Specifies an adjusted or unadjusted date for a market observation.List<? extends ObservationDate> ObservationSchedule.ObservationScheduleImpl.getObservationDate()default Class<? extends ObservationDate> ObservationDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ObservationDate> ObservationDate.metaData()Utility MethodsMethods in cdm.product.common.schedule with parameters of type ObservationDateModifier and TypeMethodDescriptionObservationSchedule.ObservationScheduleBuilder.addObservationDate(ObservationDate observationDate) ObservationSchedule.ObservationScheduleBuilder.addObservationDate(ObservationDate observationDate, int idx) ObservationSchedule.ObservationScheduleBuilderImpl.addObservationDate(ObservationDate _observationDate) ObservationSchedule.ObservationScheduleBuilderImpl.addObservationDate(ObservationDate _observationDate, int idx) Method parameters in cdm.product.common.schedule with type arguments of type ObservationDateModifier and TypeMethodDescriptionObservationSchedule.ObservationScheduleBuilder.addObservationDate(List<? extends ObservationDate> observationDate) ObservationSchedule.ObservationScheduleBuilderImpl.addObservationDate(List<? extends ObservationDate> observationDates) ObservationSchedule.ObservationScheduleBuilder.setObservationDate(List<? extends ObservationDate> observationDate) ObservationSchedule.ObservationScheduleBuilderImpl.setObservationDate(List<? extends ObservationDate> observationDates) -
Uses of ObservationDate in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type ObservationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ObservationDate>> ObservationDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ObservationDate, com.rosetta.model.lib.qualify.QualifyResult>> ObservationDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ObservationDate, Set<String>> ObservationDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ObservationDate> ObservationDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ObservationDate> ObservationDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ObservationDate> ObservationDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ObservationDate> ObservationDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ObservationDate in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type ObservationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ObservationDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ObservationDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ObservationDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ObservationDate o) -
Uses of ObservationDate in cdm.product.common.schedule.validation.datarule
Methods in cdm.product.common.schedule.validation.datarule with parameters of type ObservationDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ObservationDateObservationDate.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ObservationDate observationDate) List<com.rosetta.model.lib.validation.ValidationResult<?>> ObservationDateObservationDate.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ObservationDate observationDate) -
Uses of ObservationDate in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type ObservationDateModifier and TypeMethodDescription<T2 extends ObservationDate>
com.rosetta.model.lib.validation.ValidationResult<ObservationDate> ObservationDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.schedule.validation.exists that return types with arguments of type ObservationDateModifier and TypeMethodDescription<T2 extends ObservationDate>
com.rosetta.model.lib.validation.ValidationResult<ObservationDate> ObservationDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)