Class LimitExposureTermIssuerShort


public class LimitExposureTermIssuerShort
extends LimitExposureTermIssuer
LimitExposureTermIssuerShort holds the Details of a Limit Issuer Short Exposure Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitExposureTermIssuerShort

      public LimitExposureTermIssuerShort​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] priceArray, double[] issuerSelectionArray) throws java.lang.Exception
      LimitExposureTermIssuerShort Constructor
      Parameters:
      name - Name of the Constraint
      scope - Scope of the Constraint - ACCOUNT/ASSET/SET
      unit - Unit of the Constraint
      minimum - Minimum Value of the Constraint
      maximum - Maximum Value of the Constraint
      priceArray - Array of Asset Prices
      issuerSelectionArray - Array of Issuer Selection
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details