Package org.drip.loan.characteristics
Class OriginalPrincipal
java.lang.Object
org.drip.loan.characteristics.OriginalPrincipal
public class OriginalPrincipal
extends java.lang.Object
OriginalPrincipal contains the Origination Loan Principal.
- Module = Product Core Module
- Library = Loan Analytics
- Project = Borrower and Loan Level Characteristics
- Package = Asset Backed Loan Level Characteristics
- 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 AmountMethods 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.ExceptionOriginalPrincipal 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
-