Package cdm.product.asset
Interface InterestShortFall.InterestShortFallBuilder
- All Superinterfaces:
InterestShortFall,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
InterestShortFall.InterestShortFallBuilderImpl
- Enclosing interface:
InterestShortFall
public static interface InterestShortFall.InterestShortFallBuilder
extends InterestShortFall, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.InterestShortFall
InterestShortFall.InterestShortFallBuilder, InterestShortFall.InterestShortFallBuilderImpl, InterestShortFall.InterestShortFallImpl -
Field Summary
Fields inherited from interface cdm.product.asset.InterestShortFall
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe rate source in the case of a variable cap.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCompounding(Boolean compounding) setInterestShortfallCap(InterestShortfallCapEnum interestShortfallCap) setRateSource(FieldWithMetaFloatingRateIndexEnum rateSource) setRateSourceValue(FloatingRateIndexEnum rateSource) Methods inherited from interface cdm.product.asset.InterestShortFall
build, getCompounding, getInterestShortfallCap, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateRateSource
FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder getOrCreateRateSource() -
getRateSource
Description copied from interface:InterestShortFallThe rate source in the case of a variable cap.- Specified by:
getRateSourcein interfaceInterestShortFall
-
setInterestShortfallCap
InterestShortFall.InterestShortFallBuilder setInterestShortfallCap(InterestShortfallCapEnum interestShortfallCap) -
setCompounding
-
setRateSource
InterestShortFall.InterestShortFallBuilder setRateSource(FieldWithMetaFloatingRateIndexEnum rateSource) -
setRateSourceValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-