DO.IBR.O4 Benefit Frequency

DO.IBR.04: BenefitFrequency

This data object outlines the frequency at which a beneficiary receives benefits from a program. It refers to the RRULE. For details and examples, see the reference link below.

Reference: RRULE

Attribute​Type​CardinalityDescription​

freq

0...1​

The frequency with which a programs delivers a benefit to beneficiaries​

dtstart​

0...1​

The recurrence start. Besides being the base for the recurrence, missing parameters in the final recurrence instances will also be extracted from this date. If not given, the current time will be used instead.​

interval​

0...1​

The interval between each frequency iteration. For example, when using YEARLY, an interval of 2 means once every two years, but with HOURLY, it means once every two hours. The default interval is 1.​

wkst​

0...1​

The week start day. Must be one of the MO, TU, WE constants, or an integer, specifying the first day of the week. This will affect recurrences based on weekly periods. ​

count​

0...1​

If given, this determines how many occurrences will be generated.​

until​

0...1​

If given, this must be a date specifying the upper-bound limit of the recurrence. The last recurrence in the rule is the greatest datetime that is less than or equal to the value specified in the until parameter.​

Last updated