com.opttek.optquest
Class COptQuestPortfolioLowerRequirement

java.lang.Object
  extended bycom.opttek.optquest.COptQuestRequirement
      extended bycom.opttek.optquest.COptQuestLowerRequirement
          extended bycom.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.


Constructor Summary
COptQuestPortfolioLowerRequirement()
          Default constructor
COptQuestPortfolioLowerRequirement(double lower)
          Constructor that sets the lower bound of the portfolio requirement
COptQuestPortfolioLowerRequirement(java.lang.String name, double lower)
          Constructor that assigns a name to the portfolio requirement and sets the lower bound
 
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
 

Constructor Detail

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 name
lower - a value between -pow(2,31) and +pow(2,31)-1

COptQuestPortfolioLowerRequirement

public COptQuestPortfolioLowerRequirement()
Default constructor

Method Detail

GetType

public java.lang.String GetType()
Overrides:
GetType in class COptQuestLowerRequirement