Uses of Interface
cdm.product.collateral.IndependentAmount
Packages that use IndependentAmount
Package
Description
-
Uses of IndependentAmount in cdm.product.collateral
Subinterfaces of IndependentAmount in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement IndependentAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of IndependentAmountstatic classImmutable Implementation of IndependentAmountMethods in cdm.product.collateral that return IndependentAmountModifier and TypeMethodDescriptionIndependentAmount.build()Build MethodsIndependentAmount.IndependentAmountBuilderImpl.build()IndependentAmount.IndependentAmountImpl.build()Collateral.CollateralImpl.getIndependentAmount()Collateral.getIndependentAmount()Independent Amount is an amount that usually less creditworthy counterparties are asked to provide.Methods in cdm.product.collateral that return types with arguments of type IndependentAmountModifier and TypeMethodDescriptiondefault Class<? extends IndependentAmount> IndependentAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount> IndependentAmount.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type IndependentAmountModifier and TypeMethodDescriptionCollateral.CollateralBuilder.setIndependentAmount(IndependentAmount independentAmount) Collateral.CollateralBuilderImpl.setIndependentAmount(IndependentAmount _independentAmount) -
Uses of IndependentAmount in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type IndependentAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>> IndependentAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super IndependentAmount, com.rosetta.model.lib.qualify.QualifyResult>> IndependentAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super IndependentAmount, Set<String>> IndependentAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super IndependentAmount> IndependentAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super IndependentAmount> IndependentAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super IndependentAmount> IndependentAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super IndependentAmount> IndependentAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of IndependentAmount in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type IndependentAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IndependentAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> IndependentAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o) -
Uses of IndependentAmount in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type IndependentAmountModifier and TypeMethodDescription<T2 extends IndependentAmount>
com.rosetta.model.lib.validation.ValidationResult<IndependentAmount> IndependentAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type IndependentAmountModifier and TypeMethodDescription<T2 extends IndependentAmount>
com.rosetta.model.lib.validation.ValidationResult<IndependentAmount> IndependentAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)