Hi,
I have a doubt regarding the volatility smile that can be retrieved through the quantitative-analytics-curves-and-surfaces/v1/surfaces endpoint. I am making the http request with this body:
{
"universe": [
{
"underlyingType": "Fx",
"surfaceTag": "FxVol-GBPEUR",
"underlyingDefinition": {
"fxCrossCode": "GBPEUR"
},
"surfaceLayout": {
"format": "Matrix"
},
"surfaceParameters": {
"xAxis": "Date",
"yAxis": "Strike",
"calculationDate": "2018-08-20T00:00:00Z",
"returnAtm": true
}
}
]
}
When I change the fxCrossCode to EURGBP, since the strikes of the response are very similar, I expected to get the same volatility data, but it didn't happen. I realized that the strikes are not exactly the same when fxCrossCode is changed, so I plotted the smile for the 02/08/2018 expiry, and this is the result.
I would like to understand why these smiles are different. Thanks in advance.