Interface RateComputation

    • Method Detail

      • collectIndices

        void collectIndices​(ImmutableSet.Builder<Index> builder)
        Collects all the indices referred to by this computation.

        A computation will typically refer to one index, such as 'GBP-LIBOR-3M'. Each index that is referred to must be added to the specified builder.

        Parameters:
        builder - the builder to use