Class OriginalPrincipal

java.lang.Object
org.drip.loan.characteristics.OriginalPrincipal

public class OriginalPrincipal
extends java.lang.Object
OriginalPrincipal contains the Origination Loan Principal.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    OriginalPrincipal​(double dblAmount)
    OriginalPrincipal Constructor
  • Method Summary

    Modifier and Type Method Description
    double amount()
    Retrieve the Original Principal Amount

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OriginalPrincipal

      public OriginalPrincipal​(double dblAmount) throws java.lang.Exception
      OriginalPrincipal Constructor
      Parameters:
      dblAmount - The Original Principal Amount
      Throws:
      java.lang.Exception - Thrown if the Inputs are invalid
  • Method Details

    • amount

      public double amount()
      Retrieve the Original Principal Amount
      Returns:
      The Original Principal Amount