Frequency of the bond's coupon payments.
Namespace:
Imsl.Finance
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum Frequency |
Visual Basic (Declaration) |
---|
Public Enumeration Frequency |
Visual C++ |
---|
public enum class Frequency |
Members
Member name | Description | |
---|---|---|
Annual |
Indicates interest is paid once a year.
| |
SemiAnnual |
Indicates interest is paid twice a year.
| |
Quarterly |
Indicates interest is paid four times a year.
| |
BiMonthly |
Indicates interest is paid six times a year.
| |
Monthly |
Indicates interest is paid twelve times a year.
|