Package cdm.product.asset
Class InterestShortFall.InterestShortFallBuilderImpl
java.lang.Object
cdm.product.asset.InterestShortFall.InterestShortFallBuilderImpl
- All Implemented Interfaces:
InterestShortFall,InterestShortFall.InterestShortFallBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
InterestShortFall
public static class InterestShortFall.InterestShortFallBuilderImpl
extends Object
implements InterestShortFall.InterestShortFallBuilder
Builder Implementation of InterestShortFall
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.InterestShortFall
InterestShortFall.InterestShortFallBuilder, InterestShortFall.InterestShortFallBuilderImpl, InterestShortFall.InterestShortFallImpl -
Field Summary
FieldsFields inherited from interface cdm.product.asset.InterestShortFall
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies the nature of the interest Shortfall cap (i.e.The rate source in the case of a variable cap.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCompounding(Boolean _compounding) setInterestShortfallCap(InterestShortfallCapEnum _interestShortfallCap) setRateSource(FieldWithMetaFloatingRateIndexEnum _rateSource) setRateSourceValue(FloatingRateIndexEnum _rateSource) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.InterestShortFall
getType, metaData, processMethods inherited from interface cdm.product.asset.InterestShortFall.InterestShortFallBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
interestShortfallCap
-
compounding
-
rateSource
-
-
Constructor Details
-
InterestShortFallBuilderImpl
public InterestShortFallBuilderImpl()
-
-
Method Details
-
getInterestShortfallCap
@RosettaAttribute(value="interestShortfallCap", isRequired=true) @RuneAttribute(value="interestShortfallCap", isRequired=true) public InterestShortfallCapEnum getInterestShortfallCap()Description copied from interface:InterestShortFallSpecifies 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.- Specified by:
getInterestShortfallCapin interfaceInterestShortFall
-
getCompounding
@RosettaAttribute(value="compounding", isRequired=true) @RuneAttribute(value="compounding", isRequired=true) public Boolean getCompounding()- Specified by:
getCompoundingin interfaceInterestShortFall
-
getRateSource
@RosettaAttribute("rateSource") @RuneAttribute("rateSource") public FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder getRateSource()Description copied from interface:InterestShortFallThe rate source in the case of a variable cap.- Specified by:
getRateSourcein interfaceInterestShortFall- Specified by:
getRateSourcein interfaceInterestShortFall.InterestShortFallBuilder
-
getOrCreateRateSource
public FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder getOrCreateRateSource()- Specified by:
getOrCreateRateSourcein interfaceInterestShortFall.InterestShortFallBuilder
-
setInterestShortfallCap
@RosettaAttribute(value="interestShortfallCap", isRequired=true) @RuneAttribute(value="interestShortfallCap", isRequired=true) public InterestShortFall.InterestShortFallBuilder setInterestShortfallCap(InterestShortfallCapEnum _interestShortfallCap) - Specified by:
setInterestShortfallCapin interfaceInterestShortFall.InterestShortFallBuilder
-
setCompounding
@RosettaAttribute(value="compounding", isRequired=true) @RuneAttribute(value="compounding", isRequired=true) public InterestShortFall.InterestShortFallBuilder setCompounding(Boolean _compounding) - Specified by:
setCompoundingin interfaceInterestShortFall.InterestShortFallBuilder
-
setRateSource
@RosettaAttribute("rateSource") @RuneAttribute("rateSource") public InterestShortFall.InterestShortFallBuilder setRateSource(FieldWithMetaFloatingRateIndexEnum _rateSource) - Specified by:
setRateSourcein interfaceInterestShortFall.InterestShortFallBuilder
-
setRateSourceValue
public InterestShortFall.InterestShortFallBuilder setRateSourceValue(FloatingRateIndexEnum _rateSource) - Specified by:
setRateSourceValuein interfaceInterestShortFall.InterestShortFallBuilder
-
build
Description copied from interface:InterestShortFallBuild Methods- Specified by:
buildin interfaceInterestShortFall- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInterestShortFall- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceInterestShortFall.InterestShortFallBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public InterestShortFall.InterestShortFallBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-