AI-generated Key Takeaways
-
Election date types are used for pre-election data and election results feeds, but not for officeholder feeds.
-
The possible enumeration values for election date type are
scheduled,snap, andbounded. -
scheduledindicates an election that is already scheduled, whilesnapindicates a snap election. -
boundedis used when election dates are uncertain but expected within a timeframe, with specific rules for interpretingStartDateandEndDate. -
boundedelections cannot have anEndDatein the past unless theirDateStatusispostponedorcanceled.
The following table lists the enumerations for election date type in the
Election entity:
| Value | Description |
|---|---|
scheduled |
When the election is already scheduled. |
snap |
When a snap election is called. |
bounded |
When the election dates are uncertain but expected within a given
timeframe. For elections with this date type, the EndDate
will be interpreted as "expected on-or-before", and
StartDate will be interpreted as "expected on-or-after"
if different from EndDate and ignored if the same.
In other words, to specify only an "expected on-or-before" date, set
both the |