Package org.drip.sample.bond
Class RelativeValueMeasuresGeneration
java.lang.Object
org.drip.sample.bond.RelativeValueMeasuresGeneration
public class RelativeValueMeasuresGeneration
extends java.lang.Object
RelativeValueMeasuresGeneration is a Bond RV Measures Generation Sample demonstrating the
invocation and usage of Bond RV Measures functionality. It shows the following:
- Create the discount/treasury curve from rates/treasury instruments.
- Compute the work-out date given the price.
- Compute and display the base RV measures to the work-out date.
- Compute and display the bumped RV measures to the work-out date.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = DROP API Construction and Usage
- Package = Bullet, EOS Bond Metrics + Curve
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description RelativeValueMeasuresGeneration()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] astrArgs)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RelativeValueMeasuresGeneration
public RelativeValueMeasuresGeneration()
-
-
Method Details
-
main
public static final void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-