Class ReportRequirements

  • All Implemented Interfaces:
    org.joda.beans.Bean, org.joda.beans.ImmutableBean

    public final class ReportRequirements
    extends Object
    implements org.joda.beans.ImmutableBean
    Describes the requirements for a report to be run in terms of trade-level measures that can be separately obtained by the calculation engine.
    • Method Detail

      • of

        public static ReportRequirements of​(Column... columns)
        Obtains an instance from the columns.
        Parameters:
        columns - the columns to calculate
        Returns:
        the requirements
      • of

        public static ReportRequirements of​(List<Column> columns)
        Obtains an instance from the columns.
        Parameters:
        columns - the columns to calculate
        Returns:
        the requirements
      • meta

        public static ReportRequirements.Meta meta()
        The meta-bean for ReportRequirements.
        Returns:
        the meta-bean, not null
      • getTradeMeasureRequirements

        public ImmutableList<Column> getTradeMeasureRequirements()
        Gets the trade-level measure requirements.
        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object