C# 클래스 QLNet.BMASwapRateHelper

Rate helper for bootstrapping over BMA swap rates
상속: QLNet.RelativeDateRateHelper
파일 보기 프로젝트 열기: ammachado/QLNet

보호된 프로퍼티들

프로퍼티 타입 설명
bmaConvention_ BusinessDayConvention
bmaDayCount_ DayCounter
bmaIndex_ BMAIndex
bmaPeriod_ Period
calendar_ QLNet.Calendar
iborIndex_ IborIndex
settlementDays_ int
swap_ QLNet.BMASwap
tenor_ Period
termStructureHandle_ RelinkableHandle

공개 메소드들

메소드 설명
BMASwapRateHelper ( Handle liborFraction, Period tenor, int settlementDays, QLNet.Calendar calendar, Period bmaPeriod, BusinessDayConvention bmaConvention, DayCounter bmaDayCount, BMAIndex bmaIndex, IborIndex iborIndex ) : System
impliedQuote ( ) : double
setTermStructure ( QLNet.YieldTermStructure t ) : void

보호된 메소드들

메소드 설명
initializeDates ( ) : void

메소드 상세

BMASwapRateHelper() 공개 메소드

public BMASwapRateHelper ( Handle liborFraction, Period tenor, int settlementDays, QLNet.Calendar calendar, Period bmaPeriod, BusinessDayConvention bmaConvention, DayCounter bmaDayCount, BMAIndex bmaIndex, IborIndex iborIndex ) : System
liborFraction Handle
tenor Period
settlementDays int
calendar QLNet.Calendar
bmaPeriod Period
bmaConvention BusinessDayConvention
bmaDayCount DayCounter
bmaIndex BMAIndex
iborIndex IborIndex
리턴 System

impliedQuote() 공개 메소드

public impliedQuote ( ) : double
리턴 double

initializeDates() 보호된 메소드

protected initializeDates ( ) : void
리턴 void

setTermStructure() 공개 메소드

public setTermStructure ( QLNet.YieldTermStructure t ) : void
t QLNet.YieldTermStructure
리턴 void

프로퍼티 상세

bmaConvention_ 보호되어 있는 프로퍼티

protected BusinessDayConvention bmaConvention_
리턴 BusinessDayConvention

bmaDayCount_ 보호되어 있는 프로퍼티

protected DayCounter bmaDayCount_
리턴 DayCounter

bmaIndex_ 보호되어 있는 프로퍼티

protected BMAIndex,QLNet bmaIndex_
리턴 BMAIndex

bmaPeriod_ 보호되어 있는 프로퍼티

protected Period,QLNet bmaPeriod_
리턴 Period

calendar_ 보호되어 있는 프로퍼티

protected Calendar,QLNet calendar_
리턴 QLNet.Calendar

iborIndex_ 보호되어 있는 프로퍼티

protected IborIndex,QLNet iborIndex_
리턴 IborIndex

settlementDays_ 보호되어 있는 프로퍼티

protected int settlementDays_
리턴 int

swap_ 보호되어 있는 프로퍼티

protected BMASwap,QLNet swap_
리턴 QLNet.BMASwap

tenor_ 보호되어 있는 프로퍼티

protected Period,QLNet tenor_
리턴 Period

termStructureHandle_ 보호되어 있는 프로퍼티

protected RelinkableHandle termStructureHandle_
리턴 RelinkableHandle