Package cdm.product.template
Interface NonTransferableProduct
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
NonTransferableProduct.NonTransferableProductBuilder
- All Known Implementing Classes:
NonTransferableProduct.NonTransferableProductBuilderImpl,NonTransferableProduct.NonTransferableProductImpl
@RosettaDataType(value="NonTransferableProduct",
builder=NonTransferableProductBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="NonTransferableProduct",
model="cdm",
builder=NonTransferableProductBuilderImpl.class,
version="7.0.0-dev.105")
public interface NonTransferableProduct
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A data type to specify the financial product's economic terms, alongside the product identification and product taxonomy. The non-transferable product data type represents a product that can be traded (as part of a TradableProduct) but cannot be transferred to others. It is meant to be used across the pre-execution, execution and (as part of the Contract) post-execution lifecycle contexts.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of NonTransferableProductstatic classImmutable Implementation of NonTransferableProductNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The price forming features, including payouts and provisions.List<? extends ProductIdentifier> Comprises a identifier and a source to uniquely identify the nonTransferableProduct.com.rosetta.model.metafields.MetaFieldsgetMeta()List<? extends ProductTaxonomy> Specifies the product taxonomy, which is composed of a taxonomy value and a taxonomy source.default Class<? extends NonTransferableProduct> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NonTransferableProduct> 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
-
getIdentifier
List<? extends ProductIdentifier> getIdentifier()Comprises a identifier and a source to uniquely identify the nonTransferableProduct. -
getTaxonomy
List<? extends ProductTaxonomy> getTaxonomy()Specifies the product taxonomy, which is composed of a taxonomy value and a taxonomy source. -
getEconomicTerms
EconomicTerms getEconomicTerms()The price forming features, including payouts and provisions. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
NonTransferableProduct build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-