calculate_rti_penalty_estimate
Estimate potential Section 20 penalties for a PIO's delayed RTI response. Input due and response dates to calculate days delayed and penalty estimate.
Instructions
Estimate potential penalties for delayed RTI responses under Section 20.
Use when computing the estimated penalty that may be imposed on a PIO for delay.
Args: due_date: Due date of the response (YYYY-MM-DD). response_received_date: Actual response date (YYYY-MM-DD) or None if still pending.
Returns: Standard envelope with penalty estimate and days delayed.
Notes: Not legal advice. Consult a qualified advocate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_date | Yes | The date the RTI response was due (YYYY-MM-DD) | |
| response_received_date | No | Date the response was received, if any (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||