Class LimitThresholdTermIssuerShort


public class LimitThresholdTermIssuerShort
extends LimitThresholdTermIssuer
LimitThresholdTermIssuerShort implements the Issuer Short Portfolio Holdings as long as they are not Zero.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitThresholdTermIssuerShort

      public LimitThresholdTermIssuerShort​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] issuerSelectionArray) throws java.lang.Exception
      LimitThresholdTermIssuerShort Constructor
      Parameters:
      name - Name of the LimitThresholdTermIssuerNet Constraint
      scope - Scope of the LimitThresholdTermIssuerNet Constraint
      unit - Unit of the LimitThresholdTermIssuerNet Constraint
      minimum - Minimum Limit Value of the Constraint
      maximum - Maximum Limit Value of the Constraint
      issuerSelectionArray - Array of the Issuer Selections
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details