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