Used to indicate that payment is made at the beginning or end of each period.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum Period
Visual Basic (Declaration)
Public Enumeration Period
Visual C++
public enum class Period

Members

Member nameDescription
AtEnd
Indicates payment is made at the end of each period.
AtBeginning
Indicates payment is made at the beginning of each period.

See Also