Uses of Interface
com.opengamma.strata.data.scenario.ScenarioFxRateProvider
-
Packages that use ScenarioFxRateProvider Package Description com.opengamma.strata.data.scenario Basic types to model market data across scenarios. -
-
Uses of ScenarioFxRateProvider in com.opengamma.strata.data.scenario
Methods in com.opengamma.strata.data.scenario that return ScenarioFxRateProvider Modifier and Type Method Description static ScenarioFxRateProvider
ScenarioFxRateProvider. of(ScenarioMarketData marketData)
Returns a scenario FX rate provider which takes its data from the provided market data.static ScenarioFxRateProvider
ScenarioFxRateProvider. of(ScenarioMarketData marketData, ObservableSource source)
Returns a scenario FX rate provider which takes its data from the provided market data.Methods in com.opengamma.strata.data.scenario with parameters of type ScenarioFxRateProvider Modifier and Type Method Description CurrencyScenarioArray
CurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)
CurrencyScenarioArray
MultiCurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)
R
ScenarioFxConvertible. convertedTo(Currency resultCurrency, ScenarioFxRateProvider rateProvider)
Converts this instance to an equivalent amount in the specified currency.
-