Package cdm.product.template
Interface PassThroughItem
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PassThroughItem.PassThroughItemBuilder
- All Known Implementing Classes:
PassThroughItem.PassThroughItemBuilderImpl,PassThroughItem.PassThroughItemImpl
@RosettaDataType(value="PassThroughItem",
builder=PassThroughItemBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PassThroughItem",
model="cdm",
builder=PassThroughItemBuilderImpl.class,
version="5.30.0")
public interface PassThroughItem
extends com.rosetta.model.lib.RosettaModelObject
Class to represent a single pass through payment.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PassThroughItemstatic classImmutable Implementation of PassThroughItem -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Percentage of payments from the underlier which are passed through.This attribute doesn't exists in the FpML construct, which makes use of the PayerReceiver.model group.default Class<? extends PassThroughItem> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem> 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
-
getPayerReceiver
PayerReceiver getPayerReceiver()This attribute doesn't exists in the FpML construct, which makes use of the PayerReceiver.model group. -
getPassThroughPercentage
BigDecimal getPassThroughPercentage()Percentage of payments from the underlier which are passed through. -
build
PassThroughItem build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PassThroughItem.PassThroughItemBuilder 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
-