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
Configuration of the FX rate resolution strategy was previously exposed via the now pkg-private overload of calibrate() by passing a RatesProvider explicitly. It would be useful to allow the caller to pass an FxRateProvider explicitly.
Other places hardcoding MarketDataFxRateProvider.of() should also be modified to allow more flexibility.
The text was updated successfully, but these errors were encountered:
Configuration of the FX rate resolution strategy was previously exposed via the now pkg-private overload of
calibrate()
by passing aRatesProvider
explicitly. It would be useful to allow the caller to pass anFxRateProvider
explicitly.Other places hardcoding
MarketDataFxRateProvider.of()
should also be modified to allow more flexibility.The text was updated successfully, but these errors were encountered: