Batch Adjust
quantlib-scheduling
Batch Adjust
Adjust multiple dates to valid business days in a single request using the same adjustment convention and calendar. Efficient for processing multiple payment dates, a schedule of dates, or validating an entire series of dates. Returns results in the same order as input. [Tier: FREE, Credits: 0]
POST
Batch Adjust
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Array of dates to adjust in ISO format (YYYY-MM-DD)
Example:
[
"2024-06-15",
"2024-12-25",
"2025-01-01",
"2025-07-04"
]Business day adjustment convention to apply to all dates
Available options:
Following, Modified Following, Preceding, Modified Preceding, Unadjusted Example:
"Modified Following"
Calendar to use for determining business days
Available options:
US, UK, TARGET, Japan, Weekend Example:
"US"
