Module net.finmath.lib
Package net.finmath.singleswaprate.data
package net.finmath.singleswaprate.data
Provides classes to store and interact with market data.
- Author:
- Christian Fries, Roland Bachl
-
Interface Summary
-
Class SummaryClassDescriptionA basic implementation of
DataTable
, which provides no means of inter- or extrapolation.ExtendsDataTableBasic
with the capacity to inter- and extrapolate values off the tenor grid.ExtendsDataTableBasic
with the capacity to interpolate values between tenor grid nodes.A basic implementation of DataTable, which only allows access to data via int and provides no means of inter- or extrapolation.ExtendsDataTableBasic
with the capacity to interpolate values between tenor grid nodes, usingBiLinearInterpolation
Note that the interpolation is done to the accuracy of the table convention.Provides several error estimates between values taken from market data and values taken from a model. -
Enum Summary