public class TurnListDiscountFactor
extends java.lang.Object
Constructor and Description |
---|
TurnListDiscountFactor()
Empty TurnListDiscountFactor constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
addTurn(Turn turn)
Add a Turn Instance to the Discount Curve
|
double |
turnAdjust(int iStartDate,
int iFinishDate)
Apply the Turns' DF Adjustment
|
public TurnListDiscountFactor()
public boolean addTurn(Turn turn)
turn
- The Turn Instance to be addedpublic double turnAdjust(int iStartDate, int iFinishDate) throws java.lang.Exception
iStartDate
- Turn Start DateiFinishDate
- Turn Finish Datejava.lang.Exception
- Thrown if the Inputs are invalid