next_business_day
Calculate the next business day after a given date, with support for country-specific holidays and subdivisions.
Instructions
Find the first working day after 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. |