You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently FX rates are treated as prices, but this means that inversion of rates, and traversing through a network of rates, e.g. AUD->JPY->HKD = AUD->HKD) is it not easy to implement. Should give "first class" support to enable these features, as well as standardising how FX assets are represented, since FX positions are somewhat virtual.
The text was updated successfully, but these errors were encountered:
Currently FX rates are treated as prices, but this means that inversion of rates, and traversing through a network of rates, e.g.
AUD->JPY->HKD = AUD->HKD
) is it not easy to implement. Should give "first class" support to enable these features, as well as standardising how FX assets are represented, since FX positions are somewhat virtual.The text was updated successfully, but these errors were encountered: