Package org.isda.cdm
Class InterestShortFall.InterestShortFallBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.InterestShortFall.InterestShortFallBuilder
-
- Enclosing class:
- InterestShortFall
public static class InterestShortFall.InterestShortFallBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
compounding
protected InterestShortfallCapEnum
interestShortfallCap
protected FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder
rateSource
-
Constructor Summary
Constructors Constructor Description InterestShortFallBuilder()
-
Method Summary
-
-
-
Field Detail
-
compounding
protected java.lang.Boolean compounding
-
interestShortfallCap
protected InterestShortfallCapEnum interestShortfallCap
-
rateSource
protected FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder rateSource
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestShortFall> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getCompounding
public java.lang.Boolean getCompounding()
-
getInterestShortfallCap
public InterestShortfallCapEnum getInterestShortfallCap()
-
getRateSource
public FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder getRateSource()
-
getOrCreateRateSource
public FieldWithMetaFloatingRateIndexEnum.FieldWithMetaFloatingRateIndexEnumBuilder getOrCreateRateSource()
-
setCompounding
public InterestShortFall.InterestShortFallBuilder setCompounding(java.lang.Boolean compounding)
-
setInterestShortfallCap
public InterestShortFall.InterestShortFallBuilder setInterestShortfallCap(InterestShortfallCapEnum interestShortfallCap)
-
setRateSource
public InterestShortFall.InterestShortFallBuilder setRateSource(FieldWithMetaFloatingRateIndexEnum rateSource)
-
setRateSourceRef
public InterestShortFall.InterestShortFallBuilder setRateSourceRef(FloatingRateIndexEnum rateSource)
-
build
public InterestShortFall build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public InterestShortFall.InterestShortFallBuilder prune()
- Specified by:
prune
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()
- Specified by:
hasData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-