Uses of Enum
net.finmath.montecarlo.interestrate.products.indices.DateIndex.DateIndexType
Packages that use DateIndex.DateIndexType
Package
Description
Provides a set of indices which can be used as part of a period.
-
Uses of DateIndex.DateIndexType in net.finmath.montecarlo.interestrate.products.indices
Methods in net.finmath.montecarlo.interestrate.products.indices that return DateIndex.DateIndexTypeModifier and TypeMethodDescriptionstatic DateIndex.DateIndexType
Returns the enum constant of this type with the specified name.static DateIndex.DateIndexType[]
DateIndex.DateIndexType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.montecarlo.interestrate.products.indices with parameters of type DateIndex.DateIndexTypeModifierConstructorDescriptionDateIndex(String name, String currency, DateIndex.DateIndexType dateIndexType)
Construct a date index.DateIndex(String name, DateIndex.DateIndexType dateIndexType)
Construct a date index.