Package org.drip.param.quoting
Class MeasureInterpreter
java.lang.Object
org.drip.param.quoting.MeasureInterpreter
- Direct Known Subclasses:
QuotedSpreadInterpreter
,YieldInterpreter
public abstract class MeasureInterpreter
extends java.lang.Object
MeasureInterpreter is the abstract shell stub class from which all product measure quoting
parameters are derived. It contains fields needed to interpret a measure quote.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Product Cash Flow, Valuation, Market, Pricing, and Quoting Parameters
- Package = Quoting Convention Valuation Customization Parameters
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description MeasureInterpreter()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MeasureInterpreter
public MeasureInterpreter()
-