@FunctionalInterface public interface BaseFxRateProvider
Modifier and Type | Method and Description |
---|---|
Optional<FxRate> |
getLatestRate(CurrencyPair pair)
Up to the implementer to get the latest FX Rate for the given pair, that could be from your DB, from Reuters or
your own market making tools.
|
Optional<FxRate> getLatestRate(CurrencyPair pair)
pair
- the currency pair (typically a base one vs USD or vs EUR)Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.