Member Junction
    Preparing search index...
    • Filters dated rows to those occurring at-or-before the as-of cutoff. A null cutoff (i.e. Mode='none') is the identity filter — all rows survive.

      This is the leakage-prevention boundary: only rows passing this filter may feed any time-relative feature.

      Parameters

      • rows: DatedRow[]

        the candidate dated rows for one record

      • asOfDate: Date

        the resolved cutoff, or null for no filtering

      Returns DatedRow[]

      the rows at-or-before the cutoff