Uses of Interface
com.opengamma.strata.loader.csv.SensitivityCsvInfoSupplier
-
Packages that use SensitivityCsvInfoSupplier Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files. -
-
Uses of SensitivityCsvInfoSupplier in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return SensitivityCsvInfoSupplier Modifier and Type Method Description static SensitivityCsvInfoSupplier
SensitivityCsvInfoSupplier. standard()
Obtains an instance that uses the standard set of reference data.Methods in com.opengamma.strata.loader.csv with parameters of type SensitivityCsvInfoSupplier Modifier and Type Method Description static SensitivityCsvWriter
SensitivityCsvWriter. of(SensitivityCsvInfoSupplier supplier)
Obtains an instance that uses the specified supplier for additional information.
-