Package org.drip.loan.characteristics
Class InquiriesLast6Months
java.lang.Object
org.drip.loan.characteristics.InquiriesLast6Months
public class InquiriesLast6Months
extends java.lang.Object
InquiriesLast6Months contains the Total Number of Inquiries for the Loan over the Last 6 Months.
- Module = Product Core Module
- Library = Loan Analytics
- Project = Borrower and Loan Level Characteristics
- Package = Asset Backed Loan Level Characteristics
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description InquiriesLast6Months(int iCount)
InquiriesLast6Months Constructor -
Method Summary
Modifier and Type Method Description int
count()
Retrieve the Total Number of Inquiries for the Loan over the Last 6 MonthsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InquiriesLast6Months
public InquiriesLast6Months(int iCount) throws java.lang.ExceptionInquiriesLast6Months Constructor- Parameters:
iCount
- Total Number of Inquiries for the Loan over the Last 6 Months- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
count
public int count()Retrieve the Total Number of Inquiries for the Loan over the Last 6 Months- Returns:
- The Total Number of Inquiries for the Loan over the Last 6 Months
-