Package org.drip.loan.borrower
Class RevolvingUtilizationRate
java.lang.Object
org.drip.loan.borrower.RevolvingUtilizationRate
public class RevolvingUtilizationRate
extends java.lang.Object
RevolvingUtilizationRate contains the Borrower's Net Revolving Utilization Rate.
- 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 RevolvingUtilizationRate(double dblRate)
RevolvingUtilizationRate Constructor -
Method Summary
Modifier and Type Method Description double
rate()
Retrieve the Borrower's Revolving Utilization RateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RevolvingUtilizationRate
public RevolvingUtilizationRate(double dblRate) throws java.lang.ExceptionRevolvingUtilizationRate Constructor- Parameters:
dblRate
- The Borrower's Revolving Utilization Rate- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
rate
public double rate()Retrieve the Borrower's Revolving Utilization Rate- Returns:
- The Borrower's Revolving Utilization Rate
-