Hi! I'm using Python refinitiv.dataplatform. I want to retrieve Zero curves which have unite format for all curve points tenors. All the curves OIS, 3M, 6M should have the same curve points tenors like [ON, 1W, 1M, 3M ....].
Is that possible to have this condition written in the request body parameters?
request_body = {"universe":[{
"curveParameters":{
"valuationDate":val_date},
"curveDefinition": {"id":curve,
}}]}
Many thanks!