Class LimitExposureTermIssuerNet


public class LimitExposureTermIssuerNet
extends LimitExposureTermIssuer
LimitExposureTermIssuerNet holds the Details of a Limit Issuer Net Exposure Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitExposureTermIssuerNet

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