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.

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 Years

    Methods 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.Exception
      DelinquentAccountsLast2Years 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