Class LimitThresholdTermIssuerNet


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitThresholdTermIssuerNet

      public LimitThresholdTermIssuerNet​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] issuerSelectionArray) throws java.lang.Exception
      LimitThresholdTermIssuerNet 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