Uses of Interface
cdm.product.common.schedule.StubPeriod
Packages that use StubPeriod
Package
Description
Product concepts applicable to specific asset classes.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of StubPeriod in cdm.product.asset
Methods in cdm.product.asset that return StubPeriodModifier and TypeMethodDescriptionInterestRatePayout.getStubPeriod()The stub calculation period amount parameters.InterestRatePayout.InterestRatePayoutImpl.getStubPeriod()Methods in cdm.product.asset with parameters of type StubPeriodModifier and TypeMethodDescriptionInterestRatePayout.InterestRatePayoutBuilder.setStubPeriod(StubPeriod stubPeriod) InterestRatePayout.InterestRatePayoutBuilderImpl.setStubPeriod(StubPeriod _stubPeriod) -
Uses of StubPeriod in cdm.product.common.schedule
Subinterfaces of StubPeriod in cdm.product.common.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.schedule that implement StubPeriodModifier and TypeClassDescriptionstatic classBuilder Implementation of StubPeriodstatic classImmutable Implementation of StubPeriodMethods in cdm.product.common.schedule that return StubPeriodModifier and TypeMethodDescriptionStubPeriod.build()Build MethodsStubPeriod.StubPeriodBuilderImpl.build()StubPeriod.StubPeriodImpl.build()Methods in cdm.product.common.schedule that return types with arguments of type StubPeriodModifier and TypeMethodDescriptiondefault Class<? extends StubPeriod> StubPeriod.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends StubPeriod> StubPeriod.metaData()Utility Methods -
Uses of StubPeriod in cdm.product.common.schedule.meta
Methods in cdm.product.common.schedule.meta that return types with arguments of type StubPeriodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super StubPeriod>> StubPeriodMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super StubPeriod, com.rosetta.model.lib.qualify.QualifyResult>> StubPeriodMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super StubPeriod, Set<String>> StubPeriodMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super StubPeriod> StubPeriodMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StubPeriod> StubPeriodMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super StubPeriod> StubPeriodMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StubPeriod> StubPeriodMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of StubPeriod in cdm.product.common.schedule.validation
Methods in cdm.product.common.schedule.validation with parameters of type StubPeriodModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StubPeriodTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubPeriod o) List<com.rosetta.model.lib.validation.ValidationResult<?>> StubPeriodValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubPeriod o) -
Uses of StubPeriod in cdm.product.common.schedule.validation.exists
Methods in cdm.product.common.schedule.validation.exists with type parameters of type StubPeriodModifier and TypeMethodDescription<T2 extends StubPeriod>
com.rosetta.model.lib.validation.ValidationResult<StubPeriod> StubPeriodOnlyExistsValidator.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 StubPeriodModifier and TypeMethodDescription<T2 extends StubPeriod>
com.rosetta.model.lib.validation.ValidationResult<StubPeriod> StubPeriodOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)