Package org.drip.loan.characteristics
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.
- 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 Age(double dblMonthsInBalance)
Age Constructor -
Method Summary
Modifier and Type Method Description double
monthsInBalance()
Retrieve the Loan Months in BalanceMethods 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.ExceptionAge 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
-