previous_business_day
Find the last business day before a given calendar date, with optional country and subdivision for holiday handling.
Instructions
Find the last working day before a date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Calendar date, YYYY-MM-DD. | |
| country | No | ISO 3166-1 alpha-2 country code. Defaults to US. | |
| subdivision | No | Optional subdivision code, e.g. SCT. |