C# Class QLNet.DailyTenorLibor

Base class for O/N-S/N BBA LIBOR indexes but the EUR ones. One day deposit LIBOR fixed by BBA.
See .
Inheritance: IborIndex
显示文件 Open project: ammachado/QLNet

Public Methods

Method Description
DailyTenorLibor ( string familyName, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter ) : System

http://www.bba.org.uk/bba/jsp/polopoly.jsp?d=225&a=1412 : no o/n or s/n fixings (as the case may be) will take place when the principal centre of the currency concerned is closed but London is open on the fixing day.

DailyTenorLibor ( string familyName, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter, Handle h ) : System

Method Details

DailyTenorLibor() public method

http://www.bba.org.uk/bba/jsp/polopoly.jsp?d=225&a=1412 : no o/n or s/n fixings (as the case may be) will take place when the principal centre of the currency concerned is closed but London is open on the fixing day.
public DailyTenorLibor ( string familyName, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter ) : System
familyName string
settlementDays int
currency Currency
financialCenterCalendar QLNet.Calendar
dayCounter DayCounter
return System

DailyTenorLibor() public method

public DailyTenorLibor ( string familyName, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter, Handle h ) : System
familyName string
settlementDays int
currency Currency
financialCenterCalendar QLNet.Calendar
dayCounter DayCounter
h Handle
return System