Class AlphaGroup

java.lang.Object

public class AlphaGroup
extends BlockAttribute
AlphaGroup contains the Group of Alphas for the specified Set of Assets.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    AlphaGroup​(java.lang.String name, java.lang.String id, java.lang.String description)
    AlphaGroup Constructor
  • Method Summary

    Methods inherited from class org.drip.portfolioconstruction.composite.BlockAttribute

    add, attribute, constrict, contains, value

    Methods inherited from class org.drip.portfolioconstruction.core.Block

    description, hashCode, id, name, Standard, timeStamp

    Methods inherited from class java.lang.Object

    equals, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlphaGroup

      public AlphaGroup​(java.lang.String name, java.lang.String id, java.lang.String description) throws java.lang.Exception
      AlphaGroup Constructor
      Parameters:
      name - The Name
      id - The ID
      description - The Description
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid