Class COptQuestPortfolioLowerRequirement


public class COptQuestPortfolioLowerRequirement extends COptQuestPortfolioRequirement
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 Details

    • 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(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