Uses of Interface
cdm.observable.asset.BondChoiceModel
Packages that use BondChoiceModel
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of BondChoiceModel in cdm.observable.asset
Subinterfaces of BondChoiceModel in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement BondChoiceModelModifier and TypeClassDescriptionstatic classBuilder Implementation of BondChoiceModelstatic classImmutable Implementation of BondChoiceModelMethods in cdm.observable.asset that return BondChoiceModelModifier and TypeMethodDescriptionBondChoiceModel.BondChoiceModelBuilderImpl.build()BondChoiceModel.BondChoiceModelImpl.build()BondChoiceModel.build()Build MethodsBondEquityModel.BondEquityModelImpl.getBondchoiceModel()BondEquityModel.getBondchoiceModel()Either the bond or convertible bond.Methods in cdm.observable.asset that return types with arguments of type BondChoiceModelModifier and TypeMethodDescriptiondefault Class<? extends BondChoiceModel> BondChoiceModel.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BondChoiceModel> BondChoiceModel.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type BondChoiceModelModifier and TypeMethodDescriptionBondEquityModel.BondEquityModelBuilder.setBondchoiceModel(BondChoiceModel bondchoiceModel) BondEquityModel.BondEquityModelBuilderImpl.setBondchoiceModel(BondChoiceModel _bondchoiceModel) -
Uses of BondChoiceModel in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type BondChoiceModelModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BondChoiceModel>> BondChoiceModelMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BondChoiceModel, com.rosetta.model.lib.qualify.QualifyResult>> BondChoiceModelMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BondChoiceModel, Set<String>> BondChoiceModelMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BondChoiceModel> BondChoiceModelMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BondChoiceModel> BondChoiceModelMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BondChoiceModel> BondChoiceModelMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BondChoiceModel> BondChoiceModelMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BondChoiceModel in cdm.observable.asset.util
Methods in cdm.observable.asset.util with parameters of type BondChoiceModelModifier and TypeMethodDescriptionBondChoiceModelDeepPathUtil.chooseProductIdentifier(BondChoiceModel bondChoiceModel) -
Uses of BondChoiceModel in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type BondChoiceModelModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BondChoiceModelTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BondChoiceModel o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BondChoiceModelValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BondChoiceModel o) -
Uses of BondChoiceModel in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type BondChoiceModelModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BondChoiceModelOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BondChoiceModel bondChoiceModel) List<com.rosetta.model.lib.validation.ValidationResult<?>> BondChoiceModelOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BondChoiceModel bondChoiceModel) -
Uses of BondChoiceModel in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type BondChoiceModelModifier and TypeMethodDescription<T2 extends BondChoiceModel>
com.rosetta.model.lib.validation.ValidationResult<BondChoiceModel> BondChoiceModelOnlyExistsValidator.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 BondChoiceModelModifier and TypeMethodDescription<T2 extends BondChoiceModel>
com.rosetta.model.lib.validation.ValidationResult<BondChoiceModel> BondChoiceModelOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)