Class DayCountConvention
- Namespace
- Balsam.MoneyManagement
- Assembly
- Balsam.Backtester.dll
A static class with day count conventions for short-term interest rates for various countries.
public static class DayCountConvention
- Inheritance
-
DayCountConvention
- Inherited Members
Fields
AUD
Australian Dollar
public static readonly double AUD
Field Value
CAD
Canadian Dollar
public static readonly double CAD
Field Value
CHF
Swiss Franc
public static readonly double CHF
Field Value
DKK
Danisk Kroner
public static readonly double DKK
Field Value
EUR
Euro currency
public static readonly double EUR
Field Value
GBP
British Pound
public static readonly double GBP
Field Value
HKD
Hong Kong Dollar
public static readonly double HKD
Field Value
HUF
Hungarian Florint
public static readonly double HUF
Field Value
ILS
Israeli Shekel
public static readonly double ILS
Field Value
INR
Indian Rupee
public static readonly double INR
Field Value
JPY
Japanese Yen
public static readonly double JPY
Field Value
KRW
South Korean Won
public static readonly double KRW
Field Value
NOK
Norwegian Krone
public static readonly double NOK
Field Value
NZD
New Zealand Dollar
public static readonly double NZD
Field Value
SEK
Swedisk Krona
public static readonly double SEK
Field Value
SGD
Singapore Dollar
public static readonly double SGD
Field Value
USD
United States Dollar
public static readonly double USD
Field Value
ZAR
South African Rand
public static readonly double ZAR
Field Value
Methods
GetDayCount(string)
Returns the day count convention for the specified currency.
public static double GetDayCount(string currencyCode)
Parameters
currencyCode
stringA three letter ISO country code.