Package cdm.product.asset
Interface InterestShortFall
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
InterestShortFall.InterestShortFallBuilder
- All Known Implementing Classes:
InterestShortFall.InterestShortFallBuilderImpl,InterestShortFall.InterestShortFallImpl
@RosettaDataType(value="InterestShortFall",
builder=InterestShortFallBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="InterestShortFall",
model="cdm",
builder=InterestShortFallBuilderImpl.class,
version="5.30.0")
public interface InterestShortFall
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the interest shortfall floating rate payment event.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of InterestShortFallstatic classImmutable Implementation of InterestShortFall -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the nature of the interest Shortfall cap (i.e.The rate source in the case of a variable cap.default Class<? extends InterestShortFall> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestShortFall> 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
-
getInterestShortfallCap
InterestShortfallCapEnum getInterestShortfallCap()Specifies the nature of the interest Shortfall cap (i.e. Fixed Cap or Variable Cap) in the case where it is applicable. ISDA 2003 Term: Interest Shortfall Cap. -
getCompounding
Boolean getCompounding() -
getRateSource
FieldWithMetaFloatingRateIndexEnum getRateSource()The rate source in the case of a variable cap. -
build
InterestShortFall build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
InterestShortFall.InterestShortFallBuilder 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
-