C# 클래스 QLNet.Cashflows.FloatingLegBase

상속: RateLegBase
파일 보기 프로젝트 열기: ammachado/QLNet

보호된 프로퍼티들

프로퍼티 타입 설명
caps_ List
fixingDays_ List
floors_ List
gearings_ List
inArrears_ bool
index_ InterestRateIndex
spreads_ List
zeroPayments_ bool

공개 메소드들

메소드 설명
inArrears ( ) : FloatingLegBase
inArrears ( bool flag ) : FloatingLegBase
withCaps ( List caps ) : FloatingLegBase
withCaps ( double cap ) : FloatingLegBase
withFixingDays ( List fixingDays ) : FloatingLegBase
withFixingDays ( int fixingDays ) : FloatingLegBase
withFloors ( List floors ) : FloatingLegBase
withFloors ( double floor ) : FloatingLegBase
withGearings ( List gearings ) : FloatingLegBase
withGearings ( double gearing ) : FloatingLegBase
withPaymentDayCounter ( DayCounter dayCounter ) : FloatingLegBase
withSpreads ( List spreads ) : FloatingLegBase
withSpreads ( double spread ) : FloatingLegBase
withZeroPayments ( ) : FloatingLegBase
withZeroPayments ( bool flag ) : FloatingLegBase

메소드 상세

inArrears() 공개 메소드

public inArrears ( ) : FloatingLegBase
리턴 FloatingLegBase

inArrears() 공개 메소드

public inArrears ( bool flag ) : FloatingLegBase
flag bool
리턴 FloatingLegBase

withCaps() 공개 메소드

public withCaps ( List caps ) : FloatingLegBase
caps List
리턴 FloatingLegBase

withCaps() 공개 메소드

public withCaps ( double cap ) : FloatingLegBase
cap double
리턴 FloatingLegBase

withFixingDays() 공개 메소드

public withFixingDays ( List fixingDays ) : FloatingLegBase
fixingDays List
리턴 FloatingLegBase

withFixingDays() 공개 메소드

public withFixingDays ( int fixingDays ) : FloatingLegBase
fixingDays int
리턴 FloatingLegBase

withFloors() 공개 메소드

public withFloors ( List floors ) : FloatingLegBase
floors List
리턴 FloatingLegBase

withFloors() 공개 메소드

public withFloors ( double floor ) : FloatingLegBase
floor double
리턴 FloatingLegBase

withGearings() 공개 메소드

public withGearings ( List gearings ) : FloatingLegBase
gearings List
리턴 FloatingLegBase

withGearings() 공개 메소드

public withGearings ( double gearing ) : FloatingLegBase
gearing double
리턴 FloatingLegBase

withPaymentDayCounter() 공개 메소드

public withPaymentDayCounter ( DayCounter dayCounter ) : FloatingLegBase
dayCounter QLNet.Time.DayCounter
리턴 FloatingLegBase

withSpreads() 공개 메소드

public withSpreads ( List spreads ) : FloatingLegBase
spreads List
리턴 FloatingLegBase

withSpreads() 공개 메소드

public withSpreads ( double spread ) : FloatingLegBase
spread double
리턴 FloatingLegBase

withZeroPayments() 공개 메소드

public withZeroPayments ( ) : FloatingLegBase
리턴 FloatingLegBase

withZeroPayments() 공개 메소드

public withZeroPayments ( bool flag ) : FloatingLegBase
flag bool
리턴 FloatingLegBase

프로퍼티 상세

caps_ 보호되어 있는 프로퍼티

protected List caps_
리턴 List

fixingDays_ 보호되어 있는 프로퍼티

protected List fixingDays_
리턴 List

floors_ 보호되어 있는 프로퍼티

protected List floors_
리턴 List

gearings_ 보호되어 있는 프로퍼티

protected List gearings_
리턴 List

inArrears_ 보호되어 있는 프로퍼티

protected bool inArrears_
리턴 bool

index_ 보호되어 있는 프로퍼티

protected InterestRateIndex index_
리턴 InterestRateIndex

spreads_ 보호되어 있는 프로퍼티

protected List spreads_
리턴 List

zeroPayments_ 보호되어 있는 프로퍼티

protected bool zeroPayments_
리턴 bool