Uses of Class
net.finmath.time.TimeDiscretizationFromArray.ShortPeriodLocation
-
Packages that use TimeDiscretizationFromArray.ShortPeriodLocation Package Description net.finmath.time Provides interfaces and classes for time discretizations, tenors and (swap) schedule generation. -
-
Uses of TimeDiscretizationFromArray.ShortPeriodLocation in net.finmath.time
Methods in net.finmath.time that return TimeDiscretizationFromArray.ShortPeriodLocation Modifier and Type Method Description static TimeDiscretizationFromArray.ShortPeriodLocation
TimeDiscretizationFromArray.ShortPeriodLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeDiscretizationFromArray.ShortPeriodLocation[]
TimeDiscretizationFromArray.ShortPeriodLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.time with parameters of type TimeDiscretizationFromArray.ShortPeriodLocation Constructor Description TenorFromArray(double initial, double last, double deltaT, TimeDiscretizationFromArray.ShortPeriodLocation shortPeriodLocation)
Construct a tenor from meta data.TimeDiscretizationFromArray(double initial, double last, double deltaT, TimeDiscretizationFromArray.ShortPeriodLocation shortPeriodLocation)
Constructs an equi-distant time discretization with stub periods at start or end.
-