Uses of Interface
cdm.event.position.AvailableInventory
Packages that use AvailableInventory
Package
Description
Position concepts: portfolio and portfolio aggregation.
-
Uses of AvailableInventory in cdm.event.position
Subinterfaces of AvailableInventory in cdm.event.positionModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceinterfaceA locate is an approval from a broker that needs to be obtained prior to effecting a short sale in an equity security.static interfaceBuilder InterfaceClasses in cdm.event.position that implement AvailableInventoryModifier and TypeClassDescriptionstatic classBuilder Implementation of AvailableInventorystatic classImmutable Implementation of AvailableInventorystatic classBuilder Implementation of SecurityLocatestatic classImmutable Implementation of SecurityLocateMethods in cdm.event.position that return AvailableInventoryModifier and TypeMethodDescriptionAvailableInventory.AvailableInventoryBuilderImpl.build()AvailableInventory.AvailableInventoryImpl.build()AvailableInventory.build()Build MethodsMethods in cdm.event.position that return types with arguments of type AvailableInventoryModifier and TypeMethodDescriptiondefault Class<? extends AvailableInventory> AvailableInventory.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AvailableInventory> AvailableInventory.metaData()Utility Methods -
Uses of AvailableInventory in cdm.event.position.meta
Methods in cdm.event.position.meta that return types with arguments of type AvailableInventoryModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AvailableInventory>> AvailableInventoryMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AvailableInventory, com.rosetta.model.lib.qualify.QualifyResult>> AvailableInventoryMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AvailableInventory, Set<String>> AvailableInventoryMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AvailableInventory> AvailableInventoryMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AvailableInventory> AvailableInventoryMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AvailableInventory> AvailableInventoryMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AvailableInventory> AvailableInventoryMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AvailableInventory in cdm.event.position.validation
Methods in cdm.event.position.validation with parameters of type AvailableInventoryModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AvailableInventoryTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AvailableInventory o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AvailableInventoryValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AvailableInventory o) -
Uses of AvailableInventory in cdm.event.position.validation.datarule
Methods in cdm.event.position.validation.datarule with parameters of type AvailableInventoryModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AvailableInventoryValidPartyRole.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AvailableInventory availableInventory) List<com.rosetta.model.lib.validation.ValidationResult<?>> AvailableInventoryValidPartyRole.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AvailableInventory availableInventory) -
Uses of AvailableInventory in cdm.event.position.validation.exists
Methods in cdm.event.position.validation.exists with type parameters of type AvailableInventoryModifier and TypeMethodDescription<T2 extends AvailableInventory>
com.rosetta.model.lib.validation.ValidationResult<AvailableInventory> AvailableInventoryOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.position.validation.exists that return types with arguments of type AvailableInventoryModifier and TypeMethodDescription<T2 extends AvailableInventory>
com.rosetta.model.lib.validation.ValidationResult<AvailableInventory> AvailableInventoryOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)