Uses of Class
net.finmath.singleswaprate.data.DataTable.TableConvention
-
Packages that use DataTable.TableConvention Package Description net.finmath.singleswaprate.data Provides classes to store and interact with market data. -
-
Uses of DataTable.TableConvention in net.finmath.singleswaprate.data
Methods in net.finmath.singleswaprate.data that return DataTable.TableConvention Modifier and Type Method Description DataTable.TableConventionDataTable. getConvention()Returns the convention the table understands its coordinates in.DataTable.TableConventionDataTableBasic. getConvention()DataTable.TableConventionDataTableLight. getConvention()static DataTable.TableConventionDataTable.TableConvention. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTable.TableConvention[]DataTable.TableConvention. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.singleswaprate.data with parameters of type DataTable.TableConvention Constructor Description DataTableBasic(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create an empty table.DataTableBasic(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, int[] maturities, int[] terminations, double[] values)Create a table.DataTableBasic(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, List<Integer> maturities, List<Integer> terminations, List<Double> values)Create a table.DataTableExtrapolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create an empty table.DataTableExtrapolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, int[] maturities, int[] terminations, double[] values)Create a table.DataTableExtrapolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, List<Integer> maturities, List<Integer> terminations, List<Double> values)Create a table.DataTableInterpolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create an empty table.DataTableInterpolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, int[] maturities, int[] terminations, double[] values)Create a table.DataTableInterpolated(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, List<Integer> maturities, List<Integer> terminations, List<Double> values)Create a table.DataTableLight(String name, DataTable.TableConvention tableConvention)Create an empty table.DataTableLight(String name, DataTable.TableConvention tableConvention, int[] maturities, int[] terminations, double[] values)Create a table.DataTableLight(String name, DataTable.TableConvention tableConvention, List<Integer> maturities, List<Integer> terminations, List<Double> values)Create a table.DataTableLinear(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData)Create an empty table.DataTableLinear(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, int[] maturities, int[] terminations, double[] values)Create a table.DataTableLinear(String name, DataTable.TableConvention convention, LocalDate referenceDate, SchedulePrototype scheduleMetaData, List<Integer> maturities, List<Integer> terminations, List<Double> values)Create a table.
-