Package cdm.event.common
Interface SettlementOrigin
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SettlementOrigin.SettlementOriginBuilder
- All Known Implementing Classes:
SettlementOrigin.SettlementOriginBuilderImpl,SettlementOrigin.SettlementOriginImpl
@RosettaDataType(value="SettlementOrigin",
builder=SettlementOriginBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="SettlementOrigin",
model="cdm",
builder=SettlementOriginBuilderImpl.class,
version="5.30.0")
public interface SettlementOrigin
extends com.rosetta.model.lib.RosettaModelObject
Defines the origin to the transfer as a reference for lineage purposes, whether it originated from trade level settlement terms or from payment terms on an economic payout.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SettlementOriginstatic classImmutable Implementation of SettlementOrigin -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Represents a reference to an Asset Payout.Represents a reference to an Commodity Payout.Represents a reference to a Credit Default Payout.Represents a reference to a Fixed Price PayoutRepresents a reference to a Forward Payout.Represents a reference to an Interest Rate Payout.Represents a reference to an Option Payout.Represents a reference to a Performance Payout.Represents a reference to settlement terms, which may have been specified at execution.default Class<? extends SettlementOrigin> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SettlementOrigin> 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
-
getCommodityPayout
ReferenceWithMetaCommodityPayout getCommodityPayout()Represents a reference to an Commodity Payout. -
getCreditDefaultPayout
ReferenceWithMetaCreditDefaultPayout getCreditDefaultPayout()Represents a reference to a Credit Default Payout. -
getForwardPayout
ReferenceWithMetaForwardPayout getForwardPayout()Represents a reference to a Forward Payout. -
getInterestRatePayout
ReferenceWithMetaInterestRatePayout getInterestRatePayout()Represents a reference to an Interest Rate Payout. -
getOptionPayout
ReferenceWithMetaOptionPayout getOptionPayout()Represents a reference to an Option Payout. -
getAssetPayout
ReferenceWithMetaAssetPayout getAssetPayout()Represents a reference to an Asset Payout. -
getSettlementTerms
ReferenceWithMetaSettlementTerms getSettlementTerms()Represents a reference to settlement terms, which may have been specified at execution. -
getPerformancePayout
ReferenceWithMetaPerformancePayout getPerformancePayout()Represents a reference to a Performance Payout. -
getFixedPricePayout
ReferenceWithMetaFixedPricePayout getFixedPricePayout()Represents a reference to a Fixed Price Payout -
build
SettlementOrigin build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
SettlementOrigin.SettlementOriginBuilder 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
-