Package cdm.base.staticdata.asset.common
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DebtRedemptionstatic classImmutable Implementation of DebtRedemption -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getParty()Specifies whether the debt security is redeemed at the election of the Issuer/Holder.Specifies the embedded option feature of a debt security.Specifies the contractual redemption or conversion features associated with a debt security.default Class<? extends DebtRedemption> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DebtRedemption> 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
-
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
RedemptionPartyEnum getParty()Specifies whether the debt security is redeemed at the election of the Issuer/Holder. -
build
DebtRedemption build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
DebtRedemption.DebtRedemptionBuilder 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
-