C# 클래스 QLNet.Libor

Base class for all BBA LIBOR indexes but the EUR, O/N, and S/N ones LIBOR fixed by BBA.
See .
상속: IborIndex
파일 보기 프로젝트 열기: ammachado/QLNet

공개 메소드들

메소드 설명
Libor ( string familyName, Period tenor, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter, Handle h ) : System

http://www.bba.org.uk/bba/jsp/polopoly.jsp?d=225&a=1412 : UnitedKingdom::Exchange is the fixing calendar for a) all currencies but EUR b) all indexes but o/n and s/n

clone ( Handle h ) : IborIndex
maturityDate ( Date valueDate ) : Date
valueDate ( Date fixingDate ) : Date

메소드 상세

Libor() 공개 메소드

http://www.bba.org.uk/bba/jsp/polopoly.jsp?d=225&a=1412 : UnitedKingdom::Exchange is the fixing calendar for a) all currencies but EUR b) all indexes but o/n and s/n
public Libor ( string familyName, Period tenor, int settlementDays, Currency currency, QLNet.Calendar financialCenterCalendar, DayCounter dayCounter, Handle h ) : System
familyName string
tenor Period
settlementDays int
currency Currency
financialCenterCalendar QLNet.Calendar
dayCounter DayCounter
h Handle
리턴 System

clone() 공개 메소드

public clone ( Handle h ) : IborIndex
h Handle
리턴 IborIndex

maturityDate() 공개 메소드

public maturityDate ( Date valueDate ) : Date
valueDate Date
리턴 Date

valueDate() 공개 메소드

public valueDate ( Date fixingDate ) : Date
fixingDate Date
리턴 Date