IRS pricing using user defined forward curves

Hello,

I have successfully constructed a custom forward curve using my own parameters and instruments through RDP API.

forward_zcCurve_endpoint = rdp.Endpoint(session, 
"https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/forward-curves")

user_defined_zc_response = forward_zcCurve_endpoint.send_request(
method = rdp.Endpoint.RequestMethod.POST,
body_parameters = user_defined_zc_request_body
)

Given this setup, I'm interested in understanding whether it's possible to use this custom curve for pricing interest rate instruments directly via the RDP API.

Any insights or references to relevant documentation would be greatly appreciated.

Thank you.

Best Answer

Answers