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
  • Field Details

  • 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PassThroughItem> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject