Member Junction
    Preparing search index...
    • Resolves the per-record as-of date from the configured AsOfStrategy.

      • nonenull (no point-in-time filtering; features reflect "now").
      • column → the value of Strategy.Column on the record, parsed as a date.
      • offsetlabelEventDate − OffsetDays. The label-event date is the per-record anchor (e.g. the renewal-window start); we assemble features as of N days before it so the model only ever sees pre-decision data.

      Parameters

      • strategy: AsOfStrategy

        the configured as-of strategy

      • record: SourceRow

        the training/scoring unit record

      • OptionallabelEventDate: Date

        the record's label-event date (required for offset)

      Returns Date

      the resolved as-of cutoff, or null when no filtering applies