Interface ReportsTables.PenaltiesRow

  • Enclosing interface:
    ReportsTables

    public static interface ReportsTables.PenaltiesRow
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double benchWt()
      benchmark weight for penalty group
      double initActvWt()
      initial active weight for penalty group
      double initWt()
      initial portfolio weight for penalty group
      java.lang.String name()
      group name
      double optActvWt()
      optimal active weight for penalty group.
      double optWt()
      optimal weight for penalty group
    • Method Detail

      • name

        java.lang.String name()
        group name
        Returns:
        name
      • benchWt

        double benchWt()
        benchmark weight for penalty group
        Returns:
        benchmark weight in percent
      • initWt

        double initWt()
        initial portfolio weight for penalty group
        Returns:
        initial weight in percent
      • initActvWt

        double initActvWt()
        initial active weight for penalty group
        Returns:
        initial active weight
      • optWt

        double optWt()
        optimal weight for penalty group
        Returns:
        optimal weight
      • optActvWt

        double optActvWt()
        optimal active weight for penalty group.
        Returns:
        optimal active weight