Class FixedDepositAccountInterestCalculationServiceImpl
java.lang.Object
org.apache.fineract.portfolio.savings.service.FixedDepositAccountInterestCalculationServiceImpl
- All Implemented Interfaces:
FixedDepositAccountInterestCalculationService
@Service
public class FixedDepositAccountInterestCalculationServiceImpl
extends Object
implements FixedDepositAccountInterestCalculationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateInterest(org.apache.fineract.infrastructure.core.api.JsonQuery query) calculateInterestInternal(BigDecimal principalAmount, BigDecimal annualInterestRate, Long tenureInMonths, Long interestCompoundingPeriodInMonths)
-
Constructor Details
-
FixedDepositAccountInterestCalculationServiceImpl
public FixedDepositAccountInterestCalculationServiceImpl()
-
-
Method Details
-
calculateInterest
- Specified by:
calculateInterestin interfaceFixedDepositAccountInterestCalculationService
-
calculateInterestInternal
public BigDecimal calculateInterestInternal(BigDecimal principalAmount, BigDecimal annualInterestRate, Long tenureInMonths, Long interestCompoundingPeriodInMonths)
-