Interface ReportsTables.ExceptionsRow

  • Enclosing interface:
    ReportsTables

    public static interface ReportsTables.ExceptionsRow
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String attributes()
      returns a plus if the exception is a member of an auxilliary attribute list, a minus if not
      java.lang.String benchmark()
      returns a plus if the exception is a member of the benchmark, a minus if not
      java.lang.String buyList()
      returns a plus if the exception is a member of the buy list, a minus if not
      java.lang.String composites()
      returns a plus if the exception is a member of a composite asset, a minus if not
      java.lang.String id()
      asset id
      java.lang.String portfolio()
      returns a plus if the exception is a member of the initial portfolio, a minus if not
    • Method Detail

      • id

        java.lang.String id()
        asset id
        Returns:
        asset id
      • portfolio

        java.lang.String portfolio()
        returns a plus if the exception is a member of the initial portfolio, a minus if not
        Returns:
        portfolio membership status
      • benchmark

        java.lang.String benchmark()
        returns a plus if the exception is a member of the benchmark, a minus if not
        Returns:
        benchmark membership status
      • buyList

        java.lang.String buyList()
        returns a plus if the exception is a member of the buy list, a minus if not
        Returns:
        buy list membership status
      • composites

        java.lang.String composites()
        returns a plus if the exception is a member of a composite asset, a minus if not
        Returns:
        composite asset membership status
      • attributes

        java.lang.String attributes()
        returns a plus if the exception is a member of an auxilliary attribute list, a minus if not
        Returns:
        attributes membership status