Package org.drip.sample.overnight
Class SingleStretchCurveBuilder
java.lang.Object
org.drip.sample.overnight.SingleStretchCurveBuilder
public class SingleStretchCurveBuilder
extends java.lang.Object
SingleStretchCurveBuilder contains a sample of the construction and usage of the Overnight Curve
built using the Overnight Indexed Swap Product Instruments inside a single stretch. The Tenors/Quotes to
replicate are taken from:
- Ametrano, F., and M. Bianchetti (2013): Everything You Always Wanted to Know About Multiple Interest Rate Curve Bootstrapping but Were Afraid to Ask http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2219548
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = DROP API Construction and Usage
- Package = Shape Preserving Stretch Overnight Curve
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description SingleStretchCurveBuilder()
-
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
-
SingleStretchCurveBuilder
public SingleStretchCurveBuilder()
-
-
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
-