C# 클래스 QLNet.CmsCoupon

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

공개 메소드들

메소드 설명
CmsCoupon ( ) : System
CmsCoupon ( double nominal, Date paymentDate, Date startDate, Date endDate, int fixingDays, QLNet.SwapIndex swapIndex, double gearing = 1.0, double spread = 0.0, Date refPeriodStart = null, Date refPeriodEnd = null, DayCounter dayCounter = null, bool isInArrears = false ) : System
swapIndex ( ) : QLNet.SwapIndex

메소드 상세

CmsCoupon() 공개 메소드

public CmsCoupon ( ) : System
리턴 System

CmsCoupon() 공개 메소드

public CmsCoupon ( double nominal, Date paymentDate, Date startDate, Date endDate, int fixingDays, QLNet.SwapIndex swapIndex, double gearing = 1.0, double spread = 0.0, Date refPeriodStart = null, Date refPeriodEnd = null, DayCounter dayCounter = null, bool isInArrears = false ) : System
nominal double
paymentDate Date
startDate Date
endDate Date
fixingDays int
swapIndex QLNet.SwapIndex
gearing double
spread double
refPeriodStart Date
refPeriodEnd Date
dayCounter DayCounter
isInArrears bool
리턴 System

swapIndex() 공개 메소드

public swapIndex ( ) : QLNet.SwapIndex
리턴 QLNet.SwapIndex