C# 클래스 QLNet.OvernightIndexedCoupon

상속: QLNet.FloatingRateCoupon
파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

공개 메소드들

메소드 설명
OvernightIndexedCoupon ( Date paymentDate, double nominal, Date startDate, Date endDate, QLNet.OvernightIndex overnightIndex, double gearing = 1.0, double spread = 0.0, Date refPeriodStart = null, Date refPeriodEnd = null, DayCounter dayCounter = null ) : System
dt ( ) : List
fixingDates ( ) : List
indexFixings ( ) : List
valueDates ( ) : List

메소드 상세

OvernightIndexedCoupon() 공개 메소드

public OvernightIndexedCoupon ( Date paymentDate, double nominal, Date startDate, Date endDate, QLNet.OvernightIndex overnightIndex, double gearing = 1.0, double spread = 0.0, Date refPeriodStart = null, Date refPeriodEnd = null, DayCounter dayCounter = null ) : System
paymentDate Date
nominal double
startDate Date
endDate Date
overnightIndex QLNet.OvernightIndex
gearing double
spread double
refPeriodStart Date
refPeriodEnd Date
dayCounter DayCounter
리턴 System

dt() 공개 메소드

public dt ( ) : List
리턴 List

fixingDates() 공개 메소드

public fixingDates ( ) : List
리턴 List

indexFixings() 공개 메소드

public indexFixings ( ) : List
리턴 List

valueDates() 공개 메소드

public valueDates ( ) : List
리턴 List