Hi, we are trading FX OTC options and our strategy is very cost sensitive. In order to save costs we combine our vanilla trades into spreads of two options ( for instance we trade as a single trade "buy 10mln 3Months 25 delta call sell 10 mln 6M 25delta put" versus trading each leg individually)
SpreadBidAsk < BidAskLeg1+ BIdAskLeg2
Does anyone know which formula is used by quoting banks to compute spreadBidAsk as a function of Spreads of individual legs
SpreadBidAsk = F(BidAskLeg1, BIdAskLeg2)
This relationship is non-linear and depends on difference of maturities of two legs and difference in their delta. The further away options are from each other in maturity and in delta space the less saving on bidask you get. I tried to reverse engineering the formula from the bank quotes but have limited success. If anyone is able to help it would be very useful. Trading RR could be for instance sometimes cheaper than trading individual legs of the RR.
Out strategy is very cost sensitive and we would like to put this F(BidAskLeg1, BIdAskLeg2) into our optimizer to rduce costs.
Thanks to anyone who could help.