Uses of Enum
net.finmath.time.TimeDiscretizationFromArray.ShortPeriodLocation
Packages that use TimeDiscretizationFromArray.ShortPeriodLocation
Package
Description
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.ShortPeriodLocationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.ShortPeriodLocationModifierConstructorDescriptionTenorFromArray(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.