Свойство | Тип | Описание | |
---|---|---|---|
businessDayConvention_ | BusinessDayConvention | ||
calendar_ | QLNet.Calendar | ||
dayCounter_ | DayCounter | ||
discountCurve_ | Handle |
||
incomeDiscountCurve_ | Handle |
||
maturityDate_ | Date | ||
payoff_ | QLNet.Payoff | ||
settlementDays_ | int | ||
underlyingIncome_ | double | ||
underlyingSpotValue_ | double | ||
valueDate_ | Date |
Метод | Описание | |
---|---|---|
forwardValue ( ) : double | ||
impliedYield ( double underlyingSpotValue, double forwardValue, Date settlementDate, Compounding compoundingConvention, DayCounter dayCounter ) : |
||
isExpired ( ) : bool | ||
settlementDate ( ) : Date | ||
spotIncome ( Handle |
||
spotValue ( ) : double |
Метод | Описание | |
---|---|---|
Forward ( DayCounter dayCounter, QLNet.Calendar calendar, BusinessDayConvention businessDayConvention, int settlementDays, QLNet.Payoff payoff, Date valueDate, Date maturityDate, Handle |
||
performCalculations ( ) : void |
protected Forward ( DayCounter dayCounter, QLNet.Calendar calendar, BusinessDayConvention businessDayConvention, int settlementDays, QLNet.Payoff payoff, Date valueDate, Date maturityDate, Handle |
||
dayCounter | DayCounter | |
calendar | QLNet.Calendar | |
businessDayConvention | BusinessDayConvention | |
settlementDays | int | |
payoff | QLNet.Payoff | |
valueDate | Date | |
maturityDate | Date | |
discountCurve | Handle |
|
Результат | System |
public impliedYield ( double underlyingSpotValue, double forwardValue, Date settlementDate, Compounding compoundingConvention, DayCounter dayCounter ) : |
||
underlyingSpotValue | double | |
forwardValue | double | |
settlementDate | Date | |
compoundingConvention | Compounding | |
dayCounter | DayCounter | |
Результат |
public abstract spotIncome ( Handle |
||
incomeDiscountCurve | Handle |
|
Результат | double |
protected BusinessDayConvention businessDayConvention_ | ||
Результат | BusinessDayConvention |