C# Класс QLNet.FixedRateLeg

Наследование: QLNet.Cashflows.RateLegBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FixedRateLeg ( Schedule schedule ) : System
value ( ) : List
withCouponRates ( InterestRate couponRate ) : FixedRateLeg
withCouponRates ( List couponRates ) : FixedRateLeg
withCouponRates ( List couponRates, DayCounter paymentDayCounter ) : FixedRateLeg
withCouponRates ( List couponRates, DayCounter paymentDayCounter, Compounding comp ) : FixedRateLeg
withCouponRates ( List couponRates, DayCounter paymentDayCounter, Compounding comp, Frequency freq ) : FixedRateLeg
withCouponRates ( double couponRate, DayCounter paymentDayCounter ) : FixedRateLeg
withCouponRates ( double couponRate, DayCounter paymentDayCounter, Compounding comp ) : FixedRateLeg
withCouponRates ( double couponRate, DayCounter paymentDayCounter, Compounding comp, Frequency freq ) : FixedRateLeg
withFirstPeriodDayCounter ( DayCounter dayCounter ) : FixedRateLeg
withPaymentCalendar ( QLNet.Calendar cal ) : FixedRateLeg

Описание методов

FixedRateLeg() публичный Метод

public FixedRateLeg ( Schedule schedule ) : System
schedule Schedule
Результат System

value() публичный Метод

public value ( ) : List
Результат List

withCouponRates() публичный Метод

public withCouponRates ( InterestRate couponRate ) : FixedRateLeg
couponRate InterestRate
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( List couponRates ) : FixedRateLeg
couponRates List
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( List couponRates, DayCounter paymentDayCounter ) : FixedRateLeg
couponRates List
paymentDayCounter DayCounter
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( List couponRates, DayCounter paymentDayCounter, Compounding comp ) : FixedRateLeg
couponRates List
paymentDayCounter DayCounter
comp Compounding
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( List couponRates, DayCounter paymentDayCounter, Compounding comp, Frequency freq ) : FixedRateLeg
couponRates List
paymentDayCounter DayCounter
comp Compounding
freq Frequency
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( double couponRate, DayCounter paymentDayCounter ) : FixedRateLeg
couponRate double
paymentDayCounter DayCounter
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( double couponRate, DayCounter paymentDayCounter, Compounding comp ) : FixedRateLeg
couponRate double
paymentDayCounter DayCounter
comp Compounding
Результат FixedRateLeg

withCouponRates() публичный Метод

public withCouponRates ( double couponRate, DayCounter paymentDayCounter, Compounding comp, Frequency freq ) : FixedRateLeg
couponRate double
paymentDayCounter DayCounter
comp Compounding
freq Frequency
Результат FixedRateLeg

withFirstPeriodDayCounter() публичный Метод

public withFirstPeriodDayCounter ( DayCounter dayCounter ) : FixedRateLeg
dayCounter DayCounter
Результат FixedRateLeg

withPaymentCalendar() публичный Метод

public withPaymentCalendar ( QLNet.Calendar cal ) : FixedRateLeg
cal QLNet.Calendar
Результат FixedRateLeg