Subversion Repositories SmartDukaan

Rev

Rev 35295 | Rev 35326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35295 Rev 35299
Line 3828... Line 3828...
3828
 
3828
 
3829
    private BigDecimal getSuggestedAmount(double investmentValue, double percentageValue) {
3829
    private BigDecimal getSuggestedAmount(double investmentValue, double percentageValue) {
3830
        return BigDecimal.valueOf(investmentValue * percentageValue);
3830
        return BigDecimal.valueOf(investmentValue * percentageValue);
3831
    }
3831
    }
3832
 
3832
 
3833
    private static List<Integer> hundredPercentLimitPartnerIds = Arrays.asList(175139630,
3833
    /*private static List<Integer> hundredPercentLimitPartnerIds = Arrays.asList(175139630,
3834
            175139815,
3834
            175139815,
3835
            175139844,
3835
            175139844,
3836
            175140101
3836
            175140101
3837
    );
3837
    );*/
-
 
3838
 
-
 
3839
    private static List<Integer> hundredPercentLimitPartnerIds = Arrays.asList();
3838
 
3840
 
3839
    private BigDecimal getSuggestedAmount(CreditAccount creditAccount, PartnerDailyInvestment
3841
    private BigDecimal getSuggestedAmount(CreditAccount creditAccount, PartnerDailyInvestment
3840
            partnerDailyInvestment, long utilizationAmount, BigDecimal sidbiLimit) {
3842
            partnerDailyInvestment, long utilizationAmount, BigDecimal sidbiLimit) {
3841
        BigDecimal suggestedAmount = BigDecimal.ZERO;
3843
        BigDecimal suggestedAmount = BigDecimal.ZERO;
3842
        //1 LAC
3844
        //1 LAC