Interface DebtRedemption

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
DebtRedemption.DebtRedemptionBuilder
All Known Implementing Classes:
DebtRedemption.DebtRedemptionBuilderImpl, DebtRedemption.DebtRedemptionImpl

@RosettaDataType(value="DebtRedemption", builder=DebtRedemptionBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="DebtRedemption", model="cdm", builder=DebtRedemptionBuilderImpl.class, version="7.0.0-dev.105") public interface DebtRedemption extends com.rosetta.model.lib.RosettaModelObject
Specifies the redemption features and whether the redemption right is exercised at the discretion of the issuer or the holder.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getRedemptionType

      RedemptionTypeEnum getRedemptionType()
      Specifies the contractual redemption or conversion features associated with a debt security.
    • getPutCall

      PutCallEnum getPutCall()
      Specifies the embedded option feature of a debt security.
    • getParty

      Specifies whether the debt security is redeemed at the election of the Issuer/Holder.
    • 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 DebtRedemption> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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