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(double dblStartDate,
double dblFinishDate)
Apply the Turns' DF Adjustment
|
public TurnListDiscountFactor()
public boolean addTurn(Turn turn)
turn
- The Turn Instance to be addedpublic double turnAdjust(double dblStartDate, double dblFinishDate) throws java.lang.Exception
dblStartDate
- Turn Start DatedblFinishDate
- Turn Finish Datejava.lang.Exception
- Thrown if the Inputs are invalid