Package org.drip.loan.borrower
Class DTIExMortgage
java.lang.Object
org.drip.loan.borrower.DTIExMortgage
public class DTIExMortgage
extends java.lang.Object
DTIExMortgage contains the Borrower's current ex-of-mortgage Debt-to-Income Ratio.
- 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 DTIExMortgage(double dblRatio)
DTIExMortgage Constructor -
Method Summary
Modifier and Type Method Description double
ratio()
Retrieve the Borrower's Current Debt-to-income RatioMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DTIExMortgage
public DTIExMortgage(double dblRatio) throws java.lang.ExceptionDTIExMortgage Constructor- Parameters:
dblRatio
- The Borrower's Current Debt-to-income Ratio- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
ratio
public double ratio()Retrieve the Borrower's Current Debt-to-income Ratio- Returns:
- The Borrower's Current Debt-to-income Ratio
-