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

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 Income

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