check_currency
Determine if a Finnish statute or provision is currently in force or was in force on a historical date, returning status and warnings.
Instructions
Check if a Finnish statute or provision is in force (current or historical).
Returns the document's status (in_force, amended, repealed, not_yet_in_force), dates, and warnings. Provide as_of_date for historical evaluation.
When NOT to use: If you need the actual text of a provision, use get_provision. This tool only checks status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of_date | No | Optional historical date (YYYY-MM-DD). Computes in-force status as of that date. | |
| document_id | Yes | statute number (e.g., "1050/2018" or "2018:218") | |
| provision_ref | No | Optional provision reference to check (e.g., "3:5") |