Class LoanProductInterestRate
java.lang.Object
tech.corefinance.product.common.model.LoanProductInterestRate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanInterest Rate Constraints (%) for fixed interest rate.intinthashCode()booleanvoidsetAccruedInterestPostingFrequency(AccruedInterestPostingFrequency accruedInterestPostingFrequency) voidsetInterestCalculationMethod(LoanInterestCalculationMethod interestCalculationMethod) voidsetInterestCalculationPoint(InterestCalculationMethod interestCalculationPoint) voidsetInterestDayInYear(InterestDayInYear interestDayInYear) voidsetInterestRateConstraints(List<ValueConstraint> interestRateConstraints) Interest Rate Constraints (%) for fixed interest rate.voidsetInterestRateIndexSource(String interestRateIndexSource) voidsetInterestType(LoanInterestType interestType) voidsetPercentPerDay(int percentPerDay) voidsetRepaymentsInterestCalculation(RepaymentsInterestCalculation repaymentsInterestCalculation) voidsetSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) toString()
-
Constructor Details
-
LoanProductInterestRate
public LoanProductInterestRate()
-
-
Method Details
-
getInterestCalculationMethod
-
getAccruedInterestPostingFrequency
-
getInterestCalculationPoint
-
getPercentPerDay
public int getPercentPerDay() -
getInterestType
-
getInterestDayInYear
-
getInterestRateConstraints
Interest Rate Constraints (%) for fixed interest rate.
Interest Spread Constraints (%) for index rate source. -
isSameConstraintForAllCurrency
public boolean isSameConstraintForAllCurrency() -
getInterestRateIndexSource
-
getRepaymentsInterestCalculation
-
setInterestCalculationMethod
-
setAccruedInterestPostingFrequency
public void setAccruedInterestPostingFrequency(AccruedInterestPostingFrequency accruedInterestPostingFrequency) -
setInterestCalculationPoint
-
setPercentPerDay
public void setPercentPerDay(int percentPerDay) -
setInterestType
-
setInterestDayInYear
-
setInterestRateConstraints
Interest Rate Constraints (%) for fixed interest rate.
Interest Spread Constraints (%) for index rate source. -
setSameConstraintForAllCurrency
public void setSameConstraintForAllCurrency(boolean sameConstraintForAllCurrency) -
setInterestRateIndexSource
-
setRepaymentsInterestCalculation
public void setRepaymentsInterestCalculation(RepaymentsInterestCalculation repaymentsInterestCalculation) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-