Class KeyRateDuration
java.lang.Object
org.drip.sample.treasuryfuturesapi.KeyRateDuration
public class KeyRateDuration
extends java.lang.Object
KeyRateDuration demonstrates the Invocation and Examination of the Key Rate Duration Computation
for the specified Treasury Futures.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = DROP API Construction and Usage
- Package = G20 Treasury Futures Valuation API
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description KeyRateDuration()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyRateDuration
public KeyRateDuration()
-
-
Method Details
-
main
public static final void main(java.lang.String[] args) throws java.lang.ExceptionEntry Point- Parameters:
args
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-