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 ScenarioFxRateProviderScenarioFxRateProvider. of(ScenarioMarketData marketData)Returns a scenario FX rate provider which takes its data from the provided market data.static ScenarioFxRateProviderScenarioFxRateProvider. 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 CurrencyScenarioArrayCurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)CurrencyScenarioArrayMultiCurrencyScenarioArray. convertedTo(Currency reportingCurrency, ScenarioFxRateProvider fxRateProvider)RScenarioFxConvertible. convertedTo(Currency resultCurrency, ScenarioFxRateProvider rateProvider)Converts this instance to an equivalent amount in the specified currency.
-