Interface Instrument

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Instrument.InstrumentBuilder
All Known Implementing Classes:
Instrument.InstrumentBuilderImpl, Instrument.InstrumentImpl

@RosettaDataType(value="Instrument", builder=InstrumentBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="Instrument", model="cdm", builder=InstrumentBuilderImpl.class, version="7.0.0-dev.105") public interface Instrument extends com.rosetta.model.lib.RosettaModelObject
A type of Asset that is issued by one party to one or more others.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getListedDerivative

      ListedDerivative getListedDerivative()
      A securitized derivative on another asset that is created by an exchange.
    • getLoan

      Loan getLoan()
      An Asset that represents a loan or borrow obligation.
    • getSecurity

      Security getSecurity()
      An Asset that is issued by a party to be held by or transferred to others.
    • build

      Instrument 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 Instrument.InstrumentBuilder builder()
    • metaData

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

      @RuneAttribute("@type") default Class<? extends Instrument> 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