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.

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 Rate

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