Uses of Interface
cdm.product.asset.InterestShortFall
Packages that use InterestShortFall
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of InterestShortFall in cdm.product.asset
Subinterfaces of InterestShortFall in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement InterestShortFallModifier and TypeClassDescriptionstatic classBuilder Implementation of InterestShortFallstatic classImmutable Implementation of InterestShortFallMethods in cdm.product.asset that return InterestShortFallModifier and TypeMethodDescriptionInterestShortFall.build()Build MethodsInterestShortFall.InterestShortFallBuilderImpl.build()InterestShortFall.InterestShortFallImpl.build()FloatingAmountEvents.FloatingAmountEventsImpl.getInterestShortfall()FloatingAmountEvents.getInterestShortfall()A floating rate payment event.Methods in cdm.product.asset that return types with arguments of type InterestShortFallModifier and TypeMethodDescriptiondefault Class<? extends InterestShortFall> InterestShortFall.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestShortFall> InterestShortFall.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type InterestShortFallModifier and TypeMethodDescriptionFloatingAmountEvents.FloatingAmountEventsBuilder.setInterestShortfall(InterestShortFall interestShortfall) FloatingAmountEvents.FloatingAmountEventsBuilderImpl.setInterestShortfall(InterestShortFall _interestShortfall) -
Uses of InterestShortFall in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type InterestShortFallModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InterestShortFall>> InterestShortFallMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InterestShortFall, com.rosetta.model.lib.qualify.QualifyResult>> InterestShortFallMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestShortFall, Set<String>> InterestShortFallMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InterestShortFall> InterestShortFallMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestShortFall> InterestShortFallMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InterestShortFall> InterestShortFallMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestShortFall> InterestShortFallMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InterestShortFall in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type InterestShortFallModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InterestShortFallTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InterestShortFallValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o) -
Uses of InterestShortFall in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type InterestShortFallModifier and TypeMethodDescription<T2 extends InterestShortFall>
com.rosetta.model.lib.validation.ValidationResult<InterestShortFall> InterestShortFallOnlyExistsValidator.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 InterestShortFallModifier and TypeMethodDescription<T2 extends InterestShortFall>
com.rosetta.model.lib.validation.ValidationResult<InterestShortFall> InterestShortFallOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)