Package org.drip.loan.borrower
Class OriginationFICO
java.lang.Object
org.drip.loan.borrower.OriginationFICO
public class OriginationFICO
extends java.lang.Object
OriginationFICO contains the Borrower's FICO Score at a given Loan's Origination.
- 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 OriginationFICO(double dblFICO)
OriginationFICO Constructor -
Method Summary
Modifier and Type Method Description double
score()
Retrieve the Borrower's FICO Score at OriginationMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OriginationFICO
public OriginationFICO(double dblFICO) throws java.lang.ExceptionOriginationFICO Constructor- Parameters:
dblFICO
- The Borrower's FICO Score at Origination- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
score
public double score()Retrieve the Borrower's FICO Score at Origination- Returns:
- The Borrower's FICO Score at Origination
-