Skip to main content

System Elements Reference

Overview

This quick reference lists common calendar-sensitive system elements used in formulas and rules.

Core Calendar And Segmentation Elements

System elementMeaningTypical use
PRD BGN DTPeriod begin dateDetermine start-of-period logic
PRD END DTPeriod end dateDetermine end-of-period logic
PAY DTPayment datePayment-date-driven taxation or reporting
SEG BEGIN DTSegment begin dateSegmented proration and slicing
SEG END DTSegment end dateSegment close logic
CAL RUN IDCurrent calendar contextTrace and context-sensitive logic
FREQUENCYProcessing frequency contextConditional logic by cycle type

How To Use Them Well

  • prefer system elements over hard-coded dates in formulas
  • test segmentation formulas with actual mid-period changes
  • validate the calendar or segment context before blaming a formula

Typical Patterns

ScenarioSystem elements usually involved
accumulator based-on checksPRD BGN DT, PRD END DT, PAY DT
proration or slicingSEG BEGIN DT, SEG END DT
calendar-aware eligibilityFREQUENCY, CAL RUN ID, date elements

Key Takeaways

  • System elements let formulas stay generic and calendar-aware.
  • Segment-aware formulas are only reliable if they actively consume segment system elements.
  • This reference is most useful when read alongside the supporting-element and segmentation pages.