Uses of Class
net.finmath.singleswaprate.data.DataTableBasic
-
Packages that use DataTableBasic Package Description net.finmath.singleswaprate.data Provides classes to store and interact with market data. -
-
Uses of DataTableBasic in net.finmath.singleswaprate.data
Subclasses of DataTableBasic in net.finmath.singleswaprate.data Modifier and Type Class Description classDataTableExtrapolatedExtendsDataTableBasicwith the capacity to inter- and extrapolate values off the tenor grid.classDataTableInterpolatedExtendsDataTableBasicwith the capacity to interpolate values between tenor grid nodes.classDataTableLinearExtendsDataTableBasicwith the capacity to interpolate values between tenor grid nodes, usingBiLinearInterpolationNote that the interpolation is done to the accuracy of the table convention.Methods in net.finmath.singleswaprate.data that return DataTableBasic Modifier and Type Method Description DataTableBasicDataTableBasic. clone()static DataTableBasicDataTableBasic. upgradeDataTableLight(DataTableLight baseTable, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create a DataTableBasic by upgrading aDataTableLightto allow access via double representation.Methods in net.finmath.singleswaprate.data with parameters of type DataTableBasic Modifier and Type Method Description static DataTableInterpolatedDataTableInterpolated. interpolateDataTable(DataTableBasic baseTable)Create an interpolated table from a basic table.static DataTableLinearDataTableLinear. interpolateDataTable(DataTableBasic baseTable)Create an interpolated table from a basic table.
-