Class LimitExposureTermNet


public class LimitExposureTermNet
extends LimitExposureTerm
LimitExposureTermNet holds the Details of a Limit Net Exposure Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitExposureTermNet

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