Interface PrincipalPayments

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PrincipalPayments.PrincipalPaymentsBuilder
All Known Implementing Classes:
PrincipalPayments.PrincipalPaymentsBuilderImpl, PrincipalPayments.PrincipalPaymentsImpl

@RosettaDataType(value="PrincipalPayments", builder=PrincipalPaymentsBuilderImpl.class, version="5.30.0") @RuneDataType(value="PrincipalPayments", model="cdm", builder=PrincipalPaymentsBuilderImpl.class, version="5.30.0") public interface PrincipalPayments extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining which principal exchanges occur for the stream.
Version:
5.30.0
  • Field Details

  • Method Details

    • getInitialPayment

      Boolean getInitialPayment()
      A true/false flag to indicate whether there is an initial exchange of principal on the effective date.
    • getFinalPayment

      Boolean getFinalPayment()
      A true/false flag to indicate whether there is a final exchange of principal on the termination date.
    • getIntermediatePayment

      Boolean getIntermediatePayment()
      A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.
    • getVaryingLegNotionalCurrency

      List<String> getVaryingLegNotionalCurrency()
      Indicate the Payout legs which nominal amount may vary in regards of FX Fixing dates as determined in the product terms.
    • getPrincipalPaymentSchedule

      PrincipalPaymentSchedule getPrincipalPaymentSchedule()
      Describe dates schedules for Principal Exchanges and related role of the parties when known.
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • 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 PrincipalPayments> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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