Skip to main content
POST
Bootstrap Discount Curve from Market Instruments

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
reference_date
string<date>
required

Reference date for the curve in ISO format (YYYY-MM-DD)

Example:

"2024-01-15"

instruments
object[]
required

Array of market instruments for bootstrapping

Example:
interpolation
enum<string>
default:log_linear

Interpolation method for the curve

Available options:
linear,
log_linear
Example:

"log_linear"

Response

Successful Response

success
boolean
Example:

true

data
object