Uses of Interface
cdm.observable.asset.MakeWholeAmount
Packages that use MakeWholeAmount
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of MakeWholeAmount in cdm.observable.asset
Subinterfaces of MakeWholeAmount in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement MakeWholeAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of MakeWholeAmountstatic classImmutable Implementation of MakeWholeAmountMethods in cdm.observable.asset that return MakeWholeAmountModifier and TypeMethodDescriptionMakeWholeAmount.build()Build MethodsMakeWholeAmount.MakeWholeAmountBuilderImpl.build()MakeWholeAmount.MakeWholeAmountImpl.build()ReferenceSwapCurve.getMakeWholeAmount()Amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date.ReferenceSwapCurve.ReferenceSwapCurveImpl.getMakeWholeAmount()Methods in cdm.observable.asset that return types with arguments of type MakeWholeAmountModifier and TypeMethodDescriptiondefault Class<? extends MakeWholeAmount> MakeWholeAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MakeWholeAmount> MakeWholeAmount.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type MakeWholeAmountModifier and TypeMethodDescriptionReferenceSwapCurve.ReferenceSwapCurveBuilder.setMakeWholeAmount(MakeWholeAmount makeWholeAmount) ReferenceSwapCurve.ReferenceSwapCurveBuilderImpl.setMakeWholeAmount(MakeWholeAmount _makeWholeAmount) -
Uses of MakeWholeAmount in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type MakeWholeAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super MakeWholeAmount>> MakeWholeAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super MakeWholeAmount, com.rosetta.model.lib.qualify.QualifyResult>> MakeWholeAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super MakeWholeAmount, Set<String>> MakeWholeAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super MakeWholeAmount> MakeWholeAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MakeWholeAmount> MakeWholeAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super MakeWholeAmount> MakeWholeAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super MakeWholeAmount> MakeWholeAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of MakeWholeAmount in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type MakeWholeAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> MakeWholeAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MakeWholeAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> MakeWholeAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, MakeWholeAmount o) -
Uses of MakeWholeAmount in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type MakeWholeAmountModifier and TypeMethodDescription<T2 extends MakeWholeAmount>
com.rosetta.model.lib.validation.ValidationResult<MakeWholeAmount> MakeWholeAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.observable.asset.validation.exists that return types with arguments of type MakeWholeAmountModifier and TypeMethodDescription<T2 extends MakeWholeAmount>
com.rosetta.model.lib.validation.ValidationResult<MakeWholeAmount> MakeWholeAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)