calculate_limitation_deadline
Compute the last date to file a suit, appeal, or application under the Limitation Act from the cause of action date and suit type.
Instructions
Calculate the deadline under the Limitation Act.
Use when computing the last date to file a suit, appeal, or application based on cause of action.
Args: suit_type: Type of suit/appeal/application. cause_of_action_date: Date the cause of action arose (YYYY-MM-DD).
Returns: Standard envelope with deadline date and limitation period.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suit_type | Yes | Type of suit/appeal/application to calculate limitation for | |
| cause_of_action_date | Yes | Date when the cause of action arose (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||