public class CreditManifestMeasureTweak extends ManifestMeasureTweak
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREDIT_TWEAK_NODE_MEASURE_HAZARD
Tweak Measure Type of Hazard
|
static java.lang.String |
CREDIT_TWEAK_NODE_MEASURE_QUOTE
Tweak Measure Type of Quote
|
static java.lang.String |
CREDIT_TWEAK_NODE_PARAM_QUOTE
Tweak Parameter Type of Quote
|
static java.lang.String |
CREDIT_TWEAK_NODE_PARAM_RECOVERY
Tweak Parameter Type of Recovery
|
FLAT
Constructor and Description |
---|
CreditManifestMeasureTweak(java.lang.String strParamType,
java.lang.String strMeasureType,
int iNode,
boolean bIsProportional,
double dblAmount,
boolean bSingleNodeCalib)
CreditManifestMeasureTweak constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
measureType()
Retrieve the Tweak Measure Type
|
java.lang.String |
paramType()
Retrieve the Tweak Parameter Type
|
boolean |
singleNodeCalib()
Single Node Calibration Flag
|
amount, isProportional, node
public static final java.lang.String CREDIT_TWEAK_NODE_PARAM_QUOTE
public static final java.lang.String CREDIT_TWEAK_NODE_PARAM_RECOVERY
public static final java.lang.String CREDIT_TWEAK_NODE_MEASURE_QUOTE
public static final java.lang.String CREDIT_TWEAK_NODE_MEASURE_HAZARD
public CreditManifestMeasureTweak(java.lang.String strParamType, java.lang.String strMeasureType, int iNode, boolean bIsProportional, double dblAmount, boolean bSingleNodeCalib) throws java.lang.Exception
strParamType
- Node Tweak Parameter TypestrMeasureType
- Node Tweak Measure TypeiNode
- Node to be tweaked - Set to NODE_FLAT_TWEAK for flat curve tweakbIsProportional
- True - Tweak is proportional, False - paralleldblAmount
- Amount to be tweaked - proportional tweaks are represented as percent, parallel
tweaks are absolute numbersbSingleNodeCalib
- Flat Calibration using a single node?java.lang.Exception
- Thrown if the Inputs are Invalidpublic boolean singleNodeCalib()
public java.lang.String paramType()
public java.lang.String measureType()