Class LimitBudgetTermNet


public class LimitBudgetTermNet
extends LimitBudgetTerm
LimitBudgetTermNet holds the Details of a Limit Net Budget Constraint Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitBudgetTermNet

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