Uses of Interface
cdm.product.asset.StubValue
Packages that use StubValue
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 StubValue in cdm.product.asset
Subinterfaces of StubValue in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement StubValueModifier and TypeClassDescriptionstatic classBuilder Implementation of StubValuestatic classImmutable Implementation of StubValueMethods in cdm.product.asset that return StubValueModifier and TypeMethodDescriptionStubValue.build()Build MethodsStubValue.StubValueBuilderImpl.build()StubValue.StubValueImpl.build()Methods in cdm.product.asset that return types with arguments of type StubValue -
Uses of StubValue in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type StubValueModifier and TypeMethodDescriptionStubValueMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) StubValueMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) StubValueMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super StubValue> StubValueMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StubValue> StubValueMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super StubValue> StubValueMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StubValue> StubValueMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of StubValue in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type StubValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StubValueTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubValue o) List<com.rosetta.model.lib.validation.ValidationResult<?>> StubValueValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubValue o) -
Uses of StubValue in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type StubValueModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StubValueOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubValue stubValue) List<com.rosetta.model.lib.validation.ValidationResult<?>> StubValueOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StubValue stubValue) -
Uses of StubValue in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type StubValueModifier and TypeMethodDescriptionStubValueOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type StubValue -
Uses of StubValue in cdm.product.common.schedule
Methods in cdm.product.common.schedule that return StubValueModifier and TypeMethodDescriptionStubCalculationPeriodAmount.getFinalStub()Specifies how the final stub amount is calculated.StubCalculationPeriodAmount.StubCalculationPeriodAmountImpl.getFinalStub()StubPeriod.getFinalStub()Specifies how the final stub amount is calculated.StubPeriod.StubPeriodImpl.getFinalStub()StubCalculationPeriodAmount.getInitialStub()Specifies how the initial stub amount is calculated.StubCalculationPeriodAmount.StubCalculationPeriodAmountImpl.getInitialStub()StubPeriod.getInitialStub()Specifies how the initial stub amount is calculated.StubPeriod.StubPeriodImpl.getInitialStub()Methods in cdm.product.common.schedule with parameters of type StubValueModifier and TypeMethodDescriptionStubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder.setFinalStub(StubValue finalStub) StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilderImpl.setFinalStub(StubValue _finalStub) StubPeriod.StubPeriodBuilder.setFinalStub(StubValue finalStub) StubPeriod.StubPeriodBuilderImpl.setFinalStub(StubValue _finalStub) StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilder.setInitialStub(StubValue initialStub) StubCalculationPeriodAmount.StubCalculationPeriodAmountBuilderImpl.setInitialStub(StubValue _initialStub) StubPeriod.StubPeriodBuilder.setInitialStub(StubValue initialStub) StubPeriod.StubPeriodBuilderImpl.setInitialStub(StubValue _initialStub)