Uses of Class
net.finmath.singleswaprate.data.DataTableBasic
Packages that use DataTableBasic
Package
Description
Provides classes to store and interact with market data.
-
Uses of DataTableBasic in net.finmath.singleswaprate.data
Subclasses of DataTableBasic in net.finmath.singleswaprate.dataModifier and TypeClassDescriptionclassExtendsDataTableBasicwith the capacity to inter- and extrapolate values off the tenor grid.classExtendsDataTableBasicwith the capacity to interpolate values between tenor grid nodes.classExtendsDataTableBasicwith 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 DataTableBasicModifier and TypeMethodDescriptionDataTableBasic.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 DataTableBasicModifier and TypeMethodDescriptionstatic 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.