com.opttek.optquest
Class COptQuestPortfolioLowerRequirement
java.lang.Object
com.opttek.optquest.COptQuestRequirement
com.opttek.optquest.COptQuestLowerRequirement
com.opttek.optquest.COptQuestPortfolioLowerRequirement
- public class COptQuestPortfolioLowerRequirement
- extends COptQuestLowerRequirement
The COptQuestPortfolioLowerRequirement is used with portfolio optimizations to
define a requirement where lower bound <= a statistic on a measure. The user
must define COptQuestProjectVariables with observations or period observations.
|
Method Summary |
java.lang.String |
GetType()
|
| Methods inherited from class com.opttek.optquest.COptQuestRequirement |
GetBestValue, GetCurrentValue, GetCurrentValue, GetLowerBound, GetName, GetNthBestValue, GetPortfolioMeasure, GetPortfolioStatistic, GetPortfolioStatisticValue, GetUpperBound, SetCurrentValue, SetCurrentValue, SetLowerBound, SetName, SetPortfolioMeasure, SetPortfolioStatistic, SetUpperBound |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COptQuestPortfolioLowerRequirement
public COptQuestPortfolioLowerRequirement(double lower)
- Constructor that sets the lower bound of the portfolio requirement
- Parameters:
lower - a value between -pow(2,31) and +pow(2,31)-1
COptQuestPortfolioLowerRequirement
public COptQuestPortfolioLowerRequirement(java.lang.String name,
double lower)
- Constructor that assigns a name to the portfolio requirement and sets
the lower bound
- Parameters:
name - alphanumeric namelower - a value between -pow(2,31) and +pow(2,31)-1
COptQuestPortfolioLowerRequirement
public COptQuestPortfolioLowerRequirement()
- Default constructor
GetType
public java.lang.String GetType()
- Overrides:
GetType in class COptQuestLowerRequirement