Class LimitExposureTermIssuerLong


public class LimitExposureTermIssuerLong
extends LimitExposureTermIssuer
LimitExposureTermIssuerLong holds the Details of a Limit Issuer Long Exposure Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitExposureTermIssuerLong

      public LimitExposureTermIssuerLong​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] priceArray, double[] issuerSelectionArray) throws java.lang.Exception
      LimitExposureTermIssuerLong 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 the Asset Prices
      issuerSelectionArray - Array of Issuer Selection
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details