Package cdm.product.common.settlement
Interface Cashflow
- All Superinterfaces:
AssetFlowBase,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Cashflow.CashflowBuilder
- All Known Implementing Classes:
Cashflow.CashflowBuilderImpl,Cashflow.CashflowImpl
@RosettaDataType(value="Cashflow",
builder=CashflowBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="Cashflow",
model="cdm",
builder=CashflowBuilderImpl.class,
version="6.19.0")
public interface Cashflow
extends AssetFlowBase
Class to specify a cashflow, i.e. the outcome of either of computation (e.g. interest accrual) or an assessment of some sort (e.g. a fee). The cashflow can then be turned into a cash transfer, artefact to be used as the input to a payment system or the outcome of it. The associated globalKey denotes the ability to associate a hash value to the Cashflow instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Cashflowstatic classImmutable Implementation of CashflowNested classes/interfaces inherited from interface cdm.product.common.settlement.AssetFlowBase
AssetFlowBase.AssetFlowBaseBuilder, AssetFlowBase.AssetFlowBaseBuilderImpl, AssetFlowBase.AssetFlowBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Cashflow.CashflowBuilderbuilder()The qualification of the type of cashflow, e.g. brokerage fee, premium, upfront fee etc.Specifies who pays / receives the cashflow, though a normalised Party1 / Party2 enumerator.FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Cashflow> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.common.settlement.AssetFlowBase
getAsset, getQuantity, getSettlementDateMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPayerReceiver
PayerReceiver getPayerReceiver()Specifies who pays / receives the cashflow, though a normalised Party1 / Party2 enumerator. -
getCashflowType
CashflowType getCashflowType()The qualification of the type of cashflow, e.g. brokerage fee, premium, upfront fee etc. Particularly relevant when it cannot be inferred directly through lineage. -
getPaymentDiscounting
PaymentDiscounting getPaymentDiscounting()FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment. -
build
Cashflow build()Build Methods- Specified by:
buildin interfaceAssetFlowBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Cashflow.CashflowBuilder toBuilder()- Specified by:
toBuilderin interfaceAssetFlowBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceAssetFlowBase- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceAssetFlowBase- 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 interfaceAssetFlowBase- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-