public class Vintage
extends java.lang.Object
Constructor and Description |
---|
Vintage(int iOriginationYear,
int iOriginationMonth)
Vintage Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
originationMonth()
Retrieve the Origination Month
|
int |
originationYear()
Retrieve the Origination Year
|
static Vintage |
Standard(JulianDate dtOrigination)
Construct a Vintage Instance from the Origination Date
|
public Vintage(int iOriginationYear, int iOriginationMonth) throws java.lang.Exception
iOriginationYear
- Loan Origination YeariOriginationMonth
- Loan Origination Monthjava.lang.Exception
- Thrown if the Inputs are not Validpublic static final Vintage Standard(JulianDate dtOrigination)
dtOrigination
- The Origination Datepublic int originationYear()
public int originationMonth()