Hi team,
Specialist here from Customer Support.
Related to this q&a
Is there a way to retrieve Turn Dates for a specific currency pair directly on Python ? — LSEG Developer Community
there is a specific parameter if you want to calculate CCy1 or CCy2 which is then discussed in this guide:
developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documentation/manuals-and-guides/ipa-financial-contracts/ipa-financialc-contracts-fx-cross-contracts#output_TurnsArray
So if the pair is EURUSD, we use TurnsCcy1Array. If the pair is USDCZK, we use TurnsCcy2Array
IF the pair we want to use is EURGBP, the FWDS app in Workspace calculates the turn dates by EURUSD and GBPUSD (Separate tables). The question is, can we combine both TurnsCcy1Array and TurnsCcy2Array in a single code?