Class Age

java.lang.Object
org.drip.loan.characteristics.Age

public class Age
extends java.lang.Object
Age contains the current Loan Age, i.e., the Months in Balance of an Asset Backed Loan.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    Age​(double dblMonthsInBalance)
    Age Constructor
  • Method Summary

    Modifier and Type Method Description
    double monthsInBalance()
    Retrieve the Loan Months in Balance

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Age

      public Age​(double dblMonthsInBalance) throws java.lang.Exception
      Age Constructor
      Parameters:
      dblMonthsInBalance - Outstanding Months in Balance
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • monthsInBalance

      public double monthsInBalance()
      Retrieve the Loan Months in Balance
      Returns:
      The Loan Months in Balance