Package org.drip.sample.cross
Class CrossFloatCrossFloat
java.lang.Object
org.drip.sample.cross.CrossFloatCrossFloat
public class CrossFloatCrossFloat
extends java.lang.Object
CrossFloatCrossFloat demonstrates the construction, usage, and eventual valuation of the
Mark-to-market float-float swap with a 3M EUR Floater leg that pays in USD, and a 6M EUR Floater leg that
pays in USD. Comparison is done across MTM and non-MTM fixed Leg Counterparts.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = DROP API Construction and Usage
- Package = Single/Dual Stream XCCY Component
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description CrossFloatCrossFloat()
-
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
-
CrossFloatCrossFloat
public CrossFloatCrossFloat()
-
-
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
-