Package org.drip.loan.borrower
Class TotalAccounts
java.lang.Object
org.drip.loan.borrower.TotalAccounts
public class TotalAccounts
extends java.lang.Object
TotalAccounts contains the Total Current Number of Accounts for the Borrower
- 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 TotalAccounts(int iCount)
TotalAccounts Constructor -
Method Summary
Modifier and Type Method Description int
count()
Retrieve the Borrower's Current Count of the Total Number of AccountsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TotalAccounts
public TotalAccounts(int iCount) throws java.lang.ExceptionTotalAccounts Constructor- Parameters:
iCount
- Current Count of the Total Number of Accounts- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
count
public int count()Retrieve the Borrower's Current Count of the Total Number of Accounts- Returns:
- The Borrower's Current Count of the Total Number of Accounts
-