C# 클래스 QLNet.BMAIndex

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

보호된 프로퍼티들

프로퍼티 타입 설명
termStructure_ Handle

공개 메소드들

메소드 설명
BMAIndex ( ) : System
BMAIndex ( Handle h ) : System
fixingSchedule ( Date start, Date end ) : Schedule
forwardingTermStructure ( ) : Handle
isValidFixingDate ( Date fixingDate ) : bool
maturityDate ( Date valueDate ) : Date
name ( ) : string

보호된 메소드들

메소드 설명
forecastFixing ( Date fixingDate ) : double

메소드 상세

BMAIndex() 공개 메소드

public BMAIndex ( ) : System
리턴 System

BMAIndex() 공개 메소드

public BMAIndex ( Handle h ) : System
h Handle
리턴 System

fixingSchedule() 공개 메소드

public fixingSchedule ( Date start, Date end ) : Schedule
start Date
end Date
리턴 Schedule

forecastFixing() 보호된 메소드

protected forecastFixing ( Date fixingDate ) : double
fixingDate Date
리턴 double

forwardingTermStructure() 공개 메소드

public forwardingTermStructure ( ) : Handle
리턴 Handle

isValidFixingDate() 공개 메소드

public isValidFixingDate ( Date fixingDate ) : bool
fixingDate Date
리턴 bool

maturityDate() 공개 메소드

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

name() 공개 메소드

public name ( ) : string
리턴 string

프로퍼티 상세

termStructure_ 보호되어 있는 프로퍼티

protected Handle termStructure_
리턴 Handle