Calculate physical presence
calculate_presenceCalculate physical presence for Canadian citizenship eligibility (the 1,095-days-in-5-years rule, including the pre-PR half-day credit capped at 365). Dates are YYYY-MM-DD. Returns eligibility as of the application date plus any shortfall. This is an estimate, not legal advice; the full interactive calculator is at https://oathready.ca/presence-calculator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_date | Yes | Date the person became a permanent resident | |
| absences | No | Trips outside Canada (departure and return days count as present) | |
| application_date | No | Planned application date (defaults to today) | |
| temporary_resident_from | No | In Canada since this date as a temporary resident/protected person, if any |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| pr_days | Yes | ||
| eligible | Yes | ||
| pre_pr_credit | Yes | ||
| required_days | Yes | ||
| shortfall_days | Yes | ||
| full_calculator | Yes | ||
| pre_pr_credit_cap | Yes | ||
| total_credited_days | Yes | ||
| pre_pr_physical_days | Yes | ||
| absence_days_deducted | Yes |