Package org.isda.cdm
Class DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder
-
- Enclosing class:
- DistributionAndInterestPayment
public static class DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
alternativeProvision
protected java.lang.Boolean
dailyInterestCompounding
protected InterestAdjustment.InterestAdjustmentBuilder
interestAdjustment
protected InterestAmount.InterestAmountBuilder
interestAmount
protected java.lang.Boolean
interestPaymentNetting
protected java.lang.Boolean
interestPaymentTransfer
protected java.util.List<EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder>
interestRate
protected java.lang.Boolean
negativeInterest
-
Constructor Summary
Constructors Constructor Description DistributionAndInterestPaymentBuilder()
-
Method Summary
-
-
-
Field Detail
-
alternativeProvision
protected java.lang.String alternativeProvision
-
dailyInterestCompounding
protected java.lang.Boolean dailyInterestCompounding
-
interestAdjustment
protected InterestAdjustment.InterestAdjustmentBuilder interestAdjustment
-
interestAmount
protected InterestAmount.InterestAmountBuilder interestAmount
-
interestPaymentNetting
protected java.lang.Boolean interestPaymentNetting
-
interestPaymentTransfer
protected java.lang.Boolean interestPaymentTransfer
-
interestRate
protected java.util.List<EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder> interestRate
-
negativeInterest
protected java.lang.Boolean negativeInterest
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DistributionAndInterestPayment> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getAlternativeProvision
public java.lang.String getAlternativeProvision()
-
getDailyInterestCompounding
public java.lang.Boolean getDailyInterestCompounding()
-
getInterestAdjustment
public InterestAdjustment.InterestAdjustmentBuilder getInterestAdjustment()
-
getOrCreateInterestAdjustment
public InterestAdjustment.InterestAdjustmentBuilder getOrCreateInterestAdjustment()
-
getInterestAmount
public InterestAmount.InterestAmountBuilder getInterestAmount()
-
getOrCreateInterestAmount
public InterestAmount.InterestAmountBuilder getOrCreateInterestAmount()
-
getInterestPaymentNetting
public java.lang.Boolean getInterestPaymentNetting()
-
getInterestPaymentTransfer
public java.lang.Boolean getInterestPaymentTransfer()
-
getInterestRate
public java.util.List<EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder> getInterestRate()
-
getOrCreateInterestRate
public EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder getOrCreateInterestRate(int index)
-
getNegativeInterest
public java.lang.Boolean getNegativeInterest()
-
setAlternativeProvision
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setAlternativeProvision(java.lang.String alternativeProvision)
-
setDailyInterestCompounding
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setDailyInterestCompounding(java.lang.Boolean dailyInterestCompounding)
-
setInterestAdjustment
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestAdjustment(InterestAdjustment interestAdjustment)
-
setInterestAdjustmentBuilder
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestAdjustmentBuilder(InterestAdjustment.InterestAdjustmentBuilder interestAdjustment)
-
setInterestAmount
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestAmount(InterestAmount interestAmount)
-
setInterestAmountBuilder
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestAmountBuilder(InterestAmount.InterestAmountBuilder interestAmount)
-
setInterestPaymentNetting
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestPaymentNetting(java.lang.Boolean interestPaymentNetting)
-
setInterestPaymentTransfer
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setInterestPaymentTransfer(java.lang.Boolean interestPaymentTransfer)
-
addInterestRate
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder addInterestRate(EligibleCurrencyInterestRate interestRate)
-
addInterestRate
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder addInterestRate(EligibleCurrencyInterestRate interestRate, int _idx)
-
addInterestRate
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder addInterestRate(java.util.List<EligibleCurrencyInterestRate> interestRates)
-
addInterestRateBuilder
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder addInterestRateBuilder(EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder interestRate)
-
clearInterestRate
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder clearInterestRate()
-
setNegativeInterest
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder setNegativeInterest(java.lang.Boolean negativeInterest)
-
build
public DistributionAndInterestPayment build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder 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
-
-