public class ShortRateProcess
extends java.lang.Object
Constructor and Description |
---|
ShortRateProcess(int iSpotDate,
R1R1ToR1 funcR1R1ToR1)
ShortRateProcess Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
continuouslyReinvestedAccrualFactor(int iMaturityDate)
Retrieve the Continuously Re-invested Accruing Bank Account
|
int |
spotDate()
Retrieve the Spot Date
|
R1R1ToR1 |
stochasticShortRateFunction()
Retrieve the Stochastic Short Rate Function
|
public ShortRateProcess(int iSpotDate, R1R1ToR1 funcR1R1ToR1) throws java.lang.Exception
iSpotDate
- The Spot DatefuncR1R1ToR1
- The Stochastic Short Rate Functionjava.lang.Exception
- Thrown if the Inputs are Invalidpublic int spotDate()
public R1R1ToR1 stochasticShortRateFunction()
public double continuouslyReinvestedAccrualFactor(int iMaturityDate) throws java.lang.Exception
iMaturityDate
- The Maturity Datejava.lang.Exception
- Thrown if the Inputs are Invalid