Package cdm.observable.asset
Interface CashPrice
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CashPrice.CashPriceBuilder
- All Known Implementing Classes:
CashPrice.CashPriceBuilderImpl,CashPrice.CashPriceImpl
@RosettaDataType(value="CashPrice",
builder=CashPriceBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CashPrice",
model="cdm",
builder=CashPriceBuilderImpl.class,
version="5.30.0")
public interface CashPrice
extends com.rosetta.model.lib.RosettaModelObject
Specifies the nature of a cash price either as a fee type, cash price type, or premium expression.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CashPricestatic classImmutable Implementation of CashPrice -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic CashPrice.CashPriceBuilderbuilder()Specifies the type of Cash Price.Specifies the event type associated with a fee.Specifies a premium when expressed in a way other than an amount, and any required forward starting price definition.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CashPrice> 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
-
getCashPriceType
CashPriceTypeEnum getCashPriceType()Specifies the type of Cash Price. -
getPremiumExpression
PremiumExpression getPremiumExpression()Specifies a premium when expressed in a way other than an amount, and any required forward starting price definition. -
getFeeType
FeeTypeEnum getFeeType()Specifies the event type associated with a fee. -
build
CashPrice build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CashPrice.CashPriceBuilder 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
-