Interface Inventory

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Inventory.InventoryBuilder
All Known Implementing Classes:
Inventory.InventoryBuilderImpl, Inventory.InventoryImpl

@RosettaDataType(value="Inventory", builder=InventoryBuilderImpl.class, version="5.30.0") @RuneDataType(value="Inventory", model="cdm", builder=InventoryBuilderImpl.class, version="5.30.0") public interface Inventory extends com.rosetta.model.lib.RosettaModelObject
A data type that can be used to describe an inventory of securities.
Version:
5.30.0
  • Field Details

  • Method Details

    • getInventoryRecord

      List<? extends InventoryRecord> getInventoryRecord()
      An array holding the list of inventory being described. Each element in the inventoryRecord array represents an individual piece of inventory i.e. a security.
    • build

      Inventory build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static Inventory.InventoryBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Inventory> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends Inventory> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject