public interface RepoEstimator
| Modifier and Type | Method and Description |
|---|---|
Component |
component()
Retrieve the Repo-able Component
|
double |
repo(int iDate)
Calculate the Repo Rate to the given Date
|
double |
repo(JulianDate dt)
Calculate the Repo Rate to the given Date
|
double |
repo(java.lang.String strTenor)
Calculate the Repo Rate to the given Tenor
|
Component component()
double repo(int iDate)
throws java.lang.Exception
iDate - Datejava.lang.Exception - Thrown if the Repo Rate cannot be calculateddouble repo(JulianDate dt) throws java.lang.Exception
dt - Datejava.lang.Exception - Thrown if the Repo Rate cannot be calculateddouble repo(java.lang.String strTenor)
throws java.lang.Exception
strTenor - The Tenorjava.lang.Exception - Thrown if the Repo Rate cannot be calculated