Package org.drip.sample.creditfeed
Class USDCreditFixingReconstitutor
java.lang.Object
org.drip.sample.creditfeed.USDCreditFixingReconstitutor
public class USDCreditFixingReconstitutor
extends java.lang.Object
USDCreditFixingReconstitutor demonstrates the Cleansing and the Shape Preserving Re-constitution of
the USD Credit Fixing Input Marks.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = DROP API Construction and Usage
- Package = CDX NA IG Series Reconstitutor
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description USDCreditFixingReconstitutor()
-
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
-
USDCreditFixingReconstitutor
public USDCreditFixingReconstitutor()
-
-
Method Details
-
main
public static final void main(java.lang.String[] args)Entry Point- Parameters:
args
- Command Line Argument Array
-