question

Upvotes
Accepted
9 1 4 4

Retrieving previous day's volatility surface via IPA

Hi Team,

I ask this question on behalf of an existing client of IPA in Hong Kong, who asked some questions described as below.

As we are developing some fallback mechanisms in case of no data returned, would like to know when would we be able to access previous day end data for US indices (say, .SPX)?


May I also confirm that we can retrieve previous day end data using the field “marketDataDate”, and it also has to align with “valuationDate”, like below? And which time zone should I use for the date?

{

"universe": [

{

"underlyingType": "Eti",

"underlyingDefinition": {

"instrumentCode": ".SPX"

},

"surfaceParameters": {

"marketDataDate": "2020-06-23",

"valuationDate": "2020-06-23"

}

}

]

}


So could you advise on above questions?


Thanks,

Leo

rdp-apirefinitiv-data-platformipa
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83 1 1 2

Hello Leo,


I recommend using "calculationDate" in the "SurfaceParameter" object. Please see documentation at https://developers.refinitiv.com/refinitiv-data-platform/refinitiv-data-platform-apis/docs?content=65116&type=documentation_item

"marketDataDate" and "valuationDate were initially used but apply rather to instruments, hence the preference for "calculationDate" in the context of surfaces and curves

Best regards

Samuel


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks, Samuel!


And for the timezone, the client is sitting in HongKong, and they would like to retrieve the vol surf of previous day. To do this, how to configure the timezone for them?


Thanks,

Leo

The client wants to retrieve the vol surf for US markets.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.