Uses of Class
net.finmath.singleswaprate.data.DataTableLight
Packages that use DataTableLight
Package
Description
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 DataTableLightModifier and TypeMethodDescriptionDataTableLight.addPoint(int maturity, int termination, double value)
DataTableLight.addPoints(int[] maturities, int[] terminations, double[] values)
DataTableLight.clone()
Methods in net.finmath.singleswaprate.data with parameters of type DataTableLightModifier and TypeMethodDescriptionstatic DataTableBasic
DataTableBasic.upgradeDataTableLight(DataTableLight baseTable, LocalDate referenceDate, SchedulePrototype scheduleMetaData)
Create a DataTableBasic by upgrading aDataTableLight
to allow access via double representation.