Interface DeliveryAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
DeliveryAmount.DeliveryAmountBuilder
All Known Implementing Classes:
DeliveryAmount.DeliveryAmountBuilderImpl, DeliveryAmount.DeliveryAmountImpl

@RosettaDataType(value="DeliveryAmount", builder=DeliveryAmountBuilderImpl.class, version="5.30.0") @RuneDataType(value="DeliveryAmount", model="cdm", builder=DeliveryAmountBuilderImpl.class, version="5.30.0") public interface DeliveryAmount extends com.rosetta.model.lib.RosettaModelObject
A class to specify the application of Interest Amount with respect the Delivery Amount.
Version:
5.30.0
  • Field Details

  • Method Details

    • getStandardElection

      DeliveryAmountElectionEnum getStandardElection()
      The standard election as specified by an enumeration.
    • getCustomElection

      String getCustomElection()
      The custom election that might be specified by the parties to the agreement.
    • 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 DeliveryAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends DeliveryAmount> 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