Package cdm.product.common.settlement
Interface CommodityPriceReturnTerms
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CommodityPriceReturnTerms.CommodityPriceReturnTermsBuilder
- All Known Implementing Classes:
CommodityPriceReturnTerms.CommodityPriceReturnTermsBuilderImpl,CommodityPriceReturnTerms.CommodityPriceReturnTermsImpl
@RosettaDataType(value="CommodityPriceReturnTerms",
builder=CommodityPriceReturnTermsBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CommodityPriceReturnTerms",
model="cdm",
builder=CommodityPriceReturnTermsBuilderImpl.class,
version="5.30.0")
public interface CommodityPriceReturnTerms
extends com.rosetta.model.lib.RosettaModelObject
Defines parameters in which the commodity price is assessed.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CommodityPriceReturnTermsstatic classImmutable Implementation of CommodityPriceReturnTerms -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Defines the conversion applied if the quantity unit on contract is different from unit on referenced underlier.Used in conjunction with an exchange-based pricing source.Defines rounding rules and precision to be used in the rounding of a number.Defines a spread value for one or more defined dates.default Class<? extends CommodityPriceReturnTerms> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CommodityPriceReturnTerms> 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
-
getRounding
Rounding getRounding()Defines rounding rules and precision to be used in the rounding of a number. -
getSpread
SpreadSchedule getSpread()Defines a spread value for one or more defined dates. -
getRollFeature
RollFeature getRollFeature()Used in conjunction with an exchange-based pricing source. Identifies a way in which the futures contracts referenced will roll between periods. -
getConversionFactor
BigDecimal getConversionFactor()Defines the conversion applied if the quantity unit on contract is different from unit on referenced underlier. -
build
CommodityPriceReturnTerms 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
-