Package org.drip.sample.bondapi
Class FixedCouponKeyRateDuration
java.lang.Object
org.drip.sample.bondapi.FixedCouponKeyRateDuration
public class FixedCouponKeyRateDuration
extends java.lang.Object
FixedCouponKeyRateDuration 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 = Fixed Coupon KRD + RV Measures
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description FixedCouponKeyRateDuration()
-
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
-
FixedCouponKeyRateDuration
public FixedCouponKeyRateDuration()
-
-
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
-