Uses of Class
net.finmath.singleswaprate.data.DataTableLight
-
Packages that use DataTableLight Package Description net.finmath.singleswaprate.data Provides classes to store and interact with market data. -
-
Uses of DataTableLight in net.finmath.singleswaprate.data
Methods in net.finmath.singleswaprate.data that return DataTableLight Modifier and Type Method Description DataTableLightDataTableLight. addPoint(int maturity, int termination, double value)DataTableLightDataTableLight. addPoints(int[] maturities, int[] terminations, double[] values)DataTableLightDataTableLight. clone()Methods in net.finmath.singleswaprate.data with parameters of type DataTableLight Modifier and Type Method Description static DataTableBasicDataTableBasic. upgradeDataTableLight(DataTableLight baseTable, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create a DataTableBasic by upgrading aDataTableLightto allow access via double representation.
-