Package cdm.product.template
Interface Underlier
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Underlier.UnderlierBuilder
- All Known Implementing Classes:
Underlier.UnderlierBuilderImpl,Underlier.UnderlierImpl
@RosettaDataType(value="Underlier",
builder=UnderlierBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="Underlier",
model="cdm",
builder=UnderlierBuilderImpl.class,
version="7.0.0-dev.105")
public interface Underlier
extends com.rosetta.model.lib.RosettaModelObject
The underlying financial product that will be physically or cash settled, which can be of any type, eg an asset such as cash or a security, a product, or the cash settlement of an index rate. Conditions are usually applied when used in a data type, such as a payout, to ensure this aligns with the use case.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Underlierstatic classImmutable Implementation of Underlier -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Underlier.UnderlierBuilderbuilder()Specifies the object to be observed for a price, it could be an asset or a reference.Enables either a TransferableProduct or a NonTransferableProduct to be used in an underlier.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Underlier> 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
-
getObservable
ReferenceWithMetaObservable getObservable()Specifies the object to be observed for a price, it could be an asset or a reference. -
getProduct
Product getProduct()Enables either a TransferableProduct or a NonTransferableProduct to be used in an underlier. -
build
Underlier build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Underlier.UnderlierBuilder 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
-