Package org.drip.loan.borrower
Class MonthlyGrossIncome
java.lang.Object
org.drip.loan.borrower.MonthlyGrossIncome
public class MonthlyGrossIncome
extends java.lang.Object
MonthlyGrossIncome contains the Borrower's Monthly Gross Income
- 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 MonthlyGrossIncome(double dblAmount)
MonthlyGrossIncome Constructor -
Method Summary
Modifier and Type Method Description double
amount()
Retrieve the Borrower's Monthly Gross IncomeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MonthlyGrossIncome
public MonthlyGrossIncome(double dblAmount) throws java.lang.ExceptionMonthlyGrossIncome Constructor- Parameters:
dblAmount
- The Borrower's Monthly Gross Income- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
amount
public double amount()Retrieve the Borrower's Monthly Gross Income- Returns:
- The Borrower's Monthly Gross Income
-