Package cdm.base.staticdata.asset.common
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="6.19.0")
@RuneDataType(value="Instrument",
model="cdm",
builder=InstrumentBuilderImpl.class,
version="6.19.0")
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:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Instrumentstatic classImmutable Implementation of Instrument -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Instrument.InstrumentBuilderbuilder()A securitized derivative on another asset that is created by an exchange.getLoan()An Asset that represents a loan or borrow obligation.An Asset that is issued by a party to be held by or transferred to others.default Class<? extends Instrument> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Instrument> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Instrument.InstrumentBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-