Uses of Enum
net.finmath.singleswaprate.data.DataTable.TableConvention
Packages that use DataTable.TableConvention
Package
Description
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.TableConventionModifier and TypeMethodDescriptionDataTable.getConvention()
Returns the convention the table understands its coordinates in.DataTableBasic.getConvention()
DataTableLight.getConvention()
static DataTable.TableConvention
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.TableConventionModifierConstructorDescriptionDataTableBasic(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.