FTDT Duty Period — Canadian (CARs §§700.19–700.72)

Updated: 2026-08-08 07:02 ET · Audited: 2026-06-26

Canadian duty periods include all duties performed by the flight crew member on behalf of the air operator that occur before, during, and between flight segments without a required intervening rest period. Governed by CARs Part VII, Division III (§§700.19–700.72), applicable to Subpart 5 (705) — Airline Operations.

The DutyPeriod_CAN class hierarchy mirrors the DutyPeriod_USA hierarchy for Part 117 operations, adapted to the CARs regulatory framework. Primary structural differences:

FDP Data Requirements

All DutyPeriod_CAN Types (Base)

Unaugmented Operations

Additional Fields (DutyPeriod_CAN_UnAugmented)

vs. Part 117: Part 117 uses segment count as the direct table lookup key. CARs uses average flight duration first, then flight count.

Augmented Operations

Additional Fields (DutyPeriod_CAN_Augmented)

In-flight rest minimums (§700.60(2)):

RoleMinimum In-Flight Rest
Crew member flying final landing2 consecutive hours
All other crew members90 consecutive minutes
vs. Part 117: Part 117 Table C varies by start time × crew count × rest class. CARs §700.60 table is start-time-independent — only additional crew members and rest facility class determine the limit.

Reserve Operations

Additional Fields (DutyPeriod_CAN_UnAugmented_R / DutyPeriod_CAN_Augmented_R)

Maximum reserve duty period by start time (§700.70(7)):

Reserve Duty Period StartsMax Reserve Duty Period
02:00–17:5918 hours
18:00–18:5917 hours
19:00–20:5916 hours
21:00–22:5915 hours
23:00–01:5914 hours

Augmented reserve extensions (§700.70(8)):

Additional CrewRest FacilityMax Reserve Duty PeriodAvailability Period Start
1Class 1 or 220 hoursAny
2Class 1 or 222 hours21:00–03:00 (acclimatized)
2Class 126 hoursBefore 21:00 or after 03:00 (acclimatized)

Hours of work for reserve (§700.29(3)(a)): Only 33% of reserve availability period time counts toward hours of work limits. Full FDP time counts at 100%.

vs. Part 117: Part 117 short-call RAP counts as 100% for FDP/duty purposes. CARs 33% reserve availability credit is significantly more crew-favorable.

Split Duty Operations

Additional Fields (§700.50)

FDP extension calculation:

Effective Extension = Credit Percentage × (Break Duration − 45 minutes)

Credit Percentage:
  Break during 00:00–05:59 → 100%
  Break during 06:00–23:59 → 50%
  UOC replanning after FDP begins → 50%

Example: Break of 90 min during 06:00–23:59
  = 50% × (90 − 45) = 22.5 minutes FDP extension

Reserve split duty (§700.50(5)): If a reserve crew member is assigned to split duty, the reserve duty period may be extended by 2 hours (beyond §700.70(7)/(8) maximum). No more than 2 flights may occur following the break.

vs. Part 117: Part 117 §117.15 RO must be ≥3 hours, between 22:00–05:00, and extends FDP by the RO duration. CARs §700.50 break need only be ≥60 minutes, can occur any time, and extension is calculated by the credit formula.

Results Requirements

Standard Results

Reserve Results (plus standard)

Augmented Results (plus standard)

Flight Segment Fields

§700.63 FDP Extensions

Source: CARs §700.63 — Unforeseen operational circumstances — flight duty period and rest period.

Extension Conditions

Extension Caps

Operation TypeMaximum Extension
Single-pilot+1 hour
Non-augmented+2 hours
Augmented — 1 flight in scheduled FDP+3 hours
Augmented — 2 or 3 flights in scheduled FDP+2 hours

Post-Extension Rest

The rest period following any §700.63 extension must be extended by at least the same amount as the FDP extension.

Further Extension (§700.63(2))

If an additional unforeseen circumstance arises after take-off on the final flight for which the FDP was already extended, the pilot-in-command may continue to the destination or alternate — but cannot further extend the FDP cap.

Notification (§700.63(4))

At end of FDP, the pilot-in-command must notify the air operator of any FDP changes made under §700.63. The air operator must keep records (§700.20(3)).

Code Requirements:
  1. Flag extended FDPs and apply applicable extension cap
  2. Display extended FDP ceiling alongside standard §700.28/§700.60 maximum
  3. WOCL warning if extended FDP causes operation during 02:00–05:59
  4. Capture extension reason in FDP Notes
  5. Remind crew they may decline an extension if fatigued (§700.26)
  6. Calculate and display minimum post-extension rest period

Class Hierarchy

DutyPeriod_CAN  (base class)
│
├── DutyPeriod_CAN_UnAugmented
│     Standard two-pilot operations (§700.28 Tables 1–4)
│
├── DutyPeriod_CAN_Augmented
│     Three or four pilot operations (§700.60 Table)
│
├── DutyPeriod_CAN_UnAugmented_R
│     Two-pilot operations with reserve crew member (§700.70 + §700.28)
│
└── DutyPeriod_CAN_Augmented_R
      Augmented operations with reserve crew member (§700.70(8) + §700.60)

Split duty is a modifier applicable to any of the above types when a §700.50 break is provided during the FDP.

Notes