Add Business Days
quantlib-scheduling
Add Business Days
Add a specified number of business days to a date, automatically skipping weekends and holidays. Supports both positive (forward) and negative (backward) day counts. Critical for calculating T+2 settlements, option expiries, and forward value dates. [Tier: FREE, Credits: 0]
POST
Add Business Days
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Starting date in ISO format (YYYY-MM-DD)
Example:
"2024-06-14"
Number of business days to add (positive) or subtract (negative)
Example:
5
Calendar to use for business day calculation. Options: US, UK, TARGET, Japan, Weekend
Available options:
US, UK, TARGET, Japan, Weekend Example:
"US"
