Subversion Repositories SmartDukaan

Rev

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

Rev 35394 Rev 35811
Line 7... Line 7...
7
import com.spice.profitmandi.dao.entity.transaction.StateWiseLoanSummary;
7
import com.spice.profitmandi.dao.entity.transaction.StateWiseLoanSummary;
8
import com.spice.profitmandi.dao.enumuration.transaction.CreditRisk;
8
import com.spice.profitmandi.dao.enumuration.transaction.CreditRisk;
9
import com.spice.profitmandi.dao.enumuration.transaction.LoanReferenceType;
9
import com.spice.profitmandi.dao.enumuration.transaction.LoanReferenceType;
10
import com.spice.profitmandi.dao.model.SDCreditResponseOut;
10
import com.spice.profitmandi.dao.model.SDCreditResponseOut;
11
 
11
 
-
 
12
import com.spice.profitmandi.dao.model.BulkCreditSummary;
-
 
13
import com.spice.profitmandi.dao.model.CreditSummary;
-
 
14
 
12
import java.math.BigDecimal;
15
import java.math.BigDecimal;
13
import java.time.LocalDate;
16
import java.time.LocalDate;
14
import java.time.LocalDateTime;
17
import java.time.LocalDateTime;
15
import java.util.List;
18
import java.util.List;
16
import java.util.Map;
19
import java.util.Map;
Line 73... Line 76...
73
	void resetHardLimit() throws ProfitMandiBusinessException;
76
	void resetHardLimit() throws ProfitMandiBusinessException;
74
 
77
 
75
	void releaseBlockedLimit(Loan blockedLoan, double limitToRelease) throws ProfitMandiBusinessException;
78
	void releaseBlockedLimit(Loan blockedLoan, double limitToRelease) throws ProfitMandiBusinessException;
76
 
79
 
77
    void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement, boolean useRecent) throws ProfitMandiBusinessException;
80
    void updateMinInvestmentForHardLimit(SDCreditRequirement sdCreditRequirement, boolean useRecent) throws ProfitMandiBusinessException;
-
 
81
 
-
 
82
	CreditSummary getCreditSummary(int fofoId);
-
 
83
 
-
 
84
	CreditSummary getCreditSummaryForOrder(int fofoId, double orderAmount) throws ProfitMandiBusinessException;
-
 
85
 
-
 
86
	Map<Integer, BulkCreditSummary> getCreditSummaryBulk();
78
}
87
}