Compute a filing deadline under the Rules of Court
compute_deadlineCalculate filing deadlines under the Rules of Court using Rule 22 time computation: exclude first day, include last, and skip weekends and legal holidays. Input notice date, filing type, and holiday dates to get the computed deadline.
Instructions
Deterministic filing-deadline calculator under the Rules of Court. Applies Rule 22 computation of time (exclude the first day, include the last; last day on a Saturday, Sunday, or legal holiday runs to the next working day) to the common reglementary periods (Rule 37, Rule 41, Rule 45, Rule 65). Pass legal holidays as ISO dates — they are declared per year by proclamation, so never assume the calendar. Verify the rule text with get_provision or cite_validate before relying on it. Not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holidays | No | ISO dates of legal holidays (national holidays are declared per year by proclamation) | |
| filingType | Yes | Which reglementary period to compute | |
| noticeDate | Yes | ISO date (YYYY-MM-DD) of notice of the judgment, order, or resolution | |
| extensionDays | No | Extra days for appeal_certiorari_sc (Rule 45 §2, max 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| lastDay | Yes |