C# Class QLNet.Cashflows.RateLegBase

ファイルを表示 Open project: ammachado/QLNet

Protected Properties

Property Type Description
notionals_ List
paymentAdjustment_ BusinessDayConvention
paymentDayCounter_ QLNet.Time.DayCounter
schedule_ Schedule

Public Methods

Method Description
value ( ) : List
withNotionals ( List notionals ) : RateLegBase
withNotionals ( double notional ) : RateLegBase
withPaymentAdjustment ( BusinessDayConvention convention ) : RateLegBase

Method Details

value() public abstract method

public abstract value ( ) : List
return List

withNotionals() public method

public withNotionals ( List notionals ) : RateLegBase
notionals List
return RateLegBase

withNotionals() public method

public withNotionals ( double notional ) : RateLegBase
notional double
return RateLegBase

withPaymentAdjustment() public method

public withPaymentAdjustment ( BusinessDayConvention convention ) : RateLegBase
convention BusinessDayConvention
return RateLegBase

Property Details

notionals_ protected_oe property

protected List notionals_
return List

paymentAdjustment_ protected_oe property

protected BusinessDayConvention paymentAdjustment_
return BusinessDayConvention

paymentDayCounter_ protected_oe property

protected DayCounter,QLNet.Time paymentDayCounter_
return QLNet.Time.DayCounter

schedule_ protected_oe property

protected Schedule schedule_
return Schedule